From 37196aa786011fecb215c3111cdbd5b40c0b5754 Mon Sep 17 00:00:00 2001 From: Tomer Ben David Date: Thu, 21 Apr 2016 09:39:36 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.