GitHub user rdblue opened a pull request:

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

    SPARK-14679: Fix UI DAG visualization OOM.

    ## What changes were proposed in this pull request?
    
    The DAG visualization can cause an OOM when generating the DOT file.
    This happens because clusters are not correctly deduped by a contains
    check because they use the default equals implementation. This adds a
    working equals implementation.
    
    ## How was this patch tested?
    
    This adds a test suite that checks the new equals implementation.


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

    $ git pull https://github.com/rdblue/spark SPARK-14679-fix-ui-oom

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

    https://github.com/apache/spark/pull/12437.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 #12437
    
----
commit e0bda13cb037649c2b9dd7247b3b90e76ae20cbc
Author: Ryan Blue <[email protected]>
Date:   2016-04-16T01:22:16Z

    SPARK-14679: Fix UI DAG visualization OOM.
    
    The DAG visualization can cause an OOM when generating the DOT file.
    This happens because clusters are not correctly deduped by a contains
    check because they use the default equals implementation.

----


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