HBASE-11661 standalone verification should only look for a single process.

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Sean Busbey 2014-08-04 13:43:20 -05:00 committed by stack
parent 041a2ba948
commit b2cc061460
1 changed files with 3 additions and 2 deletions

View File

@ -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