zjffdu commented on a change in pull request #3773:
URL: https://github.com/apache/zeppelin/pull/3773#discussion_r426722439
##########
File path:
spark/interpreter/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java
##########
@@ -93,7 +93,8 @@ public void open() throws InterpreterException {
}
}
// use local mode for embedded spark mode when spark.master is not found
- conf.setIfMissing("spark.master", "local");
Review comment:
I think this is the line of code that cause the issue in the mail-list
----------------------------------------------------------------
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]