Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 853BB92FE for ; Fri, 21 Oct 2011 18:46:53 +0000 (UTC) Received: (qmail 76312 invoked by uid 500); 21 Oct 2011 18:46:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 76284 invoked by uid 500); 21 Oct 2011 18:46:53 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 76220 invoked by uid 99); 21 Oct 2011 18:46:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 18:46:53 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 18:46:52 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0388D315231 for ; Fri, 21 Oct 2011 18:44:33 +0000 (UTC) Date: Fri, 21 Oct 2011 18:44:33 +0000 (UTC) From: "Todd Lipcon (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <857531991.2416.1319222673015.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2050290152.49449.1306521048061.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-3929) Add option to HFile tool to produce basic stats MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated HBASE-3929: ------------------------------- Fix Version/s: (was: 0.94.0) 0.92.0 > Add option to HFile tool to produce basic stats > ----------------------------------------------- > > Key: HBASE-3929 > URL: https://issues.apache.org/jira/browse/HBASE-3929 > Project: HBase > Issue Type: New Feature > Components: io > Affects Versions: 0.92.0 > Reporter: Todd Lipcon > Assignee: Matteo Bertozzi > Fix For: 0.92.0 > > Attachments: HBASE-3929-v2.patch, HBASE-3929-v3.patch, hbase-3929-draft.patch, hbase-3929-draft.txt > > > In looking at HBASE-3421 I wrote a small tool to scan an HFile and produce some basic statistics about it: > - min/mean/max key size, value size (uncompressed) > - min/mean/max number of columns per row (uncompressed) > - min/mean/max number of bytes per row (uncompressed) > - the key of the largest row -- 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