gaborgsomogyi commented on a change in pull request #34615:
URL: https://github.com/apache/spark/pull/34615#discussion_r751018017



##########
File path: 
launcher/src/main/java/org/apache/spark/launcher/JavaModuleOptions.java
##########
@@ -37,7 +37,8 @@
       "--add-opens=java.base/sun.nio.ch=ALL-UNNAMED",
       "--add-opens=java.base/sun.nio.cs=ALL-UNNAMED",
       "--add-opens=java.base/sun.security.action=ALL-UNNAMED",
-      "--add-opens=java.base/sun.util.calendar=ALL-UNNAMED"};
+      "--add-opens=java.base/sun.util.calendar=ALL-UNNAMED",
+      "--add-opens=java.security.jgss/sun.security.krb5=ALL-UNNAMED"};

Review comment:
       Not sure how important is this but on IBM JVM this is called 
`com.ibm.security.krb5`.
   Since there are several `sun...` options up I presume it doesn't matter.




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