Bug 208640 - databases/hbase: status doesn't work with current rc.d scripts
Summary: databases/hbase: status doesn't work with current rc.d scripts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 18:06 UTC by Johannes Jost Meixner
Modified: 2016-04-27 14:53 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (demon)


Attachments
hbase rc.d files now work with status argument. (926 bytes, patch)
2016-04-26 17:44 UTC, Johannes Jost Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Jost Meixner freebsd_committer freebsd_triage 2016-04-08 18:06:24 UTC
With the current implementation of the hbase rc.d scripts, it's not possible to get the status of hbase daemons including hbase_regionserver and hbase_master.
Comment 1 Johannes Jost Meixner freebsd_committer freebsd_triage 2016-04-26 17:44:49 UTC
Created attachment 169726 [details]
hbase rc.d files now work with status argument.

Patch attached fixes `service hbase status`.
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2016-04-26 21:02:40 UTC
Please feel free to commit this patch, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-04-27 14:51:16 UTC
A commit references this bug:

Author: demon
Date: Wed Apr 27 14:50:24 UTC 2016
New revision: 414110
URL: https://svnweb.freebsd.org/changeset/ports/414110

Log:
  Fix 'status' argument for rc-scripts.

  PR:		208640
  Submitted by:	xmj

Changes:
  head/databases/hbase/files/hbase_master.in
  head/databases/hbase/files/hbase_regionserver.in
Comment 4 Dmitry Sivachenko freebsd_committer freebsd_triage 2016-04-27 14:53:02 UTC
Committed, thanks!