Repository: hbase Updated Branches: refs/heads/master 041a2ba94 -> b2cc06146
HBASE-11661 standalone verification should only look for a single process. Signed-off-by: stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b2cc0614 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b2cc0614 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b2cc0614 Branch: refs/heads/master Commit: b2cc061460db0c204b30cee4a12958838a171905 Parents: 041a2ba Author: Sean Busbey <[email protected]> Authored: Mon Aug 4 13:43:20 2014 -0500 Committer: stack <[email protected]> Committed: Thu Aug 7 12:20:52 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/getting_started.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/b2cc0614/src/main/docbkx/getting_started.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/getting_started.xml b/src/main/docbkx/getting_started.xml index fcf71f2..b1ff0ea 100644 --- a/src/main/docbkx/getting_started.xml +++ b/src/main/docbkx/getting_started.xml @@ -149,8 +149,9 @@ $ cd hbase-<![CDATA[<?eval ${project.version}?>]]>-hadoop2/ <para>The <filename>bin/start-hbase.sh</filename> 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 <command>jps</command> - command to verify that you have one running process called <literal>HMaster</literal> - and at least one called <literal>HRegionServer</literal>.</para> + command to verify that you have one running process called <literal>HMaster</literal>. + In standalone mode HBase runs all daemons within this single JVM, i.e. the HMaster, a + single HRegionServer, and the ZooKeeper daemon.</para> <note><para>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 <filename>conf/hbase-env.sh</filename> file and modify the
