[ 
https://issues.apache.org/jira/browse/HBASE-15611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16902142#comment-16902142
 ] 

Sean Busbey commented on HBASE-15611:
-------------------------------------

Check the status of compaction on an individual region is ugly, should fix it.

{code}
hbase(main):002:0> region="90b78736a70eb81f68a3b5e5bf056267"
=> "90b78736a70eb81f68a3b5e5bf056267"
hbase(main):003:0> @hbase.admin(@formatter).instance_eval do puts 
@admin.get_compaction_state_for_region(org.apache.hadoop.hbase.util.Bytes.to_bytes(region)).to_string
 end
NONE
hbase(main):004:0> 
{code}

> add examples to shell docs 
> ---------------------------
>
>                 Key: HBASE-15611
>                 URL: https://issues.apache.org/jira/browse/HBASE-15611
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation, shell
>            Reporter: Sean Busbey
>            Priority: Major
>              Labels: beginner
>
> It would be nice if our shell documentation included some additional examples 
> of operational tasks one can perform.
> things to include to come in comments. when we have a patch to submit we can 
> update the jira summary to better reflect what scope we end up with.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to