Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19845
Change subject: IMPALA-11260: Add add-opens to JAVA_TOOL_OPTIONS on startup ...................................................................... IMPALA-11260: Add add-opens to JAVA_TOOL_OPTIONS on startup During Impala startup, Before starting the JVM (by calling libhdfs), adds add-opens calls to JAVA_TOOL_OPTIONS to ensure Ehcache has access to non-public members so it can accurately calculate object size. This effectively circumvents new security precautions in Java 9+. Change-Id: I47a6533b2aa94593d9348e8e3606633f06a111e8 --- M be/src/common/init.cc M bin/start-impala-cluster.py M docker/daemon_entrypoint.sh 3 files changed, 51 insertions(+), 60 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/45/19845/1 -- To view, visit http://gerrit.cloudera.org:8080/19845 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I47a6533b2aa94593d9348e8e3606633f06a111e8 Gerrit-Change-Number: 19845 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
