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 6217C852A for ; Mon, 22 Aug 2011 11:51:08 +0000 (UTC) Received: (qmail 53761 invoked by uid 500); 22 Aug 2011 11:50:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44508 invoked by uid 500); 22 Aug 2011 11:49:12 -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 42530 invoked by uid 99); 22 Aug 2011 11:49:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2011 11:49:05 +0000 X-ASF-Spam-Status: No, hits=-2000.9 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, 22 Aug 2011 11:49:02 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1D181CA514 for ; Mon, 22 Aug 2011 09:59:29 +0000 (UTC) Date: Mon, 22 Aug 2011 09:59:29 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <898009067.668.1314007169115.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1977127290.51591.1313716947241.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4229) Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088592#comment-13088592 ] Hudson commented on HBASE-4229: ------------------------------- Integrated in HBase-TRUNK #2127 (See [https://builds.apache.org/job/HBase-TRUNK/2127/]) HBASE-4229 Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter stack : Files : * /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogPrettyPrinter.java * /hbase/trunk/CHANGES.txt * /hbase/trunk/bin/add_table.rb * /hbase/trunk/pom.xml > Replace Jettison JSON encoding with Jackson in HLogPrettyPrinter > ---------------------------------------------------------------- > > Key: HBASE-4229 > URL: https://issues.apache.org/jira/browse/HBASE-4229 > Project: HBase > Issue Type: Improvement > Components: wal > Reporter: Riley Patterson > Assignee: Riley Patterson > Priority: Trivial > Fix For: 0.92.0 > > Attachments: HBASE-4229.patch > > > HBase makes use of both jackson (in the region server) and jettison (in HLogPrettyPrinter) for JSON encoding. Jackson seems to be better maintained, so this patch standardizes by using jackson in HLogPrettyPrinter instead of jettison. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira