GauthamBanasandra opened a new pull request, #7768: URL: https://github.com/apache/hadoop/pull/7768
<!-- 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 Windows Nightly build is failing since it's unable to download Apache Maven - ``` 00:32:18 Step 14/78 : RUN powershell Invoke-WebRequest -URI https://downloads.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.zip -OutFile $Env:TEMP\apache-maven-3.8.8-bin.zip 00:32:18 ---> Running in a47cc5638ee5 00:32:22 [91mInvoke-WebRequest : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 00:32:22 [0m[91m<html><head> 00:32:22 [0m[91m<title>404 Not Found</title> 00:32:22 [0m[91m</head><body> 00:32:22 [0m[91m<h1>Not Found</h1> 00:32:22 [0m[91m<p>The requested URL was not found on this server.</p> 00:32:22 [0m[91m</body></html> 00:32:22 [0m[91mAt line:1 char:1 00:32:22 + Invoke-WebRequest -URI https://downloads.apache.org/maven/maven-3/3.8 ... 00:32:22 [0m[91m+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00:32:22 [0m[91m + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt 00:32:22 [0m[91m pWebRequest) [Invoke-WebRequest], WebException 00:32:22 [0m[91m + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe 00:32:22 ll.Commands.InvokeWebRequestCommand 00:32:38 [0mThe command 'cmd /S /C powershell Invoke-WebRequest -URI https://downloads.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.zip -OutFile $Env:TEMP\apache-maven-3.8.8-bin.zip' returned a non-zero code: 1 [Pipeline] } [Pipeline] // withCredentials ``` This PR updates the URL to https://archive.apache.org/dist/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.zip to fix this issue. ### How was this patch tested? Jenkins 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? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org