jinhyukify opened a new pull request, #6982:
URL: https://github.com/apache/hbase/pull/6982

   See https://issues.apache.org/jira/browse/HBASE-29307
   
   # Examples
   
   ```
   $ ./bin/hbase-daemon.sh status master
   master is not running
   $ echo $?
   1
   
   $ ./bin/hbase-daemon.sh status regionserver
   regionserver is running as PID 45560
   $ echo $?
   0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to