Skip to content

Commit ba2b72b

Browse files
committed
Spark 1.1.0 is default
1 parent 749e2d0 commit ba2b72b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ R.
1010

1111
### Requirements
1212
SparkR requires Scala 2.10 and Spark version >= 0.9.0. Current build by default uses
13-
Apache Spark 1.3.0. You can also build SparkR against a
13+
Apache Spark 1.1.0. You can also build SparkR against a
1414
different Spark version (>= 0.9.0) by modifying `pkg/src/build.sbt`.
1515

1616
### Package installation
@@ -23,11 +23,11 @@ If you wish to try out the package directly from github, you can use [`install_g
2323
library(devtools)
2424
install_github("amplab-extras/SparkR-pkg", subdir="pkg")
2525

26-
SparkR by default uses Apache Spark 1.3.0. You can switch to a different Spark
26+
SparkR by default uses Apache Spark 1.1.0. You can switch to a different Spark
2727
version by setting the environment variable `SPARK_VERSION`. For example, to
28-
use Apache Spark 1.2.0, you can run
28+
use Apache Spark 1.3.0, you can run
2929

30-
SPARK_VERSION=1.2.0 ./install-dev.sh
30+
SPARK_VERSION=1.3.0 ./install-dev.sh
3131

3232
SparkR by default links to Hadoop 1.0.4. To use SparkR with other Hadoop
3333
versions, you will need to rebuild SparkR with the same version that [Spark is
@@ -91,8 +91,9 @@ To run one of them, use `./sparkR <filename> <args>`. For example:
9191

9292
./sparkR examples/pi.R local[2]
9393

94-
You can also run the unit-tests for SparkR by running. You need to install the [testthat](http://cran.r-project.org/web/packages/testthat/index.html) package first.
94+
You can also run the unit-tests for SparkR by running (you need to install the [testthat](http://cran.r-project.org/web/packages/testthat/index.html) package first):
9595

96+
R -e 'install.packages("testthat", repos="http://cran.us.r-project.org")'
9697
./run-tests.sh
9798

9899
## Running on EC2

0 commit comments

Comments
 (0)