StorageStatusListener
Spark Listener
StorageStatusListener
is a SparkListener that tracks status of BlockManagers on "nodes" in a Spark application, i.e. the driver and the executors.
Note
|
StorageStatusListener is created and registered when a SparkUI is created. It is later used to create ExecutorsListener and StorageListener Spark listeners.
|
Registry | Description |
---|---|
The lookup table for |
|
A collection of |
Event Handler | Description |
---|---|
|
Removes the RDD blocks for the unpersisted |
|
Registers a BlockManager on an executor in executorIdToStorageStatus internal registry. Removes any other |
|
Removes an executor from executorIdToStorageStatus internal registry and adds the removed Removes the oldest |
|
Updates |