Skip to content

Commit

Permalink
Small update in the readme file
Browse files Browse the repository at this point in the history
Just change the attribute from -PsparkR to -Psparkr

Author: Dirceu Semighini Filho <[email protected]>

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

fad5991 [Dirceu Semighini Filho] Small update in the readme file
  • Loading branch information
Dirceu Semighini Filho authored and rxin committed Jul 6, 2015
1 parent 0e19464 commit 57c72fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 57c72fc

Please sign in to comment.