From 69ae7ea227e52c743652e5560ac7666187c0de6a Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Thu, 11 Jul 2013 18:30:18 +0530 Subject: Removed some unnecessary code and fixed dependencies --- bin/compute-classpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/compute-classpath.sh b/bin/compute-classpath.sh index 3a78880290..a0f35cb5eb 100755 --- a/bin/compute-classpath.sh +++ b/bin/compute-classpath.sh @@ -3,7 +3,7 @@ # This script computes Spark's classpath and prints it to stdout; it's used by both the "run" # script and the ExecutorRunner in standalone cluster mode. -SCALA_VERSION=2.9.3 +SCALA_VERSION=2.10 # Figure out where Spark is installed FWDIR="$(cd `dirname $0`/..; pwd)" -- cgit v1.2.3