Description
I started my history server, then navigated to the web UI where I expected to be able to view some completed applications, but the webpage was not available. It turned out that the History Server was not finished parsing all of the event logs in the event log directory that I had specified. I had accumulated a lot of event logs from months of running Spark, so it would have taken a very long time for the History Server to crunch through them all. I purged the event log directory and started from scratch, and the UI loaded immediately.
We should have a pagination strategy or parse the directory lazily to avoid needing to wait after starting the history server.
Attachments
Issue Links
- is duplicated by
-
SPARK-9123 Spark HistoryServer load logs too slow and can load the latest logs
- Resolved
-
SPARK-11123 Inprove HistoryServer with multithread to relay logs
- Resolved
- is related to
-
SPARK-18085 SPIP: Better History Server scalability for many / large applications
- Resolved
- relates to
-
SPARK-11373 Add metrics to the History Server and providers
- Resolved
-
SPARK-13988 Large history files block new applications from showing up in History UI.
- Resolved
-
SPARK-18010 Remove unneeded heavy work performed by FsHistoryProvider for building up the application listing UI page
- Resolved
- links to