Michael Ho has uploaded a new patch set (#4). Change subject: IMPALA-3223: Supports download of CDH components from S3. ......................................................................
IMPALA-3223: Supports download of CDH components from S3. This change updates the toolchain bootstrapping script to download the CDH components (hadoop, hbase, hive, llama, llama-minikdc and sentry) from the toolchain S3 bucket to the toolchain directory if the environment variable $DOWNLOAD_CDH_COMPONENTS is true. By default, it is false which means the CDH components in the thirdparty directory will be used instead. To build the ASF tree, set $DOWNLOAD_CDH_COMPONENTS to true. Currently, the CDH components in S3 are snapshots from the thirdparty directory at 688d0efcd38731e8e27a8236dbdca21c8fd571a1. Once the integration jenkins job is modified to periodically update the S3 buckets, we can remove the thirdparty directory and always use the CDH components in the toolchain directory. Change-Id: I16fa79db0005554cc0a116e74775647ba99f8dda --- M CMakeLists.txt M bin/bootstrap_toolchain.py M bin/impala-config.sh M buildall.sh M testdata/cluster/node_templates/cdh5/etc/init.d/llama-application 5 files changed, 104 insertions(+), 62 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/33/3333/4 -- To view, visit http://gerrit.cloudera.org:8080/3333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I16fa79db0005554cc0a116e74775647ba99f8dda Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
