Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
See spec in parent issue (SPARK-18085) for more details.
This task tracks adding a new listener that will save application state to the key-value store added in SPARK-20641; the listener will eventually replace the existing listeners (such as JobProgressListener and StatusListener), and the UI code will read data directly from the key-value store instead of being coupled to the listener implementation.