Index: src/docbkx/getting_started.xml
===================================================================
--- src/docbkx/getting_started.xml (revision 1097898)
+++ src/docbkx/getting_started.xml (working copy)
@@ -453,7 +453,7 @@
in the section. In
standalone mode, HBase does not use HDFS -- it uses the local
filesystem instead -- and it runs all HBase daemons and a local
- zookeeper all up in the same JVM. Zookeeper binds to a well known port
+ ZooKeeper all up in the same JVM. Zookeeper binds to a well known port
so clients may talk to HBase.
@@ -508,7 +508,7 @@
<property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:9000/hbase</value>
- <description>The directory shared by region servers.
+ <description>The directory shared by RegionServers.
</description>
</property>
<property>
@@ -539,7 +539,7 @@
See Pseudo-distributed
mode extras for notes on how to start extra Masters and
- regionservers when running pseudo-distributed.
+ RegionServers when running pseudo-distributed.
@@ -564,7 +564,7 @@
<property>
<name>hbase.rootdir</name>
<value>hdfs://namenode.example.org:9000/hbase</value>
- <description>The directory shared by region servers.
+ <description>The directory shared by RegionServers.
</description>
</property>
<property>
@@ -873,7 +873,7 @@
<property>
<name>hbase.zookeeper.quorum</name>
<value>example1,example2,example3</value>
- <description>The directory shared by region servers.
+ <description>The directory shared by RegionServers.
</description>
</property>
<property>
@@ -886,7 +886,7 @@
<property>
<name>hbase.rootdir</name>
<value>hdfs://example0:9000/hbase</value>
- <description>The directory shared by region servers.
+ <description>The directory shared by RegionServers.
</description>
</property>
<property>
@@ -905,8 +905,8 @@
regionservers
- In this file you list the nodes that will run regionservers.
- In our case we run regionservers on all but the head node
+ In this file you list the nodes that will run RegionServers.
+ In our case we run RegionServers on all but the head node
example1 which is carrying the HBase Master and
the HDFS namenode