Laszlo Gaal has uploaded this change for review. ( 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 --- M bin/bootstrap_system.sh 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/21/20021/1 -- 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: newchange Gerrit-Change-Id: I6b14e09fa78d51a387a066eb04495f758430fa9d Gerrit-Change-Number: 20021 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
