Skip to content

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

Closed
andrewor14 wants to merge 1 commit into
apache:masterfrom
andrewor14:fix-dag-viz
Closed

[SPARK-13088] Fix DAG viz in latest version of chrome#10986
andrewor14 wants to merge 1 commit into
apache:masterfrom
andrewor14:fix-dag-viz

Conversation

@andrewor14

Copy link
Copy Markdown
Contributor

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: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: cpettitt/dagre-d3@1ef067f

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

Apparently chrome removed SVGElement.prototype.getTransformToElement,
which is used by dagre-d3 when creating edges. This commit includes
the fix from my fork of dagre-d3:
andrewor14/dagre-d3@7d6c000
cpettitt#202
@andrewor14

Copy link
Copy Markdown
ContributorAuthor

Before

screen shot 2016-01-29 at 11 56 40 am

After

screen shot 2016-01-29 at 11 57 05 am

@andrewor14

Copy link
Copy Markdown
ContributorAuthor

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #50405 has finished for PR 10986 at commit 4834ff8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@andrewor14

Copy link
Copy Markdown
ContributorAuthor

Merging into master, 1.6, 1.5 and 1.4

asfgit pushed a commit that referenced this pull request Jan 30, 2016
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: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: cpettitt/dagre-d3@1ef067f
Upstream issue: https://github.com/cpettitt/dagre-d3/issues/202
Author: Andrew Or <andrew@databricks.com>
Closes#10986 from andrewor14/fix-dag-viz.
(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <andrew@databricks.com>
asfgit pushed a commit that referenced this pull request Jan 30, 2016
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: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: cpettitt/dagre-d3@1ef067f
Upstream issue: https://github.com/cpettitt/dagre-d3/issues/202
Author: Andrew Or <andrew@databricks.com>
Closes#10986 from andrewor14/fix-dag-viz.
(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <andrew@databricks.com>
asfgit pushed a commit that referenced this pull request Jan 30, 2016
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: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: cpettitt/dagre-d3@1ef067f
Upstream issue: https://github.com/cpettitt/dagre-d3/issues/202
Author: Andrew Or <andrew@databricks.com>
Closes#10986 from andrewor14/fix-dag-viz.
(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <andrew@databricks.com>
@andrewor14
andrewor14 deleted the fix-dag-viz branch January 30, 2016 02:04
ghost pushed a commit to splicemachine/spark that referenced this pull request Mar 11, 2016
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: andrewor14/dagre-d3@7d6c000, which is taken from the fix in the main repo: cpettitt/dagre-d3@1ef067f
Upstream issue: https://github.com/cpettitt/dagre-d3/issues/202
Author: Andrew Or <andrew@databricks.com>
Closesapache#10986 from andrewor14/fix-dag-viz.
(cherry picked from commit 70e69fc)
Signed-off-by: Andrew Or <andrew@databricks.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@andrewor14@SparkQA