Description
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.
Attachments
Issue Links
- contains
-
SPARK-6270 Standalone Master hangs when streaming job completes and event logging is enabled
- Resolved
- is duplicated by
-
SPARK-6270 Standalone Master hangs when streaming job completes and event logging is enabled
- Resolved
- supercedes
-
SPARK-12062 Master rebuilding historical SparkUI should be asynchronous
- Resolved
- links to