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:
parent
dd3a140107
commit
7bf66f9483
|
@ -30,17 +30,12 @@
|
|||
E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue