Skip to content

Conversation

@echarles
Copy link
Member

@echarles echarles commented Nov 9, 2015

Prepend ZEPPELIN_CLASSPATH_OVERRIDES environment variable when building CLASSPATH in the shell scripts.

This PR replaces the closed #398 and #386 - Sorry for the mess...

@Leemoonsoo
Copy link
Member

LGTM

@Leemoonsoo
Copy link
Member

merge if there're no more discussions

@felixcheung
Copy link
Member

looks good

@asfgit asfgit closed this in 748533b Nov 12, 2015
@@ -121,9 +121,9 @@ fi
CLASSPATH+=":${ZEPPELIN_CLASSPATH}"

if [[ -n "${SPARK_SUBMIT}" ]]; then
${SPARK_SUBMIT} --class ${ZEPPELIN_SERVER} --driver-class-path "${CLASSPATH}" --driver-java-options "${JAVA_INTP_OPTS}" ${SPARK_SUBMIT_OPTIONS} ${SPARK_APP_JAR} ${PORT} &
${SPARK_SUBMIT} --class ${ZEPPELIN_SERVER} --driver-class-path "${ZEPPELIN_CLASSPATH_OVERRIDESS}:${CLASSPATH}" --driver-java-options "${JAVA_INTP_OPTS}" ${SPARK_SUBMIT_OPTIONS} ${SPARK_APP_JAR} ${PORT} &
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@echarles Variable name ends with double S. Maybe its typo?

asfgit pushed a commit that referenced this pull request Nov 13, 2015
#412

fix :: bin/interpreter.sh

ZEPPELIN_CLASSPATH_OVERRIDE**SS** -> ZEPPELIN_CLASSPATH_OVERRIDE**S**

Author: Chae-Sung Lim <estail7s@gmail.com>

Closes #422 from cloverhearts/ZEPPELIN-383-Additional_modifications and squashes the following commits:

90a267e [Chae-Sung Lim] ZEPPELIN-383-Additional_modifications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants