sarutak 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_r310391165
##########
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:
I chose the color from [here](https://colorhunt.co).
I considered the base color for barrier-exec mode should match with existing
color (blue-based colors) and avoided red-based colors because they remind us
of error or warning.
----------------------------------------------------------------
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]