You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
669 B
24 lines
669 B
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
<configuration>
|
|
<property>
|
|
<name>hbase.cluster.distributed</name>
|
|
<value>true</value>
|
|
</property>
|
|
<property>
|
|
<name>hbase.rootdir</name>
|
|
<value>/hbase-data</value>
|
|
</property>
|
|
<property>
|
|
<name>hbase.zookeeper.quorum</name>
|
|
<value>localhost:2181</value>
|
|
</property>
|
|
<property>
|
|
<name>hbase.zookeeper.property.dataDir</name>
|
|
<value>/zookeeper-data</value>
|
|
</property>
|
|
<!-- <property>
|
|
<name>zookeeper.znode.parent</name>
|
|
<value>/hbase</value>
|
|
</property> -->
|
|
</configuration>
|
|
|