[
https://issues.apache.org/jira/browse/HADOOP-18268?focusedWorklogId=775707&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-775707
]
ASF GitHub Bot logged work on HADOOP-18268:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 29/May/22 11:56
Start Date: 29/May/22 11:56
Worklog Time Spent: 10m
Work Description: GauthamBanasandra opened a new pull request, #4373:
URL: https://github.com/apache/hadoop/pull/4373
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
The Jenkins CI for Hadoop is failing to build since it's unable to download
and install maven -
```
22:38:13 #11 [ 7/16] RUN pkg-resolver/install-maven.sh centos:7
22:38:13 #11
sha256:8b1823a6197611693af5daa2888f195db76ae5e9d0765f799becc7e7d5f7b019
22:40:25 #11 131.5 curl: (7) Failed to connect to 2403:8940:3:1::f: Cannot
assign requested address
22:40:25 #11 ERROR: executor failed running [/bin/bash --login -c
pkg-resolver/install-maven.sh centos:7]: exit code: 7
```
Jenkins run -
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4370/4/console
We need to switch to using Maven from Apache archives to prevent such issues.
### How was this patch tested?
CI validation.
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
Issue Time Tracking
-------------------
Worklog Id: (was: 775707)
Remaining Estimate: 0h
Time Spent: 10m
> Install Maven from Apache archives
> ----------------------------------
>
> Key: HADOOP-18268
> URL: https://issues.apache.org/jira/browse/HADOOP-18268
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.4.0
> Reporter: Gautham Banasandra
> Assignee: Gautham Banasandra
> Priority: Blocker
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The Jenkins CI for Hadoop is failing to build since it's unable to download
> and install maven -
> {code}
> 22:38:13 #11 [ 7/16] RUN pkg-resolver/install-maven.sh centos:7
> 22:38:13 #11
> sha256:8b1823a6197611693af5daa2888f195db76ae5e9d0765f799becc7e7d5f7b019
> 22:40:25 #11 131.5 curl: (7) Failed to connect to 2403:8940:3:1::f: Cannot
> assign requested address
> 22:40:25 #11 ERROR: executor failed running [/bin/bash --login -c
> pkg-resolver/install-maven.sh centos:7]: exit code: 7
> {code}
> Jenkins run -
> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-4370/4/console
> We need to switch to using Maven from Apache archives to prevent such issues.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]