GitHub user andrewor14 opened a pull request:

    https://github.com/apache/spark/pull/10986

    [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: cpettitt#202

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrewor14/spark fix-dag-viz

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10986.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 #10986
    
----
commit 4834ff8301718186d084a05e699d8ce4a9c27cc8
Author: Andrew Or <[email protected]>
Date:   2016-01-29T19:45:10Z

    Fix Chrome 0.48 issue
    
    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:
    
    
https://github.com/andrewor14/dagre-d3/commit/7d6c0002e4c74b82a02c5917876576f71e215590
    
    cpettitt#202

----


---
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]

Reply via email to