You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2020/10/28 06:55:02 UTC

[GitHub] [kylin] hit-lacus commented on a change in pull request #1464: KYLIN-4800 Add canary tool for sparder-context

hit-lacus commented on a change in pull request #1464:
URL: https://github.com/apache/kylin/pull/1464#discussion_r513215189



##########
File path: kylin-spark-project/kylin-spark-query/src/main/scala/org/apache/spark/sql/SparderContext.scala
##########
@@ -194,6 +195,10 @@ object SparderContext extends Logging {
         logInfo("Initializing Spark, waiting for done.")
         initializingThread.join()
       }
+
+      if (System.getProperty("spark.local") ne "true")
+      //monitor sparder
+      SparderContextCanary.init()

Review comment:
       This line should be indented .




----------------------------------------------------------------
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:
users@infra.apache.org