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

Laszlo Gaal commented on IMPALA-9390:
-------------------------------------

I tested the URLs today again: now the old URL yields a 302 redirect to 
downloads.apache.org (the new one). I suspect the problems during the last few 
days could have been caused by the redirects not being served 
correctly/reliably.

That said, I would still change the URL, as downloads.apache.org seems to be 
the new landing page for downloads from several apache.org web pages.
I'll check if there is a better way to silence {{wget}} that does not spam the 
logs with progress bars but lets more detailed errors through.

> Maven download location change breaks all Impala builds
> -------------------------------------------------------
>
>                 Key: IMPALA-9390
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9390
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.4.0
>            Reporter: Laszlo Gaal
>            Assignee: Laszlo Gaal
>            Priority: Blocker
>
> When starting a parallel-all-tests run on master to verify some configuration 
> changes on upstream Jenkins, all builds broke in the setup phase, because 
> they were unable to download maven. E.g. in ubuntu-16.04-buil-only:
> {code}
> 00:00:12.500 + sudo wget -nv 
> https://www-us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
> 00:00:13.503 
> https://downloads.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz:
> 00:00:13.503 2020-02-15 23:32:50 ERROR 404: Not Found.
> 00:00:13.507 ERROR in bin/jenkins/build-only.sh at line 29: 
> bin/bootstrap_build.sh
> {code}
> in clang-tidy-ub1604:
> {code}
> 00:01:07.218 ++ '[' '!' -d /usr/local/apache-maven-3.5.4 ']'
> 00:01:07.218 ++ sudo wget -nv 
> https://www-us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
> 00:01:08.478 
> https://downloads.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz:
> 00:01:08.478 2020-02-15 23:32:18 ERROR 404: Not Found.
> {code}
> The URL used in the script looked dead in my browser too.
> Navigating the Apache download pages manually yields the following URL for 
> the same Maven version:
> https://downloads.apache.org/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
> The bootstrap scripts have a similar download statement for Ant as well, 
> which is broken in the same way. Replacement URL is similar:
> https://downloads.apache.org/ant/binaries/apache-ant-1.9.14-bin.tar.gz



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to