From b2cc061460db0c204b30cee4a12958838a171905 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Mon, 4 Aug 2014 13:43:20 -0500 Subject: [PATCH] HBASE-11661 standalone verification should only look for a single process. Signed-off-by: stack --- src/main/docbkx/getting_started.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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