Skip to content

Commit

Permalink
Fix doc (not using shell build/mvn)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Aug 31, 2016
1 parent aa7d43f commit 152db1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ directory in Maven in `PATH`.
5. Open a command shell (`cmd`) in the Spark directory and 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

```bash
build/mvn -DskipTests -Psparkr package
mvn -DskipTests -Psparkr package
```

`build/mvn` is a shell script so `mvn` should be used directly on Windows.

## Unit tests

To run the SparkR unit tests on Windows, the following steps are required —assuming you are in the Spark root directory and do not have Apache Hadoop installed already:
Expand Down

0 comments on commit 152db1b

Please sign in to comment.