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 "Laszlo Gaal (Jira)" <ji...@apache.org> on 2021/04/08 17:16:00 UTC

[jira] [Created] (IMPALA-10649) Check only OS major version during toolchain bootstrap

Laszlo Gaal created IMPALA-10649:
------------------------------------

             Summary: Check only OS major version during toolchain bootstrap
                 Key: IMPALA-10649
                 URL: https://issues.apache.org/jira/browse/IMPALA-10649
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.0
            Reporter: Laszlo Gaal
            Assignee: Laszlo Gaal


Reviewing {{bin/bootstrap_toolchain.py}} while fixing IMPALA-10646 revealed that it checks the OS minor version only when running on Ubuntu. On all other supported platforms (Suse, Centos, Red Hat) the code is happy with just the major version.
https://github.com/apache/impala/blob/master/bin/bootstrap_toolchain.py#L92-L98 reveals that minor versions are irrelevant for Ubuntu: the code happily maps toolchain versions even across _major_ versions of Ubuntu.
My proposal is to remove the minor version check from {{bootstrap_toolchain.py}}.



--
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