ulysses-you commented on a change in pull request #831:
URL: https://github.com/apache/incubator-kyuubi/pull/831#discussion_r672131511
##########
File path:
tools/spark-block-cleaner/src/main/scala/org/apache/kyuubi/tools/KubernetesSparkBlockCleaner.scala
##########
@@ -175,6 +175,8 @@ object KubernetesSparkBlockCleaner extends Logging {
def main(args: Array[String]): Unit = {
do {
+ PropertyConfigurator.configure(
+
Thread.currentThread().getContextClassLoader.getResource("log4j-block-cleaner.properties"))
Review comment:
just make this code as static initialization block
--
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]