srowen commented on a change in pull request #24308: [SPARK-27397][Core] Take
care of OpenJ9 JVM in Spark
URL: https://github.com/apache/spark/pull/24308#discussion_r273229270
##########
File path:
launcher/src/main/java/org/apache/spark/launcher/CommandBuilderUtils.java
##########
@@ -124,6 +124,9 @@ static JavaVendor getJavaVendor() {
if (vendorString.contains("OpenJDK")) {
return JavaVendor.OpenJDK;
}
+ if (vendorString.contains("OpenJ9")) {
Review comment:
Hm yeah it's unused as far as I can see. It shouldn't be used by third
parties anyway.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]