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)