Created 11-26-2018 09:47 AM
[hdfs@ip-10-0-10-206 ~]$ hdfs dfs -ls /user 18/11/26 09:26:10 WARN ipc.Client: Exception encountered while connecting to the server : org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS] ls: DestHost:destPort ip-10-0-10-87:8020 , LocalHost:localPort ip-10-0-10-206/10.0.10.206:0. Failed on local exception: java.io.IOException: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]
Created 11-26-2018 10:12 AM
This problem occurs while the ticket is expired. resolved after generating the ticket by using kinit -kt user.keytab use@realm
Created 11-26-2018 10:12 AM
This problem occurs while the ticket is expired. resolved after generating the ticket by using kinit -kt user.keytab use@realm