Michael Smith has submitted this change and it was merged. ( 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. This patch also removes a special case reserved for Ubuntu 14.04, which is now not supported by Impala. Tested automatically by submitting the patch for review. Change-Id: I796c6004e13aeca536b339fee765f79f39cc2ea1 Reviewed-on: http://gerrit.cloudera.org:8080/23201 Reviewed-by: Jason Fehr <[email protected]> Reviewed-by: Michael Smith <[email protected]> Tested-by: Michael Smith <[email protected]> --- M bin/bootstrap_build.sh 1 file changed, 5 insertions(+), 8 deletions(-) Approvals: Jason Fehr: Looks good to me, but someone else must approve Michael Smith: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I796c6004e13aeca536b339fee765f79f39cc2ea1 Gerrit-Change-Number: 23201 Gerrit-PatchSet: 5 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
