clintropolis commented on code in PR #18247: URL: https://github.com/apache/druid/pull/18247#discussion_r2205309637
########## examples/quickstart/tutorial/hadoop/docker/Dockerfile: ########## @@ -52,12 +52,12 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems && \ rpm -ivh zulu-repo-${ZULU_REPO_VER}.noarch.rpm && \ yum -q -y update && \ yum -q -y upgrade && \ - yum -q -y install zulu17-jdk && \ + yum -q -y install zulu11-jdk && \ yum -q -y install nano net-tools telnet less unzip wget && \ yum clean all && \ rm -rf /var/cache/yum zulu-repo_${ZULU_REPO_VER}.noarch.rpm -ENV JAVA_HOME=/usr/lib/jvm/zulu17 +ENV JAVA_HOME=/usr/lib/jvm/zulu11 Review Comment: this is the hadoop dockerfile, it doesn't support java 17 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
