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 2019/08/22 22:46:00 UTC

[jira] [Commented] (IMPALA-8516) Update maven on Jenkins Ubuntu build slaves

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

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

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

IMPALA-8516: Fix the sha512sum check for the Maven download

This is a follow-up fix for commit 327b938214:
When bin/bootstrap_system.sh downloads Maven, it performs a checksum
check on the downloaded archive before expanding it. The check is
performed using sha512sum, which has quite particular requirements
for its inputs:

    When checking, the input should be a former output of this program.
    The default mode is to print a line with checksum, a character
    indicating input mode ('*' for binary, space for text),
    and name for each FILE.

In our case the checksum lines ended up having two space characters
between the checksum and the file name. Unfortunately, when the
original commit copied the maven download-and-install stanza to
the new location, the second whitespace was dropped, which made this
line fail on CentOS 6, where the sha512sum implementation takes the
above quoted requirement literally.

This patch restores the extra whitespace, fixing Maven installation
for CentOS 6.

Change-Id: Ic8aa4d78b34d60a01fc8f6afc336d66ee5a005cb
Reviewed-on: http://gerrit.cloudera.org:8080/13876
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Update maven on Jenkins Ubuntu build slaves
> -------------------------------------------
>
>                 Key: IMPALA-8516
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8516
>             Project: IMPALA
>          Issue Type: Task
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Major
>             Fix For: Impala 3.3.0
>
>
> Currently we're installing maven from an apt repository, which ends up giving us a relatively old version. It seems we might be hitting HTTPCLIENT-1478 in the version of httpclient that ends up getting bundled into that package. We should update to an explicitly downloaded maven tarball and see if it fixes the hangs in SSL connections.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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