Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20021 )
Change subject: IMPALA-12185: Don't install snappy-devel for Red Hat derivatives ...................................................................... IMPALA-12185: Don't install snappy-devel for Red Hat derivatives Experimental builds on systems based on Red Hat Linux v8.x revealed that snappy-devel is installed only for RedHat-based systems in bin/bootstrap_system.sh (the script that preps a workstation for local Impala development). The same library was not installed for Ubuntu variants -- probably because Impala has been using Snappy from the toolchain for a long time now. Subsequent tests revealed that the build and dataload phases can complete successfully on Red Hat Linux v8.6 even in the absence of this package, so this patch removes the installation of snappy-devel during system preparation. Tested by running bin/bootstrap_system.sh on a newly minted private VM instance running RedHat Linux 8.6, then running buildall.sh -skiptests -format -testdata successfully. Change-Id: I6b14e09fa78d51a387a066eb04495f758430fa9d Reviewed-on: http://gerrit.cloudera.org:8080/20021 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/bootstrap_system.sh 1 file changed, 0 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20021 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6b14e09fa78d51a387a066eb04495f758430fa9d Gerrit-Change-Number: 20021 Gerrit-PatchSet: 5 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
