-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7464] DAG visualization: highlight the same RDDs on hover #6100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The problem here is that we actually draw many of these graphs on the same page (job page). Some of these graphs may share the same node IDs (RDDs), and so we end up with multiple DOM elements with the same ID, which is bad JS practice.
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32543 has started for PR 6100 at commit |
|
Test build #32543 has finished for PR 6100 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
retest this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32568 has started for PR 6100 at commit |
|
Test build #32568 has finished for PR 6100 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
|
retest this please |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32637 has started for PR 6100 at commit |
|
Test build #32637 has finished for PR 6100 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Master 1.4 |
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 (cherry picked from commit 4440341) Signed-off-by: Andrew Or <[email protected]>
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 apache#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
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 apache#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
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 apache#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
This is pretty useful for MLlib.