Vincent Tran has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9310
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 / release against in bootstrap_toolchain.py does not contain key-value pairs for: lsb_release -irs RedHatEnterpriseServer 6.9 This change adds RHEL5, RHEL6 and RHEL7 to the list and relaxes the matching rule to only check the platform's major release. Testing was done by cloning a repo locally and calling bootstrap_toolchain.py Testing was done against RHEL6, RHEL7, Ubuntu16.x and Centos7.x Change-Id: I83874220bd424a452df49520b5dad7bfa2124ca6 --- M bin/bootstrap_toolchain.py 1 file changed, 11 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/9310/1 -- 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: newchange Gerrit-Change-Id: I83874220bd424a452df49520b5dad7bfa2124ca6 Gerrit-Change-Number: 9310 Gerrit-PatchSet: 1 Gerrit-Owner: Vincent Tran <vtt...@cloudera.com>