aboutsummaryrefslogtreecommitdiff
path: root/R/README.md
diff options
context:
space:
mode:
authorDirceu Semighini Filho <dirceu.semighini@gmail.com>2015-07-06 13:28:07 -0700
committerReynold Xin <rxin@databricks.com>2015-07-06 13:28:07 -0700
commit57c72fcce75907c08a1ae53a0d85447176fc3c69 (patch)
tree77f37d580a67ad46d0cb73d90b5a0282124b91fb /R/README.md
parent0e194645f42be0d6ac9b5a712f8fc1798418736d (diff)
downloadspark-57c72fcce75907c08a1ae53a0d85447176fc3c69.tar.gz
spark-57c72fcce75907c08a1ae53a0d85447176fc3c69.tar.bz2
spark-57c72fcce75907c08a1ae53a0d85447176fc3c69.zip
Small update in the readme file
Just change the attribute from -PsparkR to -Psparkr Author: Dirceu Semighini Filho <dirceu.semighini@gmail.com> Closes #7242 from dirceusemighini/patch-1 and squashes the following commits: fad5991 [Dirceu Semighini Filho] Small update in the readme file
Diffstat (limited to 'R/README.md')
-rw-r--r--R/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/README.md b/R/README.md
index d7d65b4f0e..005f56da16 100644
--- a/R/README.md
+++ b/R/README.md
@@ -6,7 +6,7 @@ SparkR is an R package that provides a light-weight frontend to use Spark from R
#### Build Spark
-Build Spark with [Maven](http://spark.apache.org/docs/latest/building-spark.html#building-with-buildmvn) and include the `-PsparkR` profile to build the R package. For example to use the default Hadoop versions you can run
+Build Spark with [Maven](http://spark.apache.org/docs/latest/building-spark.html#building-with-buildmvn) and include the `-Psparkr` profile to build the R package. For example to use the default Hadoop versions you can run
```
build/mvn -DskipTests -Psparkr package
```