From 0a472840030e4e7e84fe748f7bfa49f1ece599c5 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sun, 8 Jul 2012 14:00:04 -0700 Subject: More work to allow Spark to run on the standalone deploy cluster. --- spark-shell | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-shell') diff --git a/spark-shell b/spark-shell index 29e5e65da2..574ae2104d 100755 --- a/spark-shell +++ b/spark-shell @@ -1,3 +1,4 @@ #!/bin/sh FWDIR="`dirname $0`" +export SPARK_LAUNCH_WITH_SCALA=1 exec $FWDIR/run spark.repl.Main "$@" -- cgit v1.2.3