
SparkListenerBus — Internal Contract for Spark Event Buses
SparkListenerBus — Internal Contract for Spark Event Buses
spark技术分享
SparkListenerBus — Internal Contract for Spark Event Buses

ReplayListenerBus ReplayListenerBus is a custom SparkListenerBus that can replay JSON-encoded SparkListenerEvent e ...

LiveListenerBus LiveListenerBus is used to announce application-wide events in a Spark application. It asynchronou ...

Spark Listeners — Intercepting Events from Spark Scheduler

Performance Tuning Goal: Improve Spark’s performance where feasible. From Investigating Spark’s perf ...

Logging Spark uses log4j for logging. Logging Levels The valid logging levels are log4j’s Levels (from m ...

ApplicationCache ApplicationCache is…FIXME ApplicationCache is created exclusively when HistoryServ ...

ApplicationCacheOperations ApplicationCacheOperations is the contract of…FIXME [crayon-69269fbf3178f ...

HistoryServerArguments HistoryServerArguments is the command-line parser for the History Server. When HistorySer ...

ApplicationHistoryProvider ApplicationHistoryProvider is the base of the history providers of Spark applications. ...
一周热门排行