zoukankan      html  css  js  c++  java
  • Hbase Region Server 启动失败

    错误如下:
    Master rejected startup because clock is out of sync org.apache.hadoop.hbase.ClockOutOfSyncException: org.apache.hadoop.hbase.ClockOutOfSyncException: Server localserver3,60020,1476874791987 has
    been rejected; Reported time is too far out of sync with master. Time difference of 32158ms > max allowed of 30000ms

    处理:同步该节点的时间,缩小与master 节点之间的差异。

    参考:service ntpd stop
    ntpdate master.host(主节点)
  • 相关阅读:
    API
    API
    for in
    event flow
    object
    Report of program history
    正则表达式
    伪类与伪元素
    Position
    js学习之原型(补充)
  • 原文地址:https://www.cnblogs.com/yako/p/5978445.html
Copyright © 2011-2022 走看看