aajisaka commented on PR #7349: URL: https://github.com/apache/kyuubi/pull/7349#issuecomment-4052442944
Hi @LamiumAmplexicaule would you fix the test failure https://github.com/apache/kyuubi/actions/runs/22996851002/job/66896343535?pr=7349#step:7:429? It looks related to the patch. ``` - set up zookeeper auth for engine *** FAILED *** java.lang.IllegalArgumentException: Can't get Kerberos realm at org.apache.hadoop.security.HadoopKerberosName.setConfiguration(HadoopKerberosName.java:71) at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:315) at org.apache.hadoop.security.UserGroupInformation.setConfiguration(UserGroupInformation.java:366) at org.apache.kyuubi.KerberizedTestHelper.tryWithSecurityEnabled(KerberizedTestHelper.scala:154) at org.apache.kyuubi.KerberizedTestHelper.tryWithSecurityEnabled$(KerberizedTestHelper.scala:142) at org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClientSuite.tryWithSecurityEnabled(ZookeeperDiscoveryClientSuite.scala:66) at org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClientSuite.$anonfun$new$5(ZookeeperDiscoveryClientSuite.scala:142) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83) ... Cause: java.lang.IllegalArgumentException: KrbException: Cannot locate default realm at javax.security.auth.kerberos.KerberosPrincipal.<init>(KerberosPrincipal.java:159) at org.apache.hadoop.security.authentication.util.KerberosUtil.getDefaultRealm(KerberosUtil.java:120) at org.apache.hadoop.security.HadoopKerberosName.setConfiguration(HadoopKerberosName.java:69) at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:315) at org.apache.hadoop.security.UserGroupInformation.setConfiguration(UserGroupInformation.java:366) at org.apache.kyuubi.KerberizedTestHelper.tryWithSecurityEnabled(KerberizedTestHelper.scala:154) at org.apache.kyuubi.KerberizedTestHelper.tryWithSecurityEnabled$(KerberizedTestHelper.scala:142) at org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClientSuite.tryWithSecurityEnabled(ZookeeperDiscoveryClientSuite.scala:66) at org.apache.kyuubi.ha.client.zookeeper.ZookeeperDiscoveryClientSuite.$anonfun$new$5(ZookeeperDiscoveryClientSuite.scala:142) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) ... ``` -- 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]
