IMPALA-10007: Impala development environment does not support

Ubuntu 20.04

This is a minor amendment to a previously merged change with
ChangeId I4f592f60881fd8f34e2bf393a76f5a921505010a, to address
additional review comments. In particular, the original commit
referred to Ubuntu 20.4 whereas it should have used Ubuntu 20.04.

Change-Id: I7db302b4f1d57ec9aa2100d7589d5e814db75947
Reviewed-on: http://gerrit.cloudera.org:8080/16241
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Qifan Chen
2020-07-24 16:51:25 -04:00
committed by Impala Public Jenkins
parent 15c3b13e97
commit 61a020d0f8
2 changed files with 3 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ if [[ "$UBUNTU" == true ]]; then
fi
fi
# Ubuntu 18.04 or 20.04 install OpenJDK 11 and configure it as the default Java version.
# Ubuntu 18.04 and 20.04 install OpenJDK 11 and configure it as the default Java version.
# Impala is currently tested with OpenJDK 8, so configure that version as the default.
if [[ $ARCH_NAME == 'aarch64' ]]; then
ubuntu20 sudo update-java-alternatives -s java-1.8.0-openjdk-arm64