package ui
Type Members
- case class EnginePage(parent: EngineTab) extends WebUIPage with Product with Serializable
-
case class
EngineSessionPage(parent: EngineTab) extends WebUIPage with Logging with Product with Serializable
Page for Spark Web UI that shows statistics of jobs running in the engine server
-
case class
EngineTab(engine: Option[SparkSQLEngine], sparkUI: Option[SparkUI], store: EngineEventsStore, kyuubiConf: KyuubiConf) extends SparkUITab with Logging with Product with Serializable
Note that SparkUITab is private for Spark
-
class
KyuubiHistoryServerPlugin extends AppHistoryServerPlugin
HistoryServer plugin for Kyuubi, It can be used as a plugin in SparkHistoryServer to make SparkHistoryServer UI display Kyuubi's Tab.
HistoryServer plugin for Kyuubi, It can be used as a plugin in SparkHistoryServer to make SparkHistoryServer UI display Kyuubi's Tab. We can use it like:
- Copy the kyuubi-spark-sql-engine jar to $SPARK_HOME/jars and restart SparkHistoryServer.
- In addition, we can add kyuubi configurations to spark-defaults.conf prefixed with "spark.kyuubi.".