[
https://issues.apache.org/jira/browse/HBASE-15426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Camden Narzt updated HBASE-15426:
---------------------------------
{quote}
--- /Users/camdennarzt/hbase-site.xml 2016-03-08 09:03:53.000000000 -0700
+++ hbase-site.xml 2016-02-28 14:43:38.000000000 -0700
@@ -21,4 +21,29 @@
*/
-->
<configuration>
+ <property>
+ <name>hbase.rootdir</name>
+ <value>file:///usr/local/var/hbase</value>
+ </property>
+ <property>
+ <name>hbase.zookeeper.property.clientPort</name>
+ <value>2181</value>
+ </property>
+ <property>
+ <name>hbase.zookeeper.property.dataDir</name>
+ <value>/usr/local/var/zookeeper</value>
+ </property>
+ <property>
+ <name>hbase.zookeeper.dns.interface</name>
+ <value>lo0</value>
+ </property>
+ <property>
+ <name>hbase.regionserver.dns.interface</name>
+ <value>lo0</value>
+ </property>
+ <property>
+ <name>hbase.master.dns.interface</name>
+ <value>lo0</value>
+ </property>
+
</configuration>
{quote}
> Default config for standalone hbase on os x
> -------------------------------------------
>
> Key: HBASE-15426
> URL: https://issues.apache.org/jira/browse/HBASE-15426
> Project: HBase
> Issue Type: Improvement
> Components: hbase
> Environment: OS X
> Reporter: Camden Narzt
> Priority: Trivial
>
> Just offering a nice hbase-site.xml config that works on os x for a simple
> standalone install.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)