You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2016/01/30 03:00:55 UTC

[2/2] spark git commit: [SPARK-13088] Fix DAG viz in latest version of chrome

[SPARK-13088] Fix DAG viz in latest version of chrome

Apparently chrome removed `SVGElement.prototype.getTransformToElement`, which is used by our JS library dagre-d3 when creating edges. The real diff can be found here: https://github.com/andrewor14/dagre-d3/commit/7d6c0002e4c74b82a02c5917876576f71e215590, which is taken from the fix in the main repo: https://github.com/cpettitt/dagre-d3/commit/1ef067f1c6ad2e0980f6f0ca471bce998784b7b2

Upstream issue: https://github.com/cpettitt/dagre-d3/issues/202

Author: Andrew Or <an...@databricks.com>

Closes #10986 from andrewor14/fix-dag-viz.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/70e69fc4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/70e69fc4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/70e69fc4

Branch: refs/heads/master
Commit: 70e69fc4dd619654f5d24b8b84f6a94f7705c59b
Parents: e6ceac4
Author: Andrew Or <an...@databricks.com>
Authored: Fri Jan 29 18:00:49 2016 -0800
Committer: Andrew Or <an...@databricks.com>
Committed: Fri Jan 29 18:00:49 2016 -0800

----------------------------------------------------------------------
 .../org/apache/spark/ui/static/dagre-d3.min.js         | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org