You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ga...@apache.org on 2022/06/02 11:35:30 UTC

[hadoop] branch trunk updated: HADOOP-18268. Install maven from Apache archives (#4373)

This is an automated email from the ASF dual-hosted git repository.

gaurava pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 712e0091723 HADOOP-18268. Install maven from Apache archives (#4373)
712e0091723 is described below

commit 712e00917238e8cdac5ca044ff3d80baedadc1aa
Author: Gautham B A <ga...@gmail.com>
AuthorDate: Thu Jun 2 17:05:18 2022 +0530

    HADOOP-18268. Install maven from Apache archives (#4373)
    
    * The remote server hosting maven
      was temporarily unavailable causing
      the Hadoop Jenkins CI to fail.
    * Thus, we're switching to use a CDN
      to mitigate such issues.
---
 dev-support/docker/pkg-resolver/install-maven.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/pkg-resolver/install-maven.sh b/dev-support/docker/pkg-resolver/install-maven.sh
index f9ff961a190..d1d0dc97fe5 100644
--- a/dev-support/docker/pkg-resolver/install-maven.sh
+++ b/dev-support/docker/pkg-resolver/install-maven.sh
@@ -40,7 +40,7 @@ fi
 
 if [ "$version_to_install" == "3.6.3" ]; then
   mkdir -p /opt/maven /tmp/maven &&
-    curl -L -s -S https://mirrors.estointernet.in/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz \
+    curl -L -s -S https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz \
       -o /tmp/maven/apache-maven-3.6.3-bin.tar.gz &&
     tar xzf /tmp/maven/apache-maven-3.6.3-bin.tar.gz --strip-components 1 -C /opt/maven
 else


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org