Update Hbase基本环境搭建.md

This commit is contained in:
heibaiying 2019-04-03 09:02:49 +08:00 committed by GitHub
parent b95d247d28
commit fd6c64f0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ export JAVA_HOME=/usr/java/jdk1.8.0_201
</configuration> </configuration>
``` ```
`hbase.rootdi`r: 配置hbase数据的存储路径 `hbase.rootdir`: 配置hbase数据的存储路径
`hbase.zookeeper.property.dataDir`: 配置zookeeper数据的存储路径 `hbase.zookeeper.property.dataDir`: 配置zookeeper数据的存储路径
@ -223,4 +223,4 @@ hadoop001
验证方式二访问Hbase Web UI 界面需要注意的是1.2 版本的Hbase的访问端口为`60010` 验证方式二访问Hbase Web UI 界面需要注意的是1.2 版本的Hbase的访问端口为`60010`
<div align="center"> <img src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hbase-60010.png"/> </div> <div align="center"> <img src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hbase-60010.png"/> </div>