一、HDFS
HDFS 下线节点
https://blog.csdn.net/weixin_44758876/article/details/122535840
https://blog.csdn.net/moyefeng198436/article/details/113652813
二、HBase
2.1、HBase hbck
hbase org.apache.hbase.HBCK2 bypass -or 111887 111888
hbase org.apache.hbase.HBCK2
https://developer.aliyun.com/article/683107
2.2、快速拉起一个HBase集群
更换HBase使用的HDFS和ZK路径
<property><name>hbase.rootdir</name><value>hdfs://hacluster3/hbase_20231204</value>
</property><property><name>zookeeper.znode.parent</name><value>/hbase_20231204</value>
</property>