Description
In Spark 1.2.x, I was able to set my spark event log directory to be a different location from the default, and after the job finishes, I can replay the UI by clicking on the appropriate link under "Completed Applications".
Now, on a non-deterministic basis (but seems to happen most of the time), when I click on the link under "Completed Applications", I instead get a webpage that says:
Application history not found (app-20150415052927-0014)
Application myApp is still in progress.
I am able to view the application's UI using the Spark history server, so something regressed in the Spark master code between 1.2 and 1.3, but that regression does not apply in the history server use case.
Attachments
Issue Links
- relates to
-
SPARK-12755 Spark may attempt to rebuild application UI before finishing writing the event logs in possible race condition
- Resolved
- links to