tillrohrmann commented on pull request #12462: URL: https://github.com/apache/flink/pull/12462#issuecomment-639519945
I think I know what the problem is: We are reusing forks and another test has loaded `sun.security.krb5.Config` before without having specified the `java.security.krb5.realm` and `java.security.krb5.kdc`. That's why `sun.security.krb5.Config.getDefaultRealm` fails. @krasinski could you try to add `sun.security.krb5.Config.refresh();` as the last line to `HadoopUtilsTest.setPropertiesToEnableKerberosConfigInit`? This should try to reload the Kerberos configuration. ---------------------------------------------------------------- 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]
