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

Hudson commented on HBASE-4509:
-------------------------------

Integrated in HBase-0.92 #37 (See 
[https://builds.apache.org/job/HBase-0.92/37/])
    HBASE-4509 [hbck] Improve region map output

stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* 
/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java

                
> [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
>             Fix For: 0.90.5
>
>         Attachments: 0001-HBASE-4509-hbck-Improve-region-map-output.patch, 
> hbase-4509-pre4506.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