From 483f724d6229b33179d9cf41dd4e3fd17aa54aee Mon Sep 17 00:00:00 2001 From: Ismael Juma Date: Wed, 31 Aug 2011 10:43:05 +0100 Subject: 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. --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') 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)" -- cgit v1.2.3