Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15461
Change subject: WIP: Add CentOS 8.1 support to bootstrap_system.sh ...................................................................... WIP: Add CentOS 8.1 support to bootstrap_system.sh CentOS 8.1 is a new major version of the CentOS family. It is now stable and popular enough to start supporting it for Impala development. Prepare a raw CentOS 8.1 system to support Impala development and testing. This should work on a standalone computer, on a vrtual machine, or inside a Docker container. Details: - curl is added to the list of required packages, required by IMPALA-9149 - snappy-devel moved to the PowerTools repo, so it needs to get installed from there - CentOS 8 has no default Python version. The bootstrap script installs (or configures) Python2 with pip2, then makes them the default via the "alternatives" mechanism. - The toolchain package tag "ec2-centos-8" is added to bootstrap_toolchain.py - TOOLCHAIN_ID is bumped to a build that already has CentOS 8 binaries. Do not merge this change in the current state! The last change will most likely break other platforms, it will have to be fixed before this change can be merged to master. Change-Id: I67a58ec007219020e1fb562216d7a0d1ff38b0bd --- M bin/bootstrap_system.sh M bin/bootstrap_toolchain.py M bin/impala-config.sh M docker/entrypoint.sh 4 files changed, 99 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/15461/1 -- To view, visit http://gerrit.cloudera.org:8080/15461 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I67a58ec007219020e1fb562216d7a0d1ff38b0bd Gerrit-Change-Number: 15461 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
