You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/03/26 13:57:47 UTC

svn commit: r758615 - /hadoop/hbase/trunk/conf/hbase-default.xml

Author: stack
Date: Thu Mar 26 12:57:45 2009
New Revision: 758615

URL: http://svn.apache.org/viewvc?rev=758615&view=rev
Log:
HBASE-1289 Remove hbase.fully.distributed option and update docs

Modified:
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=758615&r1=758614&r2=758615&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Thu Mar 26 12:57:45 2009
@@ -31,16 +31,11 @@
     </description>
   </property>
   <property>
-    <name>run.distributed</name>
-    <value>false</value>
-    <description>Enable this to run a distributed HBase. When this is disabled
-    (the default) HBase runs all processes on the current host in a local mode.
-    </description>
-  </property>
-  <property>
     <name>hbase.master.hostname</name>
-    <value>localhost</value>
-    <description>The host that the HBase master runs at.</description>
+    <value>local</value>
+    <description>The host that the HBase master runs at.
+      A value of 'local' runs the master and regionserver in a single process.
+    </description>
   </property>
   <property>
     <name>hbase.master.port</name>