Skip to content

Commit f81d16e

Browse files
committed
address mina's comment
1 parent 049bc89 commit f81d16e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function make_binary_release() {
103103
git_clone
104104
make_source_package
105105
make_binary_release all "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pr"
106-
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"
106+
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"
107107

108108
# remove non release files and dirs
109109
rm -rf "${WORKING_DIR}/zeppelin"

docs/manual/interpreterinstallation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also install 3rd party interpreters located in the maven repository by u
5555
#### Install 3rd party interpreters
5656

5757
```
58-
./bin/install-interpreter.sh --name interpreter1 --repository groupId1:artifact1:version1
58+
./bin/install-interpreter.sh --name interpreter1 --artifact groupId1:artifact1:version1
5959
```
6060

6161
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
6767
#### Install multiple 3rd party interpreters at once
6868

6969
```
70-
./bin/install-interpreter.sh --name interpreter1,interpreter2 --repository groupId1:artifact1:version1,groupId2:artifact2:version2
70+
./bin/install-interpreter.sh --name interpreter1,interpreter2 --artifact groupId1:artifact1:version1,groupId2:artifact2:version2
7171
```
7272

73-
`--name` and `--repository` arguments will recieve comma separated list.
73+
`--name` and `--artifact` arguments will recieve comma separated list.
7474

7575
## Available community managed interpreters
7676

0 commit comments

Comments
 (0)