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/07/21 23:57:15 UTC

svn commit: r796554 - /hadoop/hbase/trunk/src/java/overview.html

Author: stack
Date: Tue Jul 21 21:57:15 2009
New Revision: 796554

URL: http://svn.apache.org/viewvc?rev=796554&view=rev
Log:
Working improvement by nitay

Modified:
    hadoop/hbase/trunk/src/java/overview.html

Modified: hadoop/hbase/trunk/src/java/overview.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/overview.html?rev=796554&r1=796553&r2=796554&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/java/overview.html (original)
+++ hadoop/hbase/trunk/src/java/overview.html Tue Jul 21 21:57:15 2009
@@ -37,10 +37,10 @@
   </li>
       <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
-      they can do anything else.
-      In basic standalone and pseudo-distributed modes, HBase manages a ZooKeeper instance
-      for you but it is required that you run a ZooKeeper Quorum when running HBase
-      fully distributed (More on this below). The Zookeeper addition changes
+      they can do anything else.  By default, HBase will manage a single ZooKeeper instance for you.
+      In basic standalone and pseudo-distributed modes this is usually enough, but for fully
+      distributed mode you should configure a ZooKeeper quorum (more info below).
+      The Zookeeper addition changes
       how some core HBase configuration is done.
       </li>
   <li>Hosts must be able to resolve the fully-qualified domain name of the master.</li>