安装HBase

配置hbase.env.sh
 
①设置:JAVA_HOME


②修改:export HBASE_MANAGER_ZK = false




hbase-site.xml


<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:8020/hbase</value>
</property>




<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>


<property>
<name>hbase.zookeeper.quorum</name>
<value>localhost:2181</value>
</property>






</configuration>







猜你喜欢

转载自blog.csdn.net/szstudy/article/details/80034865
今日推荐