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 09DD89FD5 for ; Mon, 31 Oct 2011 17:53:54 +0000 (UTC) Received: (qmail 64689 invoked by uid 500); 31 Oct 2011 17:53:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64653 invoked by uid 500); 31 Oct 2011 17:53: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 64645 invoked by uid 99); 31 Oct 2011 17:53:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 17:53:53 +0000 X-ASF-Spam-Status: No, hits=-2001.2 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; Mon, 31 Oct 2011 17:53: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 C9ADE32A087 for ; Mon, 31 Oct 2011 17:53:32 +0000 (UTC) Date: Mon, 31 Oct 2011 17:53:32 +0000 (UTC) From: "Phabricator (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1202987300.41815.1320083612827.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2082554276.34175.1319840432385.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4698) Let the HFile Pretty Printer print all the key values for a specific row. 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-4698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13140377#comment-13140377 ] Phabricator commented on HBASE-4698: ------------------------------------ nspiegelberg has commented on the revision "[jira] [HBASE-4698] Let the HFile Pretty Printer print all the key values for a specific row.". INLINE COMMENTS src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java:136-137 I would remove this line. We should only print out information we inferred from user input versus this is direct input. src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java:266-267 remove these 2 println() as well REVISION DETAIL https://reviews.facebook.net/D111 > Let the HFile Pretty Printer print all the key values for a specific row. > ------------------------------------------------------------------------- > > Key: HBASE-4698 > URL: https://issues.apache.org/jira/browse/HBASE-4698 > Project: HBase > Issue Type: New Feature > Reporter: Liyin Tang > Assignee: Liyin Tang > Attachments: D111.1.patch, D111.1.patch, D111.1.patch, D111.2.patch, D111.3.patch > > > When using HFile Pretty Printer to debug HBase issues, > it would very nice to allow the Pretty Printer to seek to a specific row, and only print all the key values for this 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