Member since
09-23-2013
238
Posts
72
Kudos Received
28
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2512 | 08-13-2019 09:10 AM |
11-28-2021
09:22 PM
If you are facing issue Clock offset issue then there will be problem with your ntp is not in sync.
To resolve follow some commands
Check in which host it is giving problem go under that host through CLI and
1. systemctl status ntpd.service (For checking the status, if its not working the it showing Inactive message)
2. route -n copy the ntp server ip address (You will find under Destination column)
3. ntpdate <ntp server ip address>
4. systemctl start ntpd.service (for starting & syncing your host, after firing wait for sometime)
5. ntpstat (for checking whether it is synchronized or not it should be in synchronized)
after performing above steps your Clock offset issue will get resolved.
Regard,
... View more
09-23-2021
07:09 AM
1 Kudo
They will be in the process directory for the component. For example: hive.keytab is in:
/var/run/cloudera-scm-agent/process/*-hive_on_tez-HIVESERVER2
... View more
08-13-2019
09:10 AM
What version of CM/CDH are you using? Do you have an enterprise licensee (its required for Auto-TLS). From the documentation here: https://www.cloudera.com/documentation/enterprise/latest/topics/auto_tls.html What section/step of the documentation are you on? All that step did (touching the database) was disable TLS in the CM config...
... View more