HyukjinKwon commented on a change in pull request #26357: [SPARK-29711][SQL] 
Support dynamic adjust sql class log level
URL: https://github.com/apache/spark/pull/26357#discussion_r341909972
 
 

 ##########
 File path: 
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala
 ##########
 @@ -372,6 +374,16 @@ private[hive] class SparkExecuteStatementOperation(
       }
     }
   }
+
+  private def prepareLogLevel(): Unit = {
+    val debugClasses = sqlContext.conf.debugClasses()
 
 Review comment:
   this configuration seems only affecting thriftserver. it should have an 
effect in regular Spark session as well. But more importantly, why don't you 
just restart or start another one for debugging purpose? I don't think this 
configuration is worth much.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to