aboutsummaryrefslogtreecommitdiff
path: root/bin/compute-classpath.sh
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2013-07-11 18:30:18 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2013-07-11 18:30:18 +0530
commit69ae7ea227e52c743652e5560ac7666187c0de6a (patch)
tree70df5a7fe72fbf5b67042d67c655a66bc98cf9d9 /bin/compute-classpath.sh
parenta5f1f6a907b116325c56d38157ec2df76150951e (diff)
downloadspark-69ae7ea227e52c743652e5560ac7666187c0de6a.tar.gz
spark-69ae7ea227e52c743652e5560ac7666187c0de6a.tar.bz2
spark-69ae7ea227e52c743652e5560ac7666187c0de6a.zip
Removed some unnecessary code and fixed dependencies
Diffstat (limited to 'bin/compute-classpath.sh')
-rwxr-xr-xbin/compute-classpath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compute-classpath.sh b/bin/compute-classpath.sh
index 3a78880290..a0f35cb5eb 100755
--- a/bin/compute-classpath.sh
+++ b/bin/compute-classpath.sh
@@ -3,7 +3,7 @@
# This script computes Spark's classpath and prints it to stdout; it's used by both the "run"
# script and the ExecutorRunner in standalone cluster mode.
-SCALA_VERSION=2.9.3
+SCALA_VERSION=2.10
# Figure out where Spark is installed
FWDIR="$(cd `dirname $0`/..; pwd)"