1. 程式人生 > >Reported time is too far out of sync with master.(HBase報錯)

Reported time is too far out of sync with master.(HBase報錯)

錯誤如圖所示:
檢視日誌檔案發現:

Reported time is too far out of sync with master.

在這裡插入圖片描述

解決方案:

方案一:推薦使用

(使用alibaba的時間同步)

ntpdate ntp6.aliyun.com

方案二:

常用的手動進行時間的同步(一般不使用)
	date -s "2017-03-03 03:03:03"

方案三:(網路同步)

yum install ntpdate
ntpdate cn.pool.ntp.org