Tim Armstrong has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/3574 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Tim Armstrong <[email protected]> --- M infra/python/deps/download_requirements 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Tim Armstrong: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/3574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id8801493c0f4caab2273383333ffbe2729b8339b Gerrit-PatchSet: 5 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
