SparkListener¶
SparkListener
is an extension of the SparkListenerInterface abstraction for event listeners with a no-op implementation for callback methods.
Developer API¶
SparkListener
is a DeveloperApi
that is intended for Spark developers to simplify developing Spark listeners without being bothered with uninteresting scheduling events.
Implementations¶
- BarrierCoordinator
- SparkSession (Spark SQL)
- AppListingListener (Spark History Server)
- AppStatusListener
- BasicEventFilterBuilder (Spark History Server)
- EventLoggingListener (Spark History Server)
- ExecutionListenerBus
- ExecutorAllocationListener
- ExecutorMonitor
- HeartbeatReceiver
- HiveThriftServer2Listener (Spark Thrift Server)
- SpillListener
- SQLAppStatusListener (Spark SQL)
- SQLEventFilterBuilder
- StatsReportListener
- StreamingQueryListenerBus (Spark Structured Streaming)
Last update: 2020-11-29