You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/06/24 00:24:00 UTC

[jira] [Commented] (IMPALA-9845) Ant had a new release, so bootstrap_system.sh can't find the old one on Centos

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

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

Commit 839cd0ba5a185cee55d9bb8f5344bda2df7cbbce in impala's branch refs/heads/master from Laszlo Gaal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=839cd0b ]

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.

Change-Id: I1875f260b931ef096fc91a4723f91310225c55c9
Reviewed-on: http://gerrit.cloudera.org:8080/16062
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.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
>            Reporter: Laszlo Gaal
>            Assignee: Laszlo Gaal
>            Priority: Major
>
> 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.3.4#803005)

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