You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/05/04 15:37:42 UTC

[GitHub] [hbase] ndimiduk commented on pull request #1915: HBASE-23970 TestUsersOperationsWithSecureHadoop fails when an existing ticket is present

ndimiduk commented on pull request #1915:
URL: https://github.com/apache/hbase/pull/1915#issuecomment-832038326


   Hi @WenFeiYi . Thank you so much for working on this!
   
   I tried out your batch and I still see test failures.
   
   ```
   [INFO] Running org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
   [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.503 s <<< FAILURE! - in org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop
   [ERROR] org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop.testAuthUtilLogin  Time elapsed: 0.474 s  <<< ERROR!
   org.apache.hadoop.security.KerberosAuthException: failure to login: javax.security.auth.login.LoginException: java.lang.IllegalArgumentException: Illegal principal name me@EXAMPLE.COM: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to me@EXAMPLE.COM
           at org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop.testAuthUtilLogin(TestUsersOperationsWithSecureHadoop.java:152)
   Caused by: javax.security.auth.login.LoginException: java.lang.IllegalArgumentException: Illegal principal name me@EXAMPLE.COM: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to me@EXAMPLE.COM
           at org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop.testAuthUtilLogin(TestUsersOperationsWithSecureHadoop.java:152)
   Caused by: java.lang.IllegalArgumentException: Illegal principal name me@EXAMPLE.COM: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to me@EXAMPLE.COM
           at org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop.testAuthUtilLogin(TestUsersOperationsWithSecureHadoop.java:152)
   Caused by: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to me@EXAMPLE.COM
           at org.apache.hadoop.hbase.security.TestUsersOperationsWithSecureHadoop.testAuthUtilLogin(TestUsersOperationsWithSecureHadoop.java:152)
   ```


-- 
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:
users@infra.apache.org