Andrew Or created SPARK-12299:
---------------------------------

             Summary: Remove history serving functionality from standalone 
Master
                 Key: SPARK-12299
                 URL: https://issues.apache.org/jira/browse/SPARK-12299
             Project: Spark
          Issue Type: Improvement
          Components: Deploy
    Affects Versions: 1.0.0
            Reporter: Andrew Or


The standalone Master currently continues to serve the historical UIs of 
applications that have completed and enabled event logging. This poses 
problems, however, if the event log is very large, e.g. SPARK-6270. The Master 
might OOM or hang while it rebuilds the UI, rejecting applications in the mean 
time.

Personally, I have had to make modifications in the code to disable this 
myself, because I wanted to use event logging in standalone mode for 
applications that produce a lot of logging.

Removing this from the Master would simplify the process significantly. This 
issue supersedes SPARK-12062.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to