planga82 commented on a change in pull request #25319: [SPARK-28585][WebUI]
Improve WebUI DAG information: Add extra info to rdd from spark plan
URL: https://github.com/apache/spark/pull/25319#discussion_r310182342
##########
File path:
core/src/main/scala/org/apache/spark/ui/scope/RDDOperationGraph.scala
##########
@@ -42,7 +42,8 @@ private[spark] case class RDDOperationGraph(
rootCluster: RDDOperationCluster)
/** A node in an RDDOperationGraph. This represents an RDD. */
-private[spark] case class RDDOperationNode(id: Int, name: String, cached:
Boolean, callsite: String)
+private[spark] case class RDDOperationNode(id: Int, name: String, cached:
Boolean, callsite: String,
+ extraInfo: Option[String] = None)
Review comment:
Ok, i'm going to change it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]