Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23201
Change subject: IMPALA-14255: Install Java 17 in bootstrap_build.sh ...................................................................... IMPALA-14255: Install Java 17 in bootstrap_build.sh This patch bumps the Java version installed during bootstrap_build.sh to Java 17 to keep the precommit environment consistently on Java 17. bin/bootstrap_build.sh is a simplified setup script used instead of bootstrap_system.sh when setting up an Impala environment limited to compilation only. It is used mainly during the initial, lightweight precommit checks on jenkins.impala.io when a patchset is submitted for review. This setup script was not updated with the Java version change from Java 8 to Java 17, so it became out of synch with the general assumption of building Impala 5.x versions for Java 17. Tested automatically by submitting the patch for review. Change-Id: I796c6004e13aeca536b339fee765f79f39cc2ea1 --- M bin/bootstrap_build.sh 1 file changed, 2 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/01/23201/1 -- To view, visit http://gerrit.cloudera.org:8080/23201 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I796c6004e13aeca536b339fee765f79f39cc2ea1 Gerrit-Change-Number: 23201 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
