aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-08-31 10:43:05 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-08-31 10:43:05 +0100
commit483f724d6229b33179d9cf41dd4e3fd17aa54aee (patch)
treea000112fbcc4f2a157e981963e2800beb43d1aee /run
parent10697402648696827fe0782b031456e38657a9bb (diff)
downloadspark-483f724d6229b33179d9cf41dd4e3fd17aa54aee.tar.gz
spark-483f724d6229b33179d9cf41dd4e3fd17aa54aee.tar.bz2
spark-483f724d6229b33179d9cf41dd4e3fd17aa54aee.zip
Upgrade to Scala 2.9.1.
Interestingly, the version in Maven is 2.9.1, but SBT outputs file to the 2.9.1.final directory inside target. A couple of small changes in SparkIMain were also required. All tests pass and ./spark-shell launches successfully.
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 83ffe0730c..2b95984ace 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/bin/bash
-SCALA_VERSION=2.9.0.1
+SCALA_VERSION=2.9.1.final
# Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)"