ever4Kenny commented on code in PR #54133:
URL: https://github.com/apache/spark/pull/54133#discussion_r2852103468
##########
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:
Ok, directly use spark.ui.enabled to toggle the lisener.
--
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]