yunde110 发表于 2018-10-29 08:21:32

org.apache.hadoop.hbase.PleaseHoldException: Master is initializing

  在hive运行list或者其他命令出现:
  org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
  表示:master和regionserver的时间不一样
  修改:
1)yum install ntp -y  

  
2)ntpdate cn.pool.ntp.org
  也可以开机自动修改时间:
vi /etc/rc.d/rc.local  
添加一行 ntpdate cn.pool.ntp.org


页: [1]
查看完整版本: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing