From c7143e5507f1d5292e678315158d3863c9bb4242 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Tue, 15 Jan 2013 12:45:42 -0700 Subject: Changed teh scala version to 2.9.2, so that the classes can be found when the classpath is expanded. --- run2.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run2.cmd') diff --git a/run2.cmd b/run2.cmd index 83464b1166..67f1e465e4 100644 --- a/run2.cmd +++ b/run2.cmd @@ -1,6 +1,6 @@ @echo off -set SCALA_VERSION=2.9.1 +set SCALA_VERSION=2.9.2 rem Figure out where the Spark framework is installed set FWDIR=%~dp0 -- cgit v1.2.3