aboutsummaryrefslogtreecommitdiff
path: root/spark-shell
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@wandisco.com>2013-07-02 17:03:24 -0700
committerKonstantin Boudnik <cos@wandisco.com>2013-07-21 11:47:29 -0700
commitf4d514810e6fd9f42868ebb9a89390c62c3b42e1 (patch)
treee5ec9bf8ef11d8f0bdd5e468bbd0f78a68420704 /spark-shell
parent15fb3948330721aba4716fa80c75e9bafab1a1b6 (diff)
downloadspark-f4d514810e6fd9f42868ebb9a89390c62c3b42e1.tar.gz
spark-f4d514810e6fd9f42868ebb9a89390c62c3b42e1.tar.bz2
spark-f4d514810e6fd9f42868ebb9a89390c62c3b42e1.zip
Building spark assembly for further consumption of the Spark project with a deployed cluster
Diffstat (limited to 'spark-shell')
-rwxr-xr-xspark-shell1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-shell b/spark-shell
index 31a4138124..62fc18550d 100755
--- a/spark-shell
+++ b/spark-shell
@@ -79,6 +79,7 @@ if [[ ! $? ]]; then
saved_stty=""
fi
+export SPARK_LAUNCH_WITH_SCALA=${SPARK_LAUNCH_WITH_SCALA:-1}
$FWDIR/run $OPTIONS spark.repl.Main "$@"
# record the exit status lest it be overwritten: