Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.0.0, Impala 3.4.0, Impala 3.4.1
-
None
-
ghx-label-7
Description
Docker-based build with Centos 8 breaks early in the build phase, while running bootstrap_system.sh:
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.
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.