Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/3574
Change subject: IMPALA-3774: fix download_requirements for older Python versions ...................................................................... IMPALA-3774: fix download_requirements for older Python versions Pip always runs the setup.py file in downloaded tarballs to get metadata. Impyla's setup.py does not work in some older python installations since find_packages() in setuptools does not support the 'include' argument. As a workaround, use our pip_download.py script to download Impyla instead of pip. Testing: Confirmed that Jenkins build successfully downloaded the pip packages and was able to bootstrap the virtualenv. Change-Id: Id8801493c0f4caab2273383333ffbe2729b8339b --- M infra/python/deps/download_requirements 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/74/3574/1 -- To view, visit http://gerrit.cloudera.org:8080/3574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8801493c0f4caab2273383333ffbe2729b8339b Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]>
