[jira] [Updated] (HBASE-4509) [hbck] Improve region map output

2011-09-30 Thread Jonathan Hsieh (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Hsieh updated HBASE-4509:
--

Attachment: hbase-4509-pre4506.patch

Same code, new diff.  Pre HBASE-4506 version for the trunk and 0.92.  

 [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-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




[jira] [Updated] (HBASE-4509) [hbck] Improve region map output

2011-09-30 Thread stack (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-4509:
-

   Resolution: Fixed
Fix Version/s: 0.90.5
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Applied to 0.90, 0.92, and to trunk.  Thanks for the patch Jon.

 [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