Taras Bobrovytsky has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3626

Change subject: IMPALA-3778: Fix ASF packaging build
......................................................................

IMPALA-3778: Fix ASF packaging build

The tarballs in IMPALA_HOME/infra/python/deps and the thirdparty
directory have been removed in the ASF repository. All Python
dependencies and CDH components must now be downloaded as part of every
build. This caused the ASF packaging build to fail. Before this patch,
we used the system pip to download the Python dependencies, which caused
flakiness and inconsistency on different operating systems. This patch
fixes the problem by using our own script (that requires Python 2.6+ to
be installed), to download all the files in requirements.txt.

Change-Id: Ibe5a743096cda2059bd330805d324983f6730e19
---
M bin/impala-config.sh
M infra/python/deps/download_requirements
A infra/python/deps/find_py26.py
M infra/python/deps/pip_download.py
M infra/python/deps/requirements.txt
5 files changed, 131 insertions(+), 72 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/26/3626/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3626
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe5a743096cda2059bd330805d324983f6730e19
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: master
Gerrit-Owner: Taras Bobrovytsky <[email protected]>

Reply via email to