GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3010
[HOTFIX] ZEPPELIN-2221's dependency issue ### What is this PR for? Fixing some CI by changing `hadoop-client` version of â©spark_core` and `guava` version of `zeppelin-python`. We basically remove `zeppelin-python` dependency from `zeppelin-spark` interpreter in a near future. ### What type of PR is it? [Hot Fix] ### Todos * [x] - Fix dependency problem between hadoop-client and guava ### What is the Jira issue? N/A ### How should this be tested? * It should pass CI ### 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/jongyoul/zeppelin hotfix/zeppelin-2221-dependency-issue Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3010.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 #3010 ---- commit 8bc67e6c5d02354dea552e6b38119ada294789ed Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-04T02:03:15Z Add a dependency of `hadoop-common` as `test` scope commit 542b1882027485faff87b2b1e68c83217529af4a Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-04T02:19:32Z Revert a scope of hadoop-comoon to `provided` commit b0873e369eba526a46dff1f47c73db5a157431fd Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-04T02:33:29Z Change the version of the dependency of `hadoop-common` to `2.6.5` commit ede117b2269e29dbfeb6e5ebb9a02eb2b01a1c31 Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-04T04:00:44Z Add a guava version of `19.0` to avoid guava version mismatch commit 16fa70e406737716675e0b63135627275d5f08fc Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-04T06:30:58Z Exclude guava from zeppelin-python dependency from spark/interpreter commit d1b89dd5eda050a2ac276eb53ca3cb0068c376aa Author: Jongyoul Lee <jongyoul@...> Date: 2018-06-07T03:51:33Z Change hadoop-client version to avoid guava conflict ---- ---