[
https://issues.apache.org/jira/browse/IMPALA-9845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Laszlo Gaal resolved IMPALA-9845.
---------------------------------
Fix Version/s: Impala 4.0
Resolution: Fixed
> 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
> Fix For: Impala 4.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.3.4#803005)