You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Lee moon soo (JIRA)" <ji...@apache.org> on 2015/12/03 08:04:11 UTC

[jira] [Created] (ZEPPELIN-479) SparkInterpreter does not load jars on s3 or hdfs

Lee moon soo created ZEPPELIN-479:
-------------------------------------

             Summary: SparkInterpreter does not load jars on s3 or hdfs
                 Key: ZEPPELIN-479
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-479
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.5.5
            Reporter: Lee moon soo


SparkInterpreter can load jars with

by --jars  in conf/zeppelin-env.sh
{code}
export SPARK_SUBMIT_OPTIONS="--jars s3://path/mylib1.jar"
{code}

or by spark.jars in SPARK_HOME/conf/spark-defaults.conf
{code}
spark.jars              s3://path/mylib1.jar
{code}

However, when the path is s3 or hdfs, Zeppelin does not handle it, while spark (spark-shell, spark-submit) supposed to work with them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)