mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
committed by
Impala Public Jenkins
parent
15c3b13e97
commit
61a020d0f8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user