From e6e70f2b6bedb52027366307cdca566eac785917 Mon Sep 17 00:00:00 2001 From: colben Date: Fri, 27 Mar 2026 20:05:57 +0800 Subject: [PATCH] update --- content/post/hbase.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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