HistoryAppStatusStore¶
HistoryAppStatusStore is an AppStatusStore for SparkUIs in Spark History Server.
Creating Instance¶
HistoryAppStatusStore takes the following to be created:
HistoryAppStatusStore is created when:
FsHistoryProvideris requested for a SparkUI (of a Spark application)
ExecutorLogUrlHandler¶
HistoryAppStatusStore creates an ExecutorLogUrlHandler (for the logUrlPattern) when created.
HistoryAppStatusStore uses it when requested to replaceLogUrls.
executorList¶
executorList...FIXME
executorList is part of the AppStatusStore abstraction.
executorSummary¶
executorSummary...FIXME
executorSummary is part of the AppStatusStore abstraction.
replaceLogUrls¶
replaceLogUrls...FIXME
replaceLogUrls is used when HistoryAppStatusStore is requested to executorList and executorSummary.