pan3793 commented on code in PR #8162:
URL: https://github.com/apache/hadoop/pull/8162#discussion_r2659834859


##########
dev-support/docker/Dockerfile_aarch64:
##########
@@ -52,7 +52,7 @@ RUN apt-get -q update \
     && apt-get -q update \
     && apt-get -q install -y --no-install-recommends $(pkg-resolver/resolve.py 
ubuntu:focal::arch64) \
     && apt-get clean \
-    && update-java-alternatives -s java-1.8.0-openjdk-arm64 \
+    && update-java-alternatives -s java-1.17.0-openjdk-amd64 \

Review Comment:
   ```suggestion
       && update-java-alternatives -s java-1.17.0-openjdk-arm64 \
   ```



##########
dev-support/docker/Dockerfile_aarch64:
##########
@@ -65,7 +65,7 @@ ENV PYTHONIOENCODING=utf-8
 ENV MAVEN_HOME=/opt/maven
 ENV PATH="${PATH}:${MAVEN_HOME}/bin"
 # JAVA_HOME must be set in Maven >= 3.5.0 (MNG-6003)
-ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-arm64
+ENV JAVA_HOME /usr/lib/jvm/java-17-openjdk-amd64

Review Comment:
   ```suggestion
   ENV JAVA_HOME /usr/lib/jvm/java-17-openjdk-arm64
   ```



-- 
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]

Reply via email to