zeppelin/bin
Mina Lee 90735979aa [HOTFIX][ZEPPELIN-2011] Add lib/interpreter to classpath to fix interpreter installer
### What is this PR for?
Interpreter installation fail with `NoClassDefFoundError` error when zeppelin is built as distribution package. This PR fixes it by adding `lib/interpreter` to classpath.

### What type of PR is it?
Bug Fix | Hot Fix

### What is the Jira issue?
[ZEPPELIN-2011](https://issues.apache.org/jira/browse/ZEPPELIN-2011)

### How should this be tested?
1. Build distribution package
```
mvn clean package -DskipTests -pl zeppelin-interpreter,zeppelin-zengine,:zeppelin-display_2.10,:zeppelin-spark-dependencies_2.10,:zeppelin-spark_2.10,zeppelin-web,zeppelin-server,zeppelin-distribution -am -Pbuild-distr
```
2. Change working directory
```
$ cd zeppelin-distribution/target/zeppelin-0.8.0-SNAPSHOT/zeppelin-0.8.0-SNAPSHOT
```
3. Run `bin/install-interpreter.sh` and see if error is gone.

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Mina Lee <minalee@apache.org>

Closes #1943 from minahlee/ZEPPELIN-2011 and squashes the following commits:

ed3776d [Mina Lee] Add lib/interpreter to classpath
2017-01-26 14:05:06 +09:00
..
common.cmd ZEPPELIN-1785. Remove ZEPPELIN_NOTEBOOK_DIR and ZEPPELIN_INTERPRETER_DIR from common.sh 2016-12-15 10:45:28 -08:00
common.sh ZEPPELIN-1785. Remove ZEPPELIN_NOTEBOOK_DIR and ZEPPELIN_INTERPRETER_DIR from common.sh 2016-12-15 10:45:28 -08:00
functions.cmd [ZEPPELIN-647] - Native Windows support for startup scripts and configuration 2016-03-24 08:04:26 -07:00
functions.sh [MINOR] Remove obsolete and old copyright notices in legal header 2016-02-21 09:08:55 -08:00
install-interpreter.sh [HOTFIX][ZEPPELIN-2011] Add lib/interpreter to classpath to fix interpreter installer 2017-01-26 14:05:06 +09:00
interpreter.cmd [ZEPPELIN-1605] zeppelin-interpreter: don't publish shaded JAR on maven central 2016-12-11 14:44:13 +09:00
interpreter.sh [ZEPPELIN-1984] Zeppelin Server doesn't catch all exceptions when launching interpreter.sh 2017-01-23 21:06:11 -08:00
zeppelin-daemon.sh [ZEPPELIN-1605] zeppelin-interpreter: don't publish shaded JAR on maven central 2016-12-11 14:44:13 +09:00
zeppelin.cmd Followup for ZEPPELIN-1785 2016-12-19 10:40:57 -08:00
zeppelin.sh Followup for ZEPPELIN-1785 2016-12-19 10:40:57 -08:00