Lee moon soo created ZEPPELIN-165:
-------------------------------------
Summary: Wrong PYTHONPATH when SPARK_HOME is defined.
Key: ZEPPELIN-165
URL: https://issues.apache.org/jira/browse/ZEPPELIN-165
Project: Zeppelin
Issue Type: Bug
Affects Versions: 0.5.0
Reporter: Lee moon soo
Assignee: Lee moon soo
Fix For: 0.6.0, 0.5.1
When SPARK_HOME is defined, PYTHONPATH is defined as
{code}
${SPARK_HOME}/python/lib/pyspark.zip:${SPARK_HOME}/python/lib/py4j-0.8.2.1-src.zip"
{code}
instead of
{code}
${SPARK_HOME}/python:${SPARK_HOME}/python/lib/py4j-0.8.2.1-src.zip"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)