Member since
07-10-2019
11
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1633 | 03-08-2020 10:33 PM |
04-27-2022
06:13 AM
Hi @zero , Did you try out commenting the renew_lifetime parameter in /etc/krb5.conf. I think I too had the same issue and this resolved my error. Mine was a CDP 7.1.4 cluster, but have faced similar issues in HDP also. https://community.cloudera.com/t5/Support-Questions/HDF-Zookeeper-server-not-starting-after-MIT-Kerberos-is/m-p/291367 Thanks, Vivek
... View more
03-25-2020
05:55 PM
Hi @juhee13_kim , How did you resolved the issue. I am also getting the same exception. An unexpected error has occurred javax.net.ssl.SSLPeerUnverifiedException: Hostname XXXXXXX not verified: certificate: sha256/Kt0 Any help is apprecieted.
... View more
03-10-2020
06:13 PM
@avijayan I tried the following. Ambari-Metrics - Config timeline.metrics.service.webapp.address - 0.0.0.0::host_group_2%:6188(Default Value) Changed to timeline.metrics.service.webapp.address - <Metrics_Collector_Hostname>:6188 This worked and Metrics Collector was back online...!!! Thanks for the clue...
... View more
03-08-2020
10:33 PM
Issue resolved. Donno how it worked,but commenting out the following property in /etc/krb5.conf resolved the issue. #renew_lifetime =7d Same can be done through - Ambari-Services-Kerberos-Configs-Advanced krb5-conf- krb5-conf template. Save the configuration and restart
... View more
03-08-2020
03:26 PM
Dear All,
I have ran into a very troublesome issue which is creating headache for the last 1 week. I installed and HDF Cluster(v3.4.1.1) with the services Nifi,Kafka,Metrics and Smart Sense. Everything was working perfectly until I decided to enable Kerberos(MIT) in the cluster. During the keberization, everything went fine till the last step.(Start and Test services). At that point, the Zookeeper server start got failed and thereafter no services are starting. The following is the error I got from the zookeeper logs.Any help is appreciated.
2020-03-06 18:38:51,489 - INFO [main:QuorumPeerMain@127] - Starting quorum peer 2020-03-06 18:38:51,552 - ERROR [main:QuorumPeerMain@89] - Unexpected exception, exiting abnormally java.io.IOException: Could not configure server because SASL configuration did not allow the ZooKeeper server to authenticate itself properly: javax.security.auth.login.LoginException: Message stream modified (41) at org.apache.zookeeper.server.ServerCnxnFactory.configureSaslLogin(ServerCnxnFactory.java:207) at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:87) at org.apache.zookeeper.server.quorum.QuorumPeerMain.runFromConfig(QuorumPeerMain.java:130) at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:111) at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:78)
Note :
I tried setting the following resolutions that I found online. But nothing worked.
1. udp_preference_limit = 1 2. aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc 3.Regenerate Keytabs
... View more
Labels:
08-26-2019
11:12 PM
@Shelton Dear Shelton, The cluster is running fine.. /etc/hosts on the edge node does not have entries for namenodes. I will check whether the ip's are resolving.. Is it because of the connectivity issue that I am getting GSS Exception also....??
... View more
08-26-2019
12:41 AM
Hi All,
While running a mapreduce job, I am getting the following exception. Kindly help..
EBUG on 22 Aug 2019 ,06:36:54 com.xxx.xxx.xxx.logger.XMLRPCLogger.log(XMLRPCLogger.java:76) => java.lang.Thread.run(Thread.java:745) => : 19/08/22 06:36:54 INFO client.ConfiguredRMFailoverProxyProvider: Failing over to rm265
DEBUG on 22 Aug 2019 ,06:36:54 com.xxx.xxx.xxx.logger.XMLRPCLogger.log(XMLRPCLogger.java:76) => java.lang.Thread.run(Thread.java:745) => : 19/08/22 06:36:54 INFO retry.RetryInvocationHandler: Exception while invoking getApplicationReport of class ApplicationClientProtocolPBClientImpl over rm265 after 1185 fail over attempts. Trying to fail over after sleeping for 1903ms.
DEBUG on 22 Aug 2019 ,06:58:43 com.xxx.xxxx.archive.logger.XMLRPCLogger.log(XMLRPCLogger.java:76) => java.lang.Thread.run(Thread.java:745) => : java.net.ConnectException: Call From abcd/<ipabcd> to pqrs:8032 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: http://wiki.apache.org/hadoop/ConnectionRefused
DEBUG on 22 Aug 2019 ,07:01:28 xxx.xxx.xxx.archive.logger.XMLRPCLogger.log(XMLRPCLogger.java:76) => java.lang.Thread.run(Thread.java:745) => : java.io.IOException: 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)]; Host Details : local host is: "abcd"; destination host is: "xyz":8032;
For your information please see below details and see error logs.
abcd – is our edge node
We have high availability cluster:
pqrs – name node 1
xyz – name node 2
... View more
Labels:
- Labels:
-
Apache Hadoop