[ 
https://issues.apache.org/jira/browse/IMPALA-9845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836532#comment-17836532
 ] 

ASF subversion and git services commented on IMPALA-9845:
---------------------------------------------------------

Commit 69ded221edb56c69023c1f31365544f0f807a506 in impala's branch 
refs/heads/branch-3.4.2 from Laszlo Gaal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=69ded221e ]

IMPALA-9845: Point Maven and Ant downloads to stable locations

Ant released a new version in May 2020, which made the URL in
bootstrap_system.sh obsolete. At the same time Apache created new rules
for the download locations, moving older releases to archive.apache.org.

This patch changes the download URLs for Maven and Ant to point to the
stable locations at archive.apache.org. These locations don't change
when a new version of a project is released, so downloads pulling a
specific version will not be affected by a new release. At the same time
new releases are stored at the archive site as well, so this location
works for all versions.

Backport note:
Just need to change the URL of ant.

Change-Id: I1875f260b931ef096fc91a4723f91310225c55c9
Reviewed-on: http://gerrit.cloudera.org:8080/16062
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Reviewed-on: http://gerrit.cloudera.org:8080/21260
Reviewed-by: Zihao Ye <eyiz...@163.com>
Tested-by: Quanlong Huang <huangquanl...@gmail.com>


> Ant had a new release, so bootstrap_system.sh can't find the old one on Centos
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-9845
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9845
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.0.0, Impala 3.4.0, Impala 3.4.1
>            Reporter: Laszlo Gaal
>            Assignee: Laszlo Gaal
>            Priority: Major
>             Fix For: Impala 4.0.0
>
>
> Docker-based build with Centos 8 breaks early in the build phase, while 
> running bootstrap_system.sh:
> {code}
> 2020-06-10 11:48:55.928469 + redhat sudo wget -nv 
> https://downloads.apache.org/ant/binaries/apache-ant-1.9.14-bin.tar.gz
> 2020-06-10 11:48:55.928493 + [[ true == true ]]
> 2020-06-10 11:48:55.928544 + sudo wget -nv 
> https://downloads.apache.org/ant/binaries/apache-ant-1.9.14-bin.tar.gz
> 2020-06-10 11:48:56.726545 
> https://downloads.apache.org/ant/binaries/apache-ant-1.9.14-bin.tar.gz:
> 2020-06-10 11:48:56.726587 2020-06-10 11:48:56 ERROR 404: Not Found.
> {code}
> The problem is that Ant has released a new version, the previous one was 
> moved to the archive site archive.apache.org, so bootstrap_system.sh can't 
> find it any longer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to