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

stack commented on HBASE-4509:
------------------------------

Hmm... fails going into 0.90 too.  Is it me?  Used this from RB: 
0001-HBASE-4509-hbck-Improve-region-map-output.patch 
                
> [hbck] Improve region map output
> --------------------------------
>
>                 Key: HBASE-4509
>                 URL: https://issues.apache.org/jira/browse/HBASE-4509
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0, 0.94.0, 0.90.5
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: 0001-HBASE-4509-hbck-Improve-region-map-output.patch
>
>
> HBASE-4375 added a region coverage visualization to hbck in details mode.  
> When users have binary row keys the output is difficult to parse (awk/sed) or 
> pull into programs (numeric, excel) capable of handling tsv formatted data.
> This patch 
> * improves output by using Bytes.toStringBinary (which escapes binary) 
> instead of Bytes.toString when printing keys, 
> * suggests some repair actions, and 
> * collects "problem group" that groups regions that are overlapping.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to