Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1339 In case of 1) Don't have plan to use spark interpreter, just want to use other interpreters like python, big query. 2) Set SPARK_HOME in interpreter property instead of conf/zeppelin-env.sh User may not interested in local-spark. but user will keep seeing messages ``` Lees-MacBook:pr1339 moon$ bin/zeppelin-daemon.sh start You do not have neither local-spark, nor external SPARK_HOME set up. If you want to use Spark interpreter, you need to run get-spark at least one time or set SPARK_HOME. Zeppelin start [ OK ] Lees-MacBook:pr1339 moon$ bin/zeppelin-daemon.sh stop Zeppelin stop [ OK ] Lees-MacBook:pr1339 moon$ bin/zeppelin-daemon.sh start You do not have neither local-spark, nor external SPARK_HOME set up. If you want to use Spark interpreter, you need to run get-spark at least one time or set SPARK_HOME. Zeppelin start [ OK ] ``` @AhyoungRyu What do you think?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---