We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674f8dc commit 1578a4aCopy full SHA for 1578a4a
core/src/main/scala/org/apache/spark/status/api/v1/JsonRootResource.scala
@@ -98,6 +98,11 @@ private[spark] object JsonRootResource {
98
}
99
100
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
+ */
106
private[spark] trait UIRoot {
107
def getSparkUI(appKey: String): Option[SparkUI]
108
def getApplicationInfoList: Seq[ApplicationInfo]
0 commit comments