Created 10-14-2016 03:09 PM
log.txt After Disabling kerberos from our kerberized cluster Zkfailover is not coming up inspite of the fact Zookepeer and journal nodes are up and running. i have seen the logs.This error is realted to ssl but i am unable to figure it out. Please find attched the logs.
Created 10-14-2016 03:12 PM
Looks like ZKFC is still trying to authenticate itself using Kerberos, could you please check if all Kerberos configurations have been removed from the Hadoop Configuration and Kerberos is disabled
ERROR client.ZooKeeperSaslClient (ZooKeeperSaslClient.java:respondToServer(323)) - SASL authentication failed using login context 'Client'.
Also could you please check if this ZNode is still available
/hadoop-ha/dshdp-rlab
Created 10-14-2016 03:12 PM
Looks like ZKFC is still trying to authenticate itself using Kerberos, could you please check if all Kerberos configurations have been removed from the Hadoop Configuration and Kerberos is disabled
ERROR client.ZooKeeperSaslClient (ZooKeeperSaslClient.java:respondToServer(323)) - SASL authentication failed using login context 'Client'.
Also could you please check if this ZNode is still available
/hadoop-ha/dshdp-rlab
Created 10-17-2016 08:15 AM
Could you please tell how and where to check all the kerberos configurations are removed or not? Also we are getting a different kind of logs now. PFA the same.log.txt
Created 10-17-2016 06:05 PM
The error messages are definitely related. Zookeeper is not able to authenticate itself and it looks like its shutting down because of that.
If you go to Ambari -> HDFS Service, filter/search for "Kerberos", "Principal" and "Keytab", do the same for the actual configurations under /etc/hadoop/conf.
Created 10-17-2016 06:21 PM
can you try shutting down all Zookeepers and start one at a time?
Created 10-18-2016 02:19 PM
I did, but not working