You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: Illegal principal name [email protected]: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to [email protected]
方案:
krb5.conf 文件中 default_realm 不是当前环境域配置,需要进行切换一下
参考文档:
The text was updated successfully, but these errors were encountered:
Caused by: java.io.IOException: Call to dev-dmp7.fengdai.org/10.200.168.9:16020 failed on local exception: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Fail to create credential. (63) - No service creds)]
19/04/28 14:19:33 INFO RpcRetryingCallerImpl: Call exception, tries=6, retries=6, started=5189 ms ago, cancelled=false, msg=Call to dev-dmp6.fengdai.org/8.8.8.8:16020 failed on local exception: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)], details=row 'DMP:DEV5_FD.FENGDAI.CREDITTONE_REPORT' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=dev-dmp6.fengdai.org,16020,1555920324932, seqNum=-1
描述:
java.lang.IllegalArgumentException: Illegal principal name [email protected]: org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule: No rules applied to [email protected]
方案:
krb5.conf 文件中 default_realm 不是当前环境域配置,需要进行切换一下
参考文档:
The text was updated successfully, but these errors were encountered: