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:
[email protected]


Reply via email to