GitHub user BryanCutler opened a pull request:

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

    [SPARK-12299][CORE][WIP] Remove history serving functionality from Master

    Remove history server functionality from standalone Master.  Previously, 
the Master process rebuilt a SparkUI once the application was completed which 
sometimes caused problems, such as OOM, when the application event log is large 
(see SPARK-6270).  Keeping this functionality out of the Master will help to 
simplify the process and increase stability.

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

    $ git pull https://github.com/BryanCutler/spark 
remove-history-master-SPARK-12299

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

    https://github.com/apache/spark/pull/10991.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 #10991
    
----
commit 21cb506117271a99e3e7e2865e5774ad485c217a
Author: Bryan Cutler <[email protected]>
Date:   2016-01-28T00:35:50Z

    [SPARK-12299] Removed history server functionality from Master with related 
WebUI and JSON ApiRootResources

commit 6918f0bfa4cc44517a48c20d2b5cbd127542a6f9
Author: Bryan Cutler <[email protected]>
Date:   2016-01-29T22:40:21Z

    Added UIRoot redirection from Master to Application

----


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