mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update to support R interpreter sparkr build profile
This commit is contained in:
parent
a9a2052bf4
commit
e03dba5889
2 changed files with 3 additions and 2 deletions
|
|
@ -61,4 +61,5 @@
|
|||
- mplot
|
||||
- htmltools
|
||||
- base64enc
|
||||
- data.table
|
||||
|
||||
|
|
|
|||
|
|
@ -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/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue