Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16844 )
Change subject: IMPALA-10385: Fix RPM repo ID capitalization for Centos 8.3 ...................................................................... IMPALA-10385: Fix RPM repo ID capitalization for Centos 8.3 Centos 8.3 changed package repo ID capitalization from MixedCase to all lowercase. On Centos 8 snappy-devel is installed from the PowerTools repo, which is not enabled by default, so the install command has to enable is temporarily using the repo ID. The capitalization change broke bootstrap_system.sh, failing builds on Centos 8. The patch changes the `dnf install` call to use a glob pattern for the PowerTools repo ID to cover the naming conventions in all Centos 8.x releases. Change-Id: I224beb1189ce25ae66ecd78d70757537e117805a Reviewed-on: http://gerrit.cloudera.org:8080/16844 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/bootstrap_system.sh M bin/impala-config.sh 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16844 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I224beb1189ce25ae66ecd78d70757537e117805a Gerrit-Change-Number: 16844 Gerrit-PatchSet: 4 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]>
