caneGuy opened a new pull request #1654: YARN-9689: Support proxy user for 
Router to support kerberos
URL: https://github.com/apache/hadoop/pull/1654
 
 
   When we enable kerberos in YARN-Federation mode, we can not get new app 
since it will throw kerberos exception below.Which should be handled!
   
   `
   2019-07-22,18:43:25,523 WARN org.apache.hadoop.ipc.Client: Exception 
encountered while connecting to the server : javax.security.sasl.SaslException: 
GSS initiate failed [Caused by GSSException: No valid credentials provided 
(Mechanism level: Failed to find any Kerberos tgt)]
   2019-07-22,18:43:25,528 WARN 
org.apache.hadoop.yarn.server.router.clientrm.FederationClientInterceptor: 
Unable to create a new ApplicationId in SubCluster xxx
   java.io.IOException: DestHost:destPort xxx , LocalHost:localPort xxx. Failed 
on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS 
initiate failed [Caused by GSSException: No valid credentials provided 
(Mechanism level: Failed to find any Kerberos tgt)]
           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
           at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
           at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
           at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
           at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:831)
   `
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to