Skip to content

Commit 01ba336

Browse files
author
Andrew Or
committed
Change RDD cache color to red (minor)
1 parent 6f9574a commit 01ba336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/org/apache/spark/ui/static/spark-dag-viz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
var VizConstants = {
5555
rddColor: "#444444",
56-
rddCachedColor: "#7DDD00",
56+
rddCachedColor: "#FF0000",
5757
rddOperationColor: "#AADFFF",
5858
stageColor: "#FFDDEE",
5959
clusterLabelColor: "#888888",

0 commit comments

Comments
 (0)