mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add pyspark.zip
This commit is contained in:
parent
e74fe7f2fe
commit
4c222f8431
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ if [[ ! -d "${ZEPPELIN_LOG_DIR}" ]]; then
|
|||
fi
|
||||
|
||||
if [[ ! -z "${SPARK_HOME}" ]]; then
|
||||
PYSPARKPATH="${SPARK_HOME}/python:${SPARK_HOME}/python/lib/py4j-0.8.2.1-src.zip"
|
||||
PYSPARKPATH="${SPARK_HOME}/python:${SPARK_HOME}/python/lib/pyspark.zip:${SPARK_HOME}/python/lib/py4j-0.8.2.1-src.zip"
|
||||
else
|
||||
PYSPARKPATH="${ZEPPELIN_HOME}/interpreter/spark/pyspark/pyspark.zip:${ZEPPELIN_HOME}/interpreter/spark/pyspark/py4j-0.8.2.1-src.zip"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue