Casey Ching has posted comments on this change. Change subject: download_requirements should download kudu-python and virtualenv ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/3217/1/infra/python/deps/download_requirements File infra/python/deps/download_requirements: Line 28: echo "kudu-python install failed. This is expected if we do not yet have an installed"\ > pip install tries to build the native code - that's the step that fails. Th Weird, the docs say the package shouldn't be installed. I don't think we want installation to be attempted at all. The $PIP in use here could be the system pip. -d, --download <dir> Download packages into <dir> instead of installing them, regardless of what's already installed. Any idea why it tries to install? -- To view, visit http://gerrit.cloudera.org:8080/3217 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie9216596db0f37d706ea7f77c129cecd5b070429 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
