hadoop fsck -openforwrite
如果报以下错误,需要修改hbase-site.xml
具体配置如下:
<property>
<name>hbase.master.distributed.log.splitting</name>
<value>false</value>
</property>
hadoop fsck -openforwrite
如果报以下错误,需要修改hbase-site.xml
具体配置如下:
<property>
<name>hbase.master.distributed.log.splitting</name>
<value>false</value>
</property>