aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-05-27 11:34:07 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-05-27 14:59:23 +0100
commit1d75c6060a2a759dc6ca2e356925df6dcaaf75f4 (patch)
treeb94d1766510d07b2bbc228ff0626efca87fcd8c8 /run
parente3b323321d0313018e8d4c7363e621a5ed9b0d1a (diff)
downloadspark-1d75c6060a2a759dc6ca2e356925df6dcaaf75f4.tar.gz
spark-1d75c6060a2a759dc6ca2e356925df6dcaaf75f4.tar.bz2
spark-1d75c6060a2a759dc6ca2e356925df6dcaaf75f4.zip
Update to Scala 2.9.0-1 and disable repl module for now.
The repl module requires more complex work.
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index efcf63cbbc..13c40af4c2 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/bin/bash
-SCALA_VERSION=2.8.1
+SCALA_VERSION=2.9.0
# Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)"