Maxim Belousov created ZEPPELIN-3414: ----------------------------------------
Summary: branch-0.8 - Download py4j from main repo not from pypi.python.org Key: ZEPPELIN-3414 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3414 Project: Zeppelin Issue Type: Task Affects Versions: 0.8.0 Reporter: Maxim Belousov Assignee: Maxim Belousov Now py4j-0.9.2 is downloaded from pypi.python.org. {code:java} [ERROR] Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:1.0:download-single (default) on project zeppelin-python: Error handling resource: Access denied to: https://pypi.python.org/packages/64/5c/01e13b68e8caafece40d549f232c9b5677ad1016071a48d04cc3895acaa3/py4j-0.9.2.zip , ReasonPhrase:Brownout of Legacy TLS. -> [Help 1] {code} Seems than need to update OpenSSL, but there are some troubles to update OpenSSL on old CentOS/RHEL. It's good to change repo for py4j. py4j in master-branch is downloaded from main repo https://issues.apache.org/jira/browse/ZEPPELIN-3375 -- This message was sent by Atlassian JIRA (v7.6.3#76005)