Member since
06-04-2019
55
Posts
0
Kudos Received
0
Solutions
06-02-2021
01:50 PM
@dmharshit Please have a look at my other posting on keytabs https://community.cloudera.com/t5/Support-Questions/Headless-Keytab-Vs-User-Keytab-Vs-Service-Keytab/m-p/175277/highlight/true#M137536 Having said that you are switched to the hive user and attempting to use hdfs-headless-keytab. That's not possible. As the root user run the following steps # su - hdfs
[hdfs@server-hdp ~]$ kinit -kt /etc/security/keytabs/hdfs.headless.keytab Now you should have a valid ticket [hdfs@server-hdp ~]$ klist Happy hadooping !!!
... View more
09-16-2019
06:06 AM
Can anyone please help?
... View more
08-22-2019
07:07 AM
also check if the user can read from the keytab file
... View more
07-01-2019
09:07 AM
@Pritam Konar I do not see the error any more in the SmartSense startup log. Seems that the previous remedy worked in getting it fixed shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory It will be great if you can mark the current HCC thread as Answered by clicking the "Accept" button on the helpful answer and that way we can keep one HCC thread dedicate to One particular issue and one particular resolution. . . Your current error is completely different and will require separate investigation. I will suggest you to please open a separate HCC thread with " /var/log/smartsense-activity/activity-analyzer.log" log attached for the review of the following error that you are getting now. Waiting for activity analyzer to start...................
SmartSense Activity Analyzer failed to start, with exitcode -1. Check /var/log/smartsense-activity/activity-analyzer.log for more information.
User root failed to execute command : /usr/sbin/hst activity-analyzer start
... View more
07-04-2019
07:38 AM
@Jay Kumar SenSharma Please find the latest log after commenting out the lines in build.py script. In ambari-metrics log, we can see the below error:- raise Fail("Pid file {0} doesn't exist after starting of the component.".format(pid_file)) resource_management.core.exceptions.Fail: Pid file /var/run/ambari-metrics-collector//hbase-ams-master.pid doesn't exist after starting of the component. I am attaching the full log of ambari-metrics:- Ambari_Metrics_log.txt
... View more