Member since
06-02-2015
15
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
65676 | 06-17-2015 08:54 AM | |
9013 | 06-03-2015 10:07 PM |
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
07-12-2018
08:05 AM
@Genthandsome, Actually, that stackoverflow may be off target since it talks about public addresses. Your browser needs to resolve a hostname into an IP so that your computer can connect to Hue. If that resolution (or mapping) fails then the client (browser in this case) cannot connect to the host specified in the browser's URL.
... View more
07-24-2017
03:06 PM
In my case the problem was the port number which was incorrect. I ensured that I used the Namenode port.
... View more
09-09-2015
06:27 AM
Let's stop using multiple threads. I will reply here: http://community.cloudera.com/t5/Apache-Hadoop-Concepts-and/Tutorial-Exercise-2-Query-Structured-Data-impala/m-p/31626#U31626
... View more