Working improvement by nitay

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-07-21 21:57:15 +00:00
parent 2b98e7e256
commit 5fea8fba12
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@
</li> </li>
<li>HBase depends on <a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a> as of release 0.20.0. <li>HBase depends on <a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a> as of release 0.20.0.
Clients and Servers now must know where their ZooKeeper Quorum locations before Clients and Servers now must know where their ZooKeeper Quorum locations before
they can do anything else. they can do anything else. By default, HBase will manage a single ZooKeeper instance for you.
In basic standalone and pseudo-distributed modes, HBase manages a ZooKeeper instance In basic standalone and pseudo-distributed modes this is usually enough, but for fully
for you but it is required that you run a ZooKeeper Quorum when running HBase distributed mode you should configure a ZooKeeper quorum (more info below).
fully distributed (More on this below). The Zookeeper addition changes The Zookeeper addition changes
how some core HBase configuration is done. how some core HBase configuration is done.
</li> </li>
<li>Hosts must be able to resolve the fully-qualified domain name of the master.</li> <li>Hosts must be able to resolve the fully-qualified domain name of the master.</li>