bigxiaochu commented on a change in pull request #1312:
URL: https://github.com/apache/kylin/pull/1312#discussion_r452295454
##########
File path:
kylin-spark-project/kylin-spark-engine/src/main/java/org/apache/kylin/engine/spark/job/NSparkExecutable.java
##########
@@ -146,7 +146,7 @@ protected ExecuteResult doWork(ExecutableContext context)
throws ExecuteExceptio
throw new ExecuteException("meta dump failed", e);
}
String filePath = dumpArgs();
- if (config.isUTEnv() || config.isZKLocal()) {
+ if (config.isUTEnv() || config.isLOCALEnv() || config.isZKLocal()) {
Review comment:
UT is unittest, but local is local. So isLocalEnv()?
----------------------------------------------------------------
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]