GitHub user liuxunorg opened a pull request:
https://github.com/apache/zeppelin/pull/3201
[ZEPPELIN-3805] Don't distribution shade jar to lib/interpreter for
zeppelin-interpreter
The zeppelin-interpreter-api module shades the conflicting package, Need to
remove the package that issued these shades in zeppelin-distribution.
[Bug Fix]
* [x] Exclude shade JAR packages to lib/interpreter
* [x] Add zeppelin-interpreter-api JAR package to lib/interpreter
* https://issues.apache.org/jira/browse/ZEPPELIN-3805
[CI pass](https://travis-ci.org/liuxunorg/zeppelin/builds/436144528)
* 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/liuxunorg/zeppelin ZEPPELIN-3805
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3201.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 #3201
----
commit 5f073baaccacc913c1b925f14d67aa82d2528774
Author: liuxunorg <33611720@...>
Date: 2018-10-02T13:35:15Z
[ZEPPELIN-3805] Don't distribution shade jar to lib/interpreter for
zeppelin-interpreter
The zeppelin-interpreter-api module shades the conflicting package, Need to
remove the package that issued these conflicts in zeppelin-distribution.
[Bug Fix]
* [x] Exclude shade JAR packages
* [x] Add zeppelin-interpreter-api JAR package
* https://issues.apache.org/jira/browse/ZEPPELIN-3805
CI pass
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
----
---