GitHub user sitsang opened a pull request: https://github.com/apache/zeppelin/pull/1527
[ZEPPELIN-1553] Updated pom dependency to support spark 2.0.1 ### What is this PR for? The spark 2.0 profile have py4j version 0.10.1, but the spark 2.0.1 dist tarball only contains py4j 0.10.3. Need to update pom.xml for 2.0.1 ### What type of PR is it? Bug Fix ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1553 ### How should this be tested? Outline the steps to test the PR here. ``` mvn clean package -Pspark-2.0.1 -Pscala-2.11 -Ppyspark -Pvendor-repo -DskipTests ``` ### 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/sitsang/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1527.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 #1527 ---- commit 287ba1fd5677f9bc834fbfb741111699a2e3cb79 Author: sitsang <simon.ts...@scotiabank.com> Date: 2016-10-14T19:34:46Z Update pom.xml ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---