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 2021/09/30 05:46:00 UTC

[jira] [Commented] (IMPALA-10937) shell/make_shell_tarball.sh broken on CentOS

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

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

Commit 1a61a8025c87c37921a1bba4c49f754d8bd10bcc in impala's branch refs/heads/master from wzhou-code
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=1a61a80 ]

IMPALA-10937: Fix broken-build on Centos-7

A recent patch upgraded thrift_sasl from 0.4.2 to 0.4.3. It broke
the builds on Centos-7.
The version of setuptools which is installed by Jenkins for the
virtualenvs on Centos 7 could be lower than the requirement by
thrift_sasl 0.4.3. Another issue is the new string syntax for
install_requires in setup.py is not accepted on Centos-7.
This patch remove the requirement for setuptools in setup.py of
thrift_sasl as work around. Also change back the syntax of strings
for install_requires.

Testing:
  - Ran core test on impala-private-parameterized which use Centos-7.
  - Ran core test on pre-review-test which use Ubuntu.

Change-Id: I2c256a8ec9a151bca8b3370bfce6ecebf060bad0
Reviewed-on: http://gerrit.cloudera.org:8080/17886
Reviewed-by: Joe McDonnell <jo...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> shell/make_shell_tarball.sh broken on CentOS
> --------------------------------------------
>
>                 Key: IMPALA-10937
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10937
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.1.0
>            Reporter: Wenzhe Zhou
>            Assignee: Wenzhe Zhou
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 4.1.0
>
>
> A recent patch, which was merged into upstream, upgraded thrift_sasl from 0.4.2 to 0.4.3. It broke the builds on Centos-7 environment. The version of setuptools which is installed by Jenkins for the virtualenvs on Centos 7 could be lower than the requirement by thrift_sasl 0.4.3. Another issue is the new string syntax for install_requires in setup.py of thrift_sasl 0.4.3 is not accepted on Centos-7.
> These two issues caused build failures for Impala upstream.



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

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