You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/04 14:55:50 UTC

[GitHub] [spark] gengliangwang commented on a change in pull request #25296: [SPARK-28561][WEBUI] DAG viz for barrier-execution mode

gengliangwang commented on a change in pull request #25296: [SPARK-28561][WEBUI] DAG viz for barrier-execution mode
URL: https://github.com/apache/spark/pull/25296#discussion_r310390816
 
 

 ##########
 File path: core/src/main/resources/org/apache/spark/ui/static/spark-dag-viz.css
 ##########
 @@ -123,6 +129,12 @@
   stroke-width: 2px;
 }
 
+#dag-viz-graph svg.stage g.cluster.barrier rect {
+  fill: #84E9E2;
 
 Review comment:
   Just one minor question, how is the color decided?  Though I don't have a better idea either.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org