aboutsummaryrefslogtreecommitdiff
path: root/run2.cmd
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-06-15 09:37:13 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-06-15 09:37:13 -0700
commitb7794813b181f13801596e8d8c3b4471c0c84f20 (patch)
tree99fec38a7d8fc1f74069b60eb2e8df74640e73bf /run2.cmd
parent1044a95c9fa10292162322d74542e36384f68880 (diff)
downloadspark-b7794813b181f13801596e8d8c3b4471c0c84f20.tar.gz
spark-b7794813b181f13801596e8d8c3b4471c0c84f20.tar.bz2
spark-b7794813b181f13801596e8d8c3b4471c0c84f20.zip
Fix run script on Windows for Scala 2.10
Diffstat (limited to 'run2.cmd')
-rw-r--r--run2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/run2.cmd b/run2.cmd
index d2d4807971..27d0968571 100644
--- a/run2.cmd
+++ b/run2.cmd
@@ -1,6 +1,6 @@
@echo off
-set SCALA_VERSION=2.9.3
+set SCALA_VERSION=2.10
rem Figure out where the Spark framework is installed
set FWDIR=%~dp0