diff --git a/src/main/docbkx/getting_started.xml b/src/main/docbkx/getting_started.xml
index fcf71f2a5c0..b1ff0eacdfb 100644
--- a/src/main/docbkx/getting_started.xml
+++ b/src/main/docbkx/getting_started.xml
@@ -149,8 +149,9 @@ $ cd hbase-]]>-hadoop2/
The bin/start-hbase.sh script is provided as a convenient way
to start HBase. Issue the command, and if all goes well, a message is logged to standard
output showing that HBase started successfully. You can use the jps
- command to verify that you have one running process called HMaster
- and at least one called HRegionServer.
+ command to verify that you have one running process called HMaster.
+ In standalone mode HBase runs all daemons within this single JVM, i.e. the HMaster, a
+ single HRegionServer, and the ZooKeeper daemon.
Java needs to be installed and available. If you get an error indicating that
Java is not installed, but it is on your system, perhaps in a non-standard location,
edit the conf/hbase-env.sh file and modify the