Packages

package ui

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class EnginePage(parent: EngineTab) extends WebUIPage with Product with Serializable
  2. 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

  3. 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

  4. 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.".

Value Members

  1. object SparkUIUtilsHelper

    A place to invoke non-public APIs of UIUtils, anything to be added here need to think twice

Ungrouped