pan3793 commented on code in PR #54133:
URL: https://github.com/apache/spark/pull/54133#discussion_r2852191969
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala:
##########
@@ -236,6 +236,15 @@ object StaticSQLConf {
.booleanConf
.createWithDefault(false)
+ val SQL_UI_APP_STATUS_LISTENER_ENABLED =
+ buildStaticConf("spark.sql.ui.appStatusListener.enabled")
Review Comment:
I believe what @cloud-fan said "disable SQL UI" means "disable SQLTab", not
the whole live UI.
You probably need a new config like `spark.sql.ui.enabled`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]