huaxiangsun commented on pull request #3670: URL: https://github.com/apache/hbase/pull/3670#issuecomment-916305877
I reproduced the following failure with branch-2, master looks good. This failure is not caused by the patch, going to create a jira to track this failure. ``` org.apache.hadoop.security.KerberosAuthException: Login failure for user: jenkins/[email protected] from keytab /home/jenkins/jenkins-agent/workspace/Base-PreCommit-GitHub-PR_PR-3670/yetus-jdk8-hadoop2-check/src/hbase-mapreduce/target/test-data/b34a9346-ea66-b1b4-4b41-1737e43fd43f/keytab javax.security.auth.login.LoginException: java.lang.IllegalArgumentException: Illegal principal name jenkins/[email protected]: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to jenkins/[email protected] at org.apache.hadoop.security.UserGroupInformation.loginUserFromKeytab(UserGroupInformation.java:1104) at org.apache.hadoop.security.SecurityUtil.login(SecurityUtil.java:312) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:1167) at org.apache.hadoop.hdfs.server.namenode.NameNode.format(NameNode.java:406) at org.apache.hadoop.hdfs.DFSTestUtil.formatNameNode(DFSTestUtil.java:233) ``` -- 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]
