Repository: spark
Updated Branches:
  refs/heads/master 0e194645f -> 57c72fcce


Small update in the readme file

Just change the attribute from -PsparkR to -Psparkr

Author: Dirceu Semighini Filho <dirceu.semigh...@gmail.com>

Closes #7242 from dirceusemighini/patch-1 and squashes the following commits:

fad5991 [Dirceu Semighini Filho] Small update in the readme file


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/57c72fcc
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/57c72fcc
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/57c72fcc

Branch: refs/heads/master
Commit: 57c72fcce75907c08a1ae53a0d85447176fc3c69
Parents: 0e19464
Author: Dirceu Semighini Filho <dirceu.semigh...@gmail.com>
Authored: Mon Jul 6 13:28:07 2015 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Mon Jul 6 13:28:07 2015 -0700

----------------------------------------------------------------------
 R/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/57c72fcc/R/README.md
----------------------------------------------------------------------
diff --git a/R/README.md b/R/README.md
index d7d65b4..005f56d 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
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to