diff --git a/content/post/hbase.md b/content/post/hbase.md index 5884945..e3daf9f 100644 --- a/content/post/hbase.md +++ b/content/post/hbase.md @@ -84,23 +84,23 @@ Rocky9 | hbase-rs33 | 192.168.8.33/24 | hbase Rigion Server ### 创建 hbase-site.xml - 清空 $HBASE_HOME/conf/hbase-site.xml,添加如下内容 ```xml - - + + - hbase.cluster.distributed - true - - + hbase.cluster.distributed + true + + - hbase.rootdir - hdfs://hdp-nn-21:8020/hbase - - + hbase.rootdir + hdfs://hdp-nn-21:8020/hbase + + - hbase.zookeeper.quorum - zk1,zk2,zk3 - - + hbase.zookeeper.quorum + zk1,zk2,zk3 + + ``` ### 修改 regionservers