Skip to content

Commit 1578a4a

Browse files
committed
doc
1 parent 674f8dc commit 1578a4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/main/scala/org/apache/spark/status/api/v1/JsonRootResource.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ private[spark] object JsonRootResource {
9898
}
9999

100100

101+
/**
102+
* This trait is shared by the all the root containers for application UI information --
103+
* the HistoryServer, the Master UI, and the application UI. This provides the common
104+
* interface needed for them all to expose application info as json.
105+
*/
101106
private[spark] trait UIRoot {
102107
def getSparkUI(appKey: String): Option[SparkUI]
103108
def getApplicationInfoList: Seq[ApplicationInfo]

0 commit comments

Comments
 (0)