Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22992
Change subject: IMPALA-14129: Patch hadoop-client to disable repository.apache.org ...................................................................... IMPALA-14129: Patch hadoop-client to disable repository.apache.org This applies a patch on top of hadoop that disables two Maven repositories: repository.jboss.org and repository.apache.org The build does not actually need those repositories. All the artifacts needed for this build are available from central. Repeated requests to repository.apache.org are discouraged and can lead to an IP being banned. Applying a patch changes some of the directories names, so this needed further adjustments to handle that. Testing: - Ran ARM build and used that to build Impala on ARM - Verified that the hadoop-client build did not access repository.apache.org based on the logs Change-Id: I2a441c1dc2c43e5fdcd467486b50e531daff62eb --- M buildall.sh M source/hadoop-client/build.sh A source/hadoop-client/hadoop-client-3.3.6-patches/0001-Disable-apache-maven-repo.patch 3 files changed, 34 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/92/22992/1 -- To view, visit http://gerrit.cloudera.org:8080/22992 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2a441c1dc2c43e5fdcd467486b50e531daff62eb Gerrit-Change-Number: 22992 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
