aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-05-27 11:47:02 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-05-27 14:59:23 +0100
commit2c691295bf7811d0a4345db0871b38578955053e (patch)
tree69074a7e978e7baa39df02d7587c321fbeb38384 /run
parent1d75c6060a2a759dc6ca2e356925df6dcaaf75f4 (diff)
downloadspark-2c691295bf7811d0a4345db0871b38578955053e.tar.gz
spark-2c691295bf7811d0a4345db0871b38578955053e.tar.bz2
spark-2c691295bf7811d0a4345db0871b38578955053e.zip
SCALA_VERSION in run should be 2.9.0-1
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 13c40af4c2..8350874c92 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
#!/bin/bash
-SCALA_VERSION=2.9.0
+SCALA_VERSION=2.9.0-1
# Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)"