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 f60e9d4 commit 76b44c9Copy full SHA for 76b44c9
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/ui/KyuubiHistoryServerPlugin.scala
@@ -41,9 +41,10 @@ class KyuubiHistoryServerPlugin extends AppHistoryServerPlugin {
41
}
42
43
override def setupUI(ui: SparkUI): Unit = {
44
- val kyuubiConf = mergedKyuubiConf(ui.conf)
45
val store = new EngineEventsStore(ui.store.store)
46
if (store.getSessionCount > 0) {
+ val kyuubiConf = mergedKyuubiConf(ui.conf)
47
+ kyuubiConf.set(KyuubiConf.ENGINE_UI_STOP_ENABLED, false)
48
EngineTab(
49
None,
50
Some(ui),
0 commit comments