hbase的hbase-site.xml设置

<configuration>
       <property>
                <name>hbase.rootdir</name>
                <value>hdfs://hadoop0:9000/hbase</value>
        </property>
        <property>
                <name>hbase.cluster.distributed</name>
                <value>true</value>
        </property>
        <property>
                <name>hbase.zookeeper.quorum</name>
                <value>hadoop0</value>
        </property>
</configuration>
原文地址:https://www.cnblogs.com/catherine007/p/13494815.html