package ui
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class EnginePage extends WebUIPage
-
abstract
class
EngineSessionPage extends WebUIPage with Logging
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
- trait HttpServletRequestLike extends AnyRef
- class JakartaHttpServletRequest extends HttpServletRequest with HttpServletRequestLike
- class JavaxHttpServletRequest extends HttpServletRequest with HttpServletRequestLike
-
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
- object HttpServletRequestLike
-
object
SparkUIUtils
A place to invoke non-public APIs of UIUtils, anything to be added here need to think twice