GitHub user iijima-satoshi opened a pull request: https://github.com/apache/zeppelin/pull/2904
ZEPPELIN-3378 Dependency errors on hadoop 2.8 with hadoop2 profile ### What is this PR for? Fix dependency errors caused by different versions of the same libraries on zeppelin-zengine ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3378 ### How should this be tested? * Travis CI * Build command: `mvn clean package -Dhadoop.version=2.8.1 -Phadoop2 -Pspark-2.1 -Pscala-2.11 -Pbuild-distr` ### 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/iijima-satoshi/zeppelin fix-zengine-dependencies Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2904.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 #2904 ---- commit 52433528c03d8930cd1564ab3839eefe598df62a Author: iijima_satoshi <iijima_satoshi@...> Date: 2018-04-02T07:23:13Z Fix zeppelin-zengine dependencies error ---- ---