aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPrashant Sharma <scrapcodes@gmail.com>2013-09-15 12:47:20 +0530
committerPrashant Sharma <scrapcodes@gmail.com>2013-09-15 12:47:20 +0530
commita90e0eff5982ba46b3658e91dec89bd08ce450e5 (patch)
tree9c1b35339e704f7793af44fcaa03385dc15cd32f /bin
parent383e151fd7138cc6a143b3a38037cc3038c2a8b9 (diff)
downloadspark-a90e0eff5982ba46b3658e91dec89bd08ce450e5.tar.gz
spark-a90e0eff5982ba46b3658e91dec89bd08ce450e5.tar.bz2
spark-a90e0eff5982ba46b3658e91dec89bd08ce450e5.zip
version changed 2.9.3 -> 2.10 in shell script.
Diffstat (limited to 'bin')
-rw-r--r--bin/compute-classpath.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/compute-classpath.cmd b/bin/compute-classpath.cmd
index cf38188c4b..9e3e10ecaa 100644
--- a/bin/compute-classpath.cmd
+++ b/bin/compute-classpath.cmd
@@ -20,7 +20,7 @@ rem
rem This script computes Spark's classpath and prints it to stdout; it's used by both the "run"
rem script and the ExecutorRunner in standalone cluster mode.
-set SCALA_VERSION=2.9.3
+set SCALA_VERSION=2.10
rem Figure out where the Spark framework is installed
set FWDIR=%~dp0..\