Joe McDonnell created IMPALA-14129:
--------------------------------------
Summary: Native-toolchain's hadoop-client build should not contact
Apache servers
Key: IMPALA-14129
URL: https://issues.apache.org/jira/browse/IMPALA-14129
Project: IMPALA
Issue Type: Task
Components: Infrastructure
Affects Versions: Impala 5.0.0
Reporter: Joe McDonnell
Assignee: Joe McDonnell
The hadoop-client build (needed for ARM) does not get all of its dependencies
from the central repository. Instead, it has some attempts to download from
repository.jboss.com and repository.apache.org:
{noformat}
[INFO] Downloading from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/apache/24/apache-24.pom
[INFO] Downloading from repository.jboss.org:
https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/24/apache-24.pom
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom (20 kB
at 140 kB/s){noformat}
Everything that it needs to download is available in central, so these extra
requests don't do anything. We should find a way to avoid contacting
repository.apache.org. One option is to apply a patch to hadoop to specifically
disable those repositories so that it only uses central.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]