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
  • Loading branch information
Dirceu Semighini Filho committed Jul 6, 2015
1 parent 39e4e7e commit fad5991
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 fad5991

Please sign in to comment.