Some doc additions to 'Getting Started'

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@796910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-07-22 23:17:11 +00:00
parent 1cd57207fd
commit e03f2c2ffc
1 changed files with 5 additions and 3 deletions

View File

@ -37,11 +37,11 @@
</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. 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 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). distributed mode you should configure a ZooKeeper quorum (more info below).
The Zookeeper addition changes In addition ZooKeeper 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>
<li>HBase currently is a file handle hog. The usual default of <li>HBase currently is a file handle hog. The usual default of
@ -339,6 +339,8 @@ For sample Java code, see <a href="org/apache/hadoop/hbase/client/package-summar
<li><a href="http://hbase.org">HBase Home Page</a> <li><a href="http://hbase.org">HBase Home Page</a>
<li><a href="http://wiki.apache.org/hadoop/Hbase">HBase Wiki</a> <li><a href="http://wiki.apache.org/hadoop/Hbase">HBase Wiki</a>
<li><a href="http://hadoop.apache.org/">Hadoop Home Page</a> <li><a href="http://hadoop.apache.org/">Hadoop Home Page</a>
<li><a href="http://wiki.apache.org/hadoop/Hbase/MultipleMasters">Setting up Multiple HBase Masters</a>
<li><a href="http://wiki.apache.org/hadoop/Hbase/RollingRestart">Rolling Upgrades</a>
</ul> </ul>
</body> </body>