We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71281fa commit 09d361eCopy full SHA for 09d361e
core/src/main/scala/org/apache/spark/ui/viz/VizGraph.scala
@@ -134,7 +134,7 @@ private[ui] object VizGraph {
134
135
/** Return the dot representation of a node. */
136
private def makeDotNode(node: VizNode): String = {
137
- s"""${node.id} [label="${node.name}"]"""
+ s"""${node.id} [label="${node.name} (${node.id})"]"""
138
}
139
140
/** Return the dot representation of a subgraph recursively. */
0 commit comments