ayushtkn commented on PR #6914: URL: https://github.com/apache/hadoop/pull/6914#issuecomment-2210322006
Just passing by: I think you need to update the dockerfiles as well https://github.com/apache/hadoop/tree/trunk/dev-support/docker the ``ENV JAVA_HOME`` in them & for the Centos ones you need to add lines like ``#Install java 17 RUN yum install -y java-17-openjdk-devel`` or something similar To debug maybe you can play with ``start-build-env.sh`` file in the hadoop root directory, see if it works. It has ``DOCKER_FILE`` variable, which will by default go to ubuntu, you can tweak that to try stuff -- 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]
