Lars Volker has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9798
Change subject: IMPALA-7631: Use private index in bootstrap_virtualenv ...................................................................... IMPALA-7631: 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 --- 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, 65 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/98/9798/1 -- 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: newchange Gerrit-Change-Id: I85f75f1f1a305f3043e0910ab88a880eeb30f00b Gerrit-Change-Number: 9798 Gerrit-PatchSet: 1 Gerrit-Owner: Lars Volker <[email protected]>
