GitHub user mebelousov opened a pull request: https://github.com/apache/zeppelin/pull/2930
ZEPPELIN-3414. branch-0.8 - download py4j from main repo ### What is this PR for? Now py4j-0.9.2 is downloaded from "pypi.python.org". Seems that "pypi.python.org" needs new version of OpenSSL. There are some troubles to build Zeppelin on old CentOS/RHEL because is not easy to update OpenSSL. It's good to change repo for py4j. ### What type of PR is it? Small Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3414 ### How should this be tested? * Tests pass ### 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/TinkoffCreditSystems/zeppelin ZEPPELIN-3414 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2930.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 #2930 ---- commit 82d03095f39a83ccf245aa4fa12a0e202d09a260 Author: mebelousov <mebelousov@...> Date: 2018-04-18T08:59:59Z ZEPPELIN-3414 Download py4j from main repo ---- ---