Michael Smith has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19928


Change subject: IMPALA-11253: Support testing with Java 11 (take 2)
......................................................................

IMPALA-11253: Support testing with Java 11 (take 2)

Adds new environment variable IMPALA_JDK_VERSION which can be 'system',
'8', or '11'.  The default is 'system', which uses the same logic as
before. If set to 8 or 11, it will ignore the system java and search for
java of that specific version (based on specific directories for Ubuntu
and Redhat). This is used by bin/bootstrap_system.sh to determine
whether to install java 8 or java 11 (other versions can come later). If
IMPALA_JDK_VERSION=11, then bin/start-impala-cluster.py adds the opens
needed to deal with the ehcache issue.

This no longer puts JAVA_HOME in bin/impala-config-local.sh as part of
bootstrap_system.sh. Instead, it provides a new environment variable
IMPALA_JAVA_HOME_OVERRIDE, which will be preferred over
IMPALA_JDK_VERSION.

This also updates the versions of Maven plugins related to the build.

Source and target releases are still set to Java 8 compatibility.

Adds a verifier to the end of run-all-tests that
InaccessibleObjectException is not present in impalad logs. Tested with

  JDBC_TEST=false EE_TEST=false FE_TEST=false BE_TEST=false \
    CLUSTER_TEST_FILES=custom_cluster/test_local_catalog.py \
    run-all-tests.sh

Testing: ran test suite with Java 11

This reverts commit 1b6011c6a08123bb15921add253074dca7b4d390.

Change-Id: Ie16504ad5738b1f228f97044afd3d9017ccc6c53
---
M CMakeLists.txt
M LICENSE.txt
M README-build.md
M bin/bootstrap_system.sh
A bin/impala-config-java.sh
M bin/impala-config.sh
M bin/run-all-tests.sh
D cmake_modules/FindJNI.cmake
M fe/pom.xml
M fe/src/test/java/org/apache/impala/util/JMXJsonUtilTest.java
M java/TableFlattener/pom.xml
M java/datagenerator/pom.xml
M java/executor-deps/pom.xml
M java/ext-data-source/api/pom.xml
M java/ext-data-source/sample/pom.xml
M java/ext-data-source/test/pom.xml
M java/query-event-hook-api/pom.xml
M java/shaded-deps/hive-exec/pom.xml
M java/shaded-deps/s3a-aws-sdk/pom.xml
M java/test-corrupt-hive-udfs/pom.xml
M java/test-hive-udfs/pom.xml
M java/yarn-extras/pom.xml
M testdata/bin/run-ranger-server.sh
A tests/verifiers/test_banned_log_messages.py
24 files changed, 207 insertions(+), 406 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/28/19928/1
--
To view, visit http://gerrit.cloudera.org:8080/19928
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie16504ad5738b1f228f97044afd3d9017ccc6c53
Gerrit-Change-Number: 19928
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Smith <[email protected]>

Reply via email to