diff --git a/src/java/overview.html b/src/java/overview.html index c0eed76768f..37273167728 100644 --- a/src/java/overview.html +++ b/src/java/overview.html @@ -37,11 +37,11 @@
  • HBase depends on ZooKeeper as of release 0.20.0. Clients and Servers now must know where their ZooKeeper Quorum locations before - they can do anything else. By default, HBase will manage a single ZooKeeper instance for you. + they can do anything else (Usually they pick up this information from configuration + supplied on their CLASSPATH). 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. + In addition ZooKeeper changes how some core HBase configuration is done.
  • Hosts must be able to resolve the fully-qualified domain name of the master.
  • HBase currently is a file handle hog. The usual default of @@ -339,6 +339,8 @@ For sample Java code, see HBase Home Page
  • HBase Wiki
  • Hadoop Home Page +
  • Setting up Multiple HBase Masters +
  • Rolling Upgrades