[
https://issues.apache.org/jira/browse/IMPALA-8977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16946357#comment-16946357
]
Joe McDonnell commented on IMPALA-8977:
---------------------------------------
commit 531087d975fce0f8fe06b8343eaff901303c57f8
Author: Joe McDonnell <[email protected]>
Date: Mon Sep 30 16:44:15 2019 -0700
IMPALA-8977: Update version of maven used for building docker containers
postinstall.sh currently downloads and uses maven 3.6.0. However, maven
3.6.0 is no longer available at the URL hardcoded in postinstall.sh.
This switches to using maven 3.6.2.
This also modifies docker/buildall.py to allow building a single docker
file. I verified that the following docker images build:
- Redhat 7
- Debian 8
- Ubuntu 18.04 / 16.04 / 14.04 / 12.04
These do not:
- Redhat 6 - tracked by IMPALA-8978
- Debian 7 - tracked by IMPALA-8992
I did not check SLES12.
Change-Id: I53f261b4f9b20b966522bddd34d5aaf4882fb66e
Reviewed-on: http://gerrit.cloudera.org:8080/14326
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Joe McDonnell <[email protected]>
> Native toolchain docker image build references non-existent maven tarball
> -------------------------------------------------------------------------
>
> Key: IMPALA-8977
> URL: https://issues.apache.org/jira/browse/IMPALA-8977
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 3.4.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Blocker
> Labels: native-toolchain
> Fix For: Impala 3.4.0
>
>
> docker/all/postinstall.sh needs to download and install maven, but it is
> referencing a URL that no longer exists:
> [https://github.com/cloudera/native-toolchain/blob/2d6d6ba119e2bf303f82dbc3ce07e8120e7e3914/docker/all/postinstall.sh#L37]
> {code:java}
> dl_verify
> https://apache.osuosl.org/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz
> 6a1b346af36a1f1a491c1c1a141667c5de69b42e6611d3687df26868bc0f4637
> {code}
> That URL now 404s. The current version is now 3.6.2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]