diff --git a/README.md b/README.md index 84658639e4f..2d0bb4fdf70 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To install this build of Zeppelin with the R interpreter, after installing depen ```sh git clone https://github.com/elbamos/Zeppelin-With-R.git cd Zeppelin-With-R -mvn package install -DskipTests +mvn package install -Pr -DskipTests ``` To run Zeppelin with the R Interpreter, zeppelin must be started with the SPARK_HOME environment variable properly set. The best way to do this is by editing `conf/zeppelin-env.sh`. @@ -231,4 +231,4 @@ For one thing, a different method for supporting Spark 1.6 is used. In addition ### What about Windows? -Zeppelin does not support Windows, therefore the R Interpreter does not support Windows. Some people have gotten it to work using docker. \ No newline at end of file +Zeppelin does not support Windows, therefore the R Interpreter does not support Windows. Some people have gotten it to work using docker.