Skip to content

Instantly share code, notes, and snippets.

@kungfumike
Created January 6, 2012 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kungfumike/1573032 to your computer and use it in GitHub Desktop.
Save kungfumike/1573032 to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>hbase.rootdir</name>
<value>hdfs://10.100.2.12/hbase</value>
</property>
<property>
<name>hbase.zookeeper.quorum</name>
<value>10.100.2.11</value>
</property>
<property>
<name>hbase.tmp.dir</name>
<value>/data/hbase</value>
</property>
<property>
<name>hbase.master.info.bindAddress</name>
<value>10.100.2.11</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment