HBASE-1289 Remove hbase.fully.distributed option and update docs

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@758615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-03-26 12:57:45 +00:00
parent dd3a140107
commit 7bf66f9483
1 changed files with 4 additions and 9 deletions

View File

@ -30,17 +30,12 @@
E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR
</description> </description>
</property> </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> <property>
<name>hbase.master.hostname</name> <name>hbase.master.hostname</name>
<value>localhost</value> <value>local</value>
<description>The host that the HBase master runs at.</description> <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>
<property> <property>
<name>hbase.master.port</name> <name>hbase.master.port</name>