Packages

package ui

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class EnginePage extends WebUIPage
  2. abstract class EngineSessionPage extends WebUIPage with Logging

    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. trait HttpServletRequestLike extends AnyRef
  5. class JakartaHttpServletRequest extends HttpServletRequest with HttpServletRequestLike
  6. class JavaxHttpServletRequest extends HttpServletRequest with HttpServletRequestLike
  7. 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 HttpServletRequestLike
  2. object SparkUIUtils

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

Ungrouped