Balazs Meszaros created HBASE-20358:
---------------------------------------
Summary: Fix bin/hbase thrift usage text
Key: HBASE-20358
URL: https://issues.apache.org/jira/browse/HBASE-20358
Project: HBase
Issue Type: Bug
Reporter: Balazs Meszaros
Assignee: Balazs Meszaros
1. Thrift server usage text does not say anything about it requires a {{start}}
or {{stop}} argument.
2. It ignores {{stop}} argument, it acts as the same as for {{start}}.
According to this comment:
{code:java}
// This is so complicated to please both bin/hbase and bin/hbase-daemon.
// hbase-daemon provides "start" and "stop" arguments
// hbase should print the help if no argument is provided
{code}
{{start}} and {{stop}} is just supported because {{bin/hbase-daemon}}, but
hbase-daemon kills the process instead of calling it with a {{stop}} argument.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)