Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17240
Change subject: IMPALA-10618: Update bootstrap_system for Ubuntu 20.04 ...................................................................... IMPALA-10618: Update bootstrap_system for Ubuntu 20.04 Impala started adding Ubuntu 20.04 support in various places. This patch extends bootstrap_config.sh for Ubuntu 20.04 coverage: 1. The runtime version check error message is updated to claim support for Ubuntu 20.04. 2. Kudu needs libtinfo.5.so on Ubuntu 20.04 for the minicluster binaries. bin/bootstrap_system.sh now installs it when running on Ubuntu 20.04. 3. The OpenJDK default version reset to JDK 8 is extended to Ubuntu 20.04. Tested by running the code using docker/test-with-docker.py using --base-image=ubuntu:20.04 and observing that Kudu was able to start in the minicluster. The test runs completed, but there were test failures, for which separate tickets will be filed. Change-Id: I212f6df3657cf9d621a0669573e1e511eae13662 --- M bin/bootstrap_system.sh 1 file changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/40/17240/1 -- To view, visit http://gerrit.cloudera.org:8080/17240 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I212f6df3657cf9d621a0669573e1e511eae13662 Gerrit-Change-Number: 17240 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
