address mina's comment

This commit is contained in:
Lee moon soo 2016-06-23 15:04:43 -07:00
parent 049bc89dab
commit f81d16e379
2 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,7 @@ function make_binary_release() {
git_clone
make_source_package
make_binary_release all "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr"
make_binary_release netinst "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -pl '!alluxio,!angular,!cassandra,!elasticsearch,!file,!flink,!hbase,!ignite,!jdbc,!kylin,!lens,!livy,!markdown,!postgresql,!python,!shell"
make_binary_release netinst "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -pl !alluxio,!angular,!cassandra,!elasticsearch,!file,!flink,!hbase,!ignite,!jdbc,!kylin,!lens,!livy,!markdown,!postgresql,!python,!shell"
# remove non release files and dirs
rm -rf "${WORKING_DIR}/zeppelin"

View file

@ -55,7 +55,7 @@ You can also install 3rd party interpreters located in the maven repository by u
#### Install 3rd party interpreters
```
./bin/install-interpreter.sh --name interpreter1 --repository groupId1:artifact1:version1
./bin/install-interpreter.sh --name interpreter1 --artifact groupId1:artifact1:version1
```
The above command will download maven artifact `groupId1:artifact1:version1` and all of it's transitive dependencies into `interpreter/interpreter1` directory.
@ -67,10 +67,10 @@ And then restart Zeppelin, [create interpreter setting](../manual/interpreters.h
#### Install multiple 3rd party interpreters at once
```
./bin/install-interpreter.sh --name interpreter1,interpreter2 --repository groupId1:artifact1:version1,groupId2:artifact2:version2
./bin/install-interpreter.sh --name interpreter1,interpreter2 --artifact groupId1:artifact1:version1,groupId2:artifact2:version2
```
`--name` and `--repository` arguments will recieve comma separated list.
`--name` and `--artifact` arguments will recieve comma separated list.
## Available community managed interpreters