GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/5920
[SPARK-7377] Dag visualization: JS error if stage only has one RDD
The error message is that we're trying to clone a node that does not exist.
Really we need to do this only for the job page, not the stage page.
<img
src="https://issues.apache.org/jira/secure/attachment/12730603/viz-bug.png"
width="300px"></img>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark viz-fix-single-rdd
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5920.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5920
----
commit c411ddc396e3349b3d4c57fc9d66bf9330f9952d
Author: Andrew Or <[email protected]>
Date: 2015-05-05T21:05:02Z
Do not clone d3 arrow node if it does not exist
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]