org.apache.hadoop.hbase.ClockOutOfSyncException

如果集群节点的系统时间和master的时间不一致的话,从节点启动不起来,报错如下:

org.apache.hadoop.hbase.ClockOutOfSyncException: org.apache.hadoop.hbase.ClockOutOfSyncException: Server ub9001,60020,1343694176934 has been rejected; Reported time is too far out of sync with master.  Time difference of 410865ms > max allowed of 180000ms  

  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)  

 

在从节点jps也查看不到HRegionServer进程,解决办法是将时间设置的和master一致

你可能感兴趣的:(集群,hbase,时间同步)