[SPARK-7464] DAG visualization: highlight the same RDDs on hover This is pretty useful for MLlib.
<img src="https://cloud.githubusercontent.com/assets/2133137/7599650/c7d03dd8-f8b8-11e4-8c0a-0a89e786c90f.png" width="400px"/> Author: Andrew Or <[email protected]> Closes #6100 from andrewor14/dag-viz-hover and squashes the following commits: fefe2af [Andrew Or] Link tooltips for nodes that belong to the same RDD 90c6a7e [Andrew Or] Assign classes to clusters and nodes, not IDs Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/44403414 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/44403414 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/44403414 Branch: refs/heads/master Commit: 44403414d3e754f7b991c0bbeb4868edb4135aa2 Parents: f88ac70 Author: Andrew Or <[email protected]> Authored: Wed May 13 16:29:10 2015 -0700 Committer: Andrew Or <[email protected]> Committed: Wed May 13 16:29:10 2015 -0700 ---------------------------------------------------------------------- .../org/apache/spark/ui/static/dagre-d3.min.js | 2 +- .../apache/spark/ui/static/spark-dag-viz.css | 4 +- .../org/apache/spark/ui/static/spark-dag-viz.js | 47 ++++++++++++++------ 3 files changed, 37 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
