mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 20:17:59 +05:30
29 lines
672 B
XML
29 lines
672 B
XML
<?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.tmp.dir</name>
|
|
<value>./tmp</value>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hbase.unsafe.stream.capability.enforce</name>
|
|
<value>false</value>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hbase.zookeeper.property.dataDir</name>
|
|
<value>/hadoop/zookeeper</value>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hbase.cluster.distributed</name>
|
|
<value>true</value>
|
|
</property>
|
|
</configuration>
|