update to support R interpreter sparkr build profile

This commit is contained in:
Jeff Steinmetz 2016-03-28 14:35:16 -07:00
parent a9a2052bf4
commit e03dba5889
2 changed files with 3 additions and 2 deletions

View file

@ -61,4 +61,5 @@
- mplot
- htmltools
- base64enc
- data.table

View file

@ -32,9 +32,9 @@ echo
echo 'cd /vagrant/incubator-zeppelin'
echo 'mvn clean package -DskipTests'
echo
echo '# or for a specific build'
echo '# or for a specific Spark/Hadoop build with additional options such as python and R support'
echo
echo 'mvn clean package -Pspark-1.5 -Ppyspark -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests'
echo 'mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests'
echo './bin/zeppelin-daemon.sh start'
echo
echo 'On your host machine browse to http://localhost:8080/'