Sean Busbey created HBASE-11661:
-----------------------------------
Summary: Quickstart chapter claims standalone mode has multiple
processes
Key: HBASE-11661
URL: https://issues.apache.org/jira/browse/HBASE-11661
Project: HBase
Issue Type: Bug
Components: documentation
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
The quickstart chapter on launching a standalone hbase says to validate the
launch by checking on both the HMaster and HRegionServer processes:
{quote}
4. 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.
{quote}
This is incorrect. In standalone mode there is only a single HMaster process.
--
This message was sent by Atlassian JIRA
(v6.2#6252)