Showing posts with label 60020. Show all posts
Showing posts with label 60020. Show all posts

Friday, May 18, 2012

Issue:If you master machine's region server is running and slave's regionserver is not running and if you start the slave's regionserver by bin/hbase regionserver start and if you get exception like “ hadoop.hbase.ClockOutOfSyncException: Server


Issue: 
If you master machine's region server is running and slave's regionserver is not running and if you start the slave's regionserver by   bin/hbase regionserver start   and if you get exception  like “ hadoop.hbase.ClockOutOfSyncException: Server localhost,60020,1337339438788 has been rejected; Reported time is too far out of sync with master.  Time difference of 34404ms > max allowed of 30000ms ” means . 

Fix:
check the master machine time(command”date”) and compare it slave machine time(date). If the difference is more than 30 sec- update the slave machine time to master machine's time. command-

“sudo date nnddhhmmyyyy.ss” 

usage- “sudo date 051817202012.00”

Featured Posts

Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP

  Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...