mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add jar in R folder
This commit is contained in:
parent
1eddadb066
commit
caf157b8df
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ if [[ "${INTERPRETER_ID}" == "spark" ]]; then
|
|||
|
||||
export SPARK_CLASSPATH+=":${ZEPPELIN_CLASSPATH}"
|
||||
fi
|
||||
CLASSPATH+=":${ZEPPELIN_CLASSPATH}":"${ZEPPELIN_HOME}/interpreter/spark/r/rscala_2.10-1.0.6.jar"
|
||||
CLASSPATH+=":${ZEPPELIN_CLASSPATH}":"${ZEPPELIN_HOME}/interpreter/spark/R/rscala_2.10-1.0.6.jar"
|
||||
fi
|
||||
|
||||
addJarInDir "${LOCAL_INTERPRETER_REPO}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue