update VM readme and VM install docs to reference R interpreter additions

This commit is contained in:
Jeff Steinmetz 2016-04-08 09:21:14 -07:00
parent 679e87ac5c
commit d8a1fa480b
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ This assumes you've already cloned the project either on the host machine in the
```
cd /incubator-zeppelin
mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests'
mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests
./bin/zeppelin-daemon.sh start
```

View file

@ -87,7 +87,7 @@ This assumes you've already cloned the project either on the host machine in the
```
cd /incubator-zeppelin
mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests'
mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests
./bin/zeppelin-daemon.sh start
```