Hello Lars Volker, Philip Zeyliger, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9310 to look at the new patch set (#4). Change subject: IMPALA-6517: bootstrap_toolchain.py fails to recognize lsb_release output from RHEL OS ...................................................................... IMPALA-6517: bootstrap_toolchain.py fails to recognize lsb_release output from RHEL OS The OS map that we currently use to check platform/OS release against in bootstrap_toolchain.py does not contain key-value pairs for Redhat platforms. e.g. lsb_release -irs RedHatEnterpriseServer 6.9 This change adds RHEL5, RHEL6 and RHEL7 to the OS map. It also relaxes the matching criteria for RHEL and CentOS to only major version. Testing: I manually cloned a repo locally and called bootstrap_toolchain.py to verify that it can detect the platform. Testing was done against RHEL6, RHEL7, Ubuntu16.04 and Centos7. Change-Id: I83874220bd424a452df49520b5dad7bfa2124ca6 --- M bin/bootstrap_toolchain.py 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/9310/4 -- To view, visit http://gerrit.cloudera.org:8080/9310 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I83874220bd424a452df49520b5dad7bfa2124ca6 Gerrit-Change-Number: 9310 Gerrit-PatchSet: 4 Gerrit-Owner: Vincent Tran <vtt...@cloudera.com> Gerrit-Reviewer: Lars Volker <l...@cloudera.com> Gerrit-Reviewer: Philip Zeyliger <phi...@cloudera.com> Gerrit-Reviewer: Vincent Tran <vtt...@cloudera.com>