Skip to content

Commit

Permalink
adding patch for HBase 0.98.13
Browse files Browse the repository at this point in the history
  • Loading branch information
molden committed Jul 29, 2015
1 parent 93aa514 commit 33f8b7b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions hbase-0.98.13.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
--- a/hbase-site.xml 2015-07-29 14:08:52.690402000 +0200
+++ b/hbase-site.xml 2015-07-29 14:06:13.547349000 +0200
@@ -21,4 +21,20 @@
*/
-->
<configuration>
+<property>
+ <name>hbase.cluster.distributed</name>
+ <value>true</value>
+</property>
+<property>
+ <name>hbase.rootdir</name>
+ <value>hdfs://NAME_NODE:54310/hbase</value>
+</property>
+<property>
+ <name>hbase.zookeeper.quorum</name>
+ <value>ZOOKEEPER_QUORUM</value>
+</property>
+<property>
+ <name>hbase.zookeeper.property.dataDir</name>
+ <value>ZOOKEEPER_DATADIR</value>
+</property>
</configuration>

0 comments on commit 33f8b7b

Please sign in to comment.