dongjoon-hyun edited a comment on pull request #33007:
URL: https://github.com/apache/spark/pull/33007#issuecomment-867888401


   It seems that OpenJava docker images have `JAVA_HOME` with JDK. In addition 
to JAVA_HOME manual setup, it seems that we may find some workaround for this. 
Or, do you want to revert this, @HyukjinKwon ?
   ```
   $ docker run -it --rm openjdk:8
   root@8cbf74e3223f:/# echo $JAVA_HOME
   /usr/local/openjdk-8
   
   root@8cbf74e3223f:/# which java
   /usr/local/openjdk-8/bin/java
   
   root@8cbf74e3223f:/# which javac
   /usr/local/openjdk-8/bin/javac
   ```


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

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