version changed 2.9.3 -> 2.10 in shell script.

This commit is contained in:
Prashant Sharma 2013-09-15 12:47:20 +05:30
parent 383e151fd7
commit a90e0eff59
10 changed files with 9 additions and 17 deletions

View file

@ -20,7 +20,7 @@ rem
rem This script computes Spark's classpath and prints it to stdout; it's used by both the "run" rem This script computes Spark's classpath and prints it to stdout; it's used by both the "run"
rem script and the ExecutorRunner in standalone cluster mode. rem script and the ExecutorRunner in standalone cluster mode.
set SCALA_VERSION=2.9.3 set SCALA_VERSION=2.10
rem Figure out where the Spark framework is installed rem Figure out where the Spark framework is installed
set FWDIR=%~dp0..\ set FWDIR=%~dp0..\

View file

@ -83,7 +83,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.twitter</groupId> <groupId>com.twitter</groupId>
<artifactId>chill_2.9.3</artifactId> <artifactId>chill_2.10</artifactId>
<version>0.3.1</version> <version>0.3.1</version>
</dependency> </dependency>
<dependency> <dependency>

View file

@ -5,6 +5,6 @@ markdown: kramdown
# of Spark, Scala, and Mesos. # of Spark, Scala, and Mesos.
SPARK_VERSION: 0.8.0-SNAPSHOT SPARK_VERSION: 0.8.0-SNAPSHOT
SPARK_VERSION_SHORT: 0.8.0 SPARK_VERSION_SHORT: 0.8.0
SCALA_VERSION: 2.9.3 SCALA_VERSION: 2.10
MESOS_VERSION: 0.9.0-incubating MESOS_VERSION: 0.9.0-incubating
SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net

View file

@ -35,7 +35,7 @@ if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1')
# Copy over the scaladoc from each project into the docs directory. # Copy over the scaladoc from each project into the docs directory.
# This directory will be copied over to _site when `jekyll` command is run. # This directory will be copied over to _site when `jekyll` command is run.
projects.each do |project_name| projects.each do |project_name|
source = "../" + project_name + "/target/scala-2.9.3/api" source = "../" + project_name + "/target/scala-2.10/api"
dest = "api/" + project_name dest = "api/" + project_name
puts "echo making directory " + dest puts "echo making directory " + dest

View file

@ -76,17 +76,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.5</java.version> <java.version>1.5</java.version>
<<<<<<< HEAD
<scala.version>2.10</scala.version> <scala.version>2.10</scala.version>
<mesos.version>0.9.0-incubating</mesos.version> <mesos.version>0.9.0-incubating</mesos.version>
<akka.version>2.1.4</akka.version> <akka.version>2.1.4</akka.version>
<spray.version>1.1-M7</spray.version>
<spray.json.version>1.2.3</spray.json.version>
=======
<scala.version>2.9.3</scala.version>
<mesos.version>0.12.1</mesos.version>
<akka.version>2.0.5</akka.version>
>>>>>>> master
<slf4j.version>1.7.2</slf4j.version> <slf4j.version>1.7.2</slf4j.version>
<log4j.version>1.2.17</log4j.version> <log4j.version>1.2.17</log4j.version>
<hadoop.version>1.0.4</hadoop.version> <hadoop.version>1.0.4</hadoop.version>

View file

@ -23,7 +23,7 @@ FWDIR="$(cd `dirname $0`; pwd)"
# Export this as SPARK_HOME # Export this as SPARK_HOME
export SPARK_HOME="$FWDIR" export SPARK_HOME="$FWDIR"
SCALA_VERSION=2.9.3 SCALA_VERSION=2.10
# Exit if the user hasn't compiled Spark # Exit if the user hasn't compiled Spark
if [ ! -f "$FWDIR/RELEASE" ]; then if [ ! -f "$FWDIR/RELEASE" ]; then

View file

@ -17,7 +17,7 @@ rem See the License for the specific language governing permissions and
rem limitations under the License. rem limitations under the License.
rem rem
set SCALA_VERSION=2.9.3 set SCALA_VERSION=2.10
rem Figure out where the Spark framework is installed rem Figure out where the Spark framework is installed
set FWDIR=%~dp0 set FWDIR=%~dp0

View file

@ -17,7 +17,7 @@
# limitations under the License. # limitations under the License.
# #
SCALA_VERSION=2.9.3 SCALA_VERSION=2.10
# Figure out where the Scala framework is installed # Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)" FWDIR="$(cd `dirname $0`; pwd)"

View file

@ -17,7 +17,7 @@
# limitations under the License. # limitations under the License.
# #
SCALA_VERSION=2.9.3 SCALA_VERSION=2.10
# Figure out where the Scala framework is installed # Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; pwd)" FWDIR="$(cd `dirname $0`; pwd)"

View file

@ -17,7 +17,7 @@ rem See the License for the specific language governing permissions and
rem limitations under the License. rem limitations under the License.
rem rem
set SCALA_VERSION=2.9.3 set SCALA_VERSION=2.10
rem Figure out where the Spark framework is installed rem Figure out where the Spark framework is installed
set FWDIR=%~dp0 set FWDIR=%~dp0