Joe McDonnell has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/22992 Reviewed-by: Michael Smith <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- 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(-) Approvals: Michael Smith: Looks good to me, approved Joe McDonnell: Verified -- 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: merged Gerrit-Change-Id: I2a441c1dc2c43e5fdcd467486b50e531daff62eb Gerrit-Change-Number: 22992 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
