GitHub user minahlee opened a pull request:
https://github.com/apache/zeppelin/pull/1661
[ZEPPELIN-1605] zeppelin-interpreter: don't publish shaded JAR on maven
central
### What is this PR for?
* Instead of creating fat jar for zeppelin-interpreter, place
zeppelin-interpreter.jar and dependencies under `lib/interpreter` directory and
add it to classpath of zeppelin-server and interpreter. (removed
maven-shade-plugin)
* Exclude some dependencies from `zeppelin-zengine` which cause conflicts
with `zeppelin-interpreter`'s dependency
* Exclude configuration files(`credential.json`,
`notebook-authorization.json`, `shiro.ini`) from binary package.
### What type of PR is it?
Improvement
### What is the Jira issue?
[ZEPPELIN-1605](https://issues.apache.org/jira/browse/ZEPPELIN-1605)
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/minahlee/zeppelin ZEPPELIN-1605
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1661.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1661
----
commit 283f2065228c372ed9ff4b5e5d49817f520ed31f
Author: Mina Lee <[email protected]>
Date: 2016-11-21T00:12:06Z
package zeppelin-interpreter jar without dependency
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---