You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by alonshoham <gi...@git.apache.org> on 2018/09/26 14:29:37 UTC

[GitHub] zeppelin issue #2709: ZEPPELIN-3111. Refactor SparkInterpreter

Github user alonshoham commented on the issue:

    https://github.com/apache/zeppelin/pull/2709
  
    In this PR a change was made to `bin/interpreter.sh` script. In line 124 `SPARK_APP_JAR="$(ls ${ZEPPELIN_HOME}/interpreter/spark/spark-interpreter*.jar)"` used to be `SPARK_APP_JAR="$(ls ${ZEPPELIN_HOME}/interpreter/spark/zeppelin-spark*.jar)"` 
    This change was not updated in `bin/interpreter.cmd`, meaning that spark interpreter fails in windows.


---