Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF4749FA6 for ; Fri, 31 Aug 2012 06:44:15 +0000 (UTC) Received: (qmail 75991 invoked by uid 500); 31 Aug 2012 06:44:14 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 75443 invoked by uid 500); 31 Aug 2012 06:44:14 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 75288 invoked by uid 500); 31 Aug 2012 06:44:08 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 75281 invoked by uid 99); 31 Aug 2012 06:44:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2012 06:44:08 +0000 Date: Fri, 31 Aug 2012 17:44:07 +1100 (NCT) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1134371770.21073.1346395448041.JavaMail.jiratomcat@arcas> In-Reply-To: <431525977.21974.1345162658134.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HIVE-3393) get_json_object and json_tuple should use Jackson library 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/HIVE-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445724#comment-13445724 ] Namit Jain commented on HIVE-3393: ---------------------------------- +1 > get_json_object and json_tuple should use Jackson library > --------------------------------------------------------- > > Key: HIVE-3393 > URL: https://issues.apache.org/jira/browse/HIVE-3393 > Project: Hive > Issue Type: Improvement > Components: UDF > Affects Versions: 0.10.0 > Reporter: Kevin Wilfong > Assignee: Kevin Wilfong > Priority: Minor > Attachments: HIVE-3393.1.patch.txt > > > The Jackson library's JSON parsers have been shown to be significantly faster that json.org's. The library is already included, so I can't think of a reason not to use it. > There's also the potential for further improvements in replacing many of the try catch blocks with if statements. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira