Lars Volker has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9798 )
Change subject: IMPALA-6731: Use private index in bootstrap_virtualenv ...................................................................... IMPALA-6731: Use private index in bootstrap_virtualenv This change switches to using a private pypi index url when using a private pypi mirror. This allows to run the tests without relying on the public Python pypi mirrors. Some packages can not detect their dependencies correctly when they get installed together with the dependencies in the same call to pip. This change adds a second stage of package installation to separate these packages from their dependencies. It also adds a few missing packages and updates some packages to newer versions. Testing: Ran this on a box where I blocked DNS resolution to Python's upstream pypi. Change-Id: I85f75f1f1a305f3043e0910ab88a880eeb30f00b Reviewed-on: http://gerrit.cloudera.org:8080/9798 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Lars Volker <[email protected]> --- M infra/python/bootstrap_virtualenv.py M infra/python/deps/compiled-requirements.txt M infra/python/deps/pip_download.py M infra/python/deps/requirements.txt A infra/python/deps/stage2-requirements.txt 5 files changed, 71 insertions(+), 15 deletions(-) Approvals: Philip Zeyliger: Looks good to me, approved Lars Volker: Verified -- To view, visit http://gerrit.cloudera.org:8080/9798 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I85f75f1f1a305f3043e0910ab88a880eeb30f00b Gerrit-Change-Number: 9798 Gerrit-PatchSet: 5 Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
