Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 55DB0D880 for ; Mon, 12 Nov 2012 15:01:19 +0000 (UTC) Received: (qmail 28711 invoked by uid 500); 12 Nov 2012 15:01:19 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 28570 invoked by uid 500); 12 Nov 2012 15:01:18 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 27515 invoked by uid 500); 12 Nov 2012 15:01:17 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 27486 invoked by uid 99); 12 Nov 2012 15:01:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2012 15:01:16 +0000 Date: Mon, 12 Nov 2012 15:01:16 +0000 (UTC) From: "Cheolsoo Park (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <489698369.100661.1352732476757.JavaMail.jiratomcat@arcas> In-Reply-To: <1609691091.82706.1352317573099.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (PIG-3039) Not possible to use custom version of jackson jars 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/PIG-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3039: ------------------------------- Attachment: PIG-3039-download-jackson.patch Hi Rohini, The patch looks good. My only concern is that we have to remember this test case when we bump jackson to 1.9.9 in future. I suggest that we should at least make a comment in ivy/libraries.properties regarding this test case so that we won't forget to update this test case when we update the version of jackson. In addition, wouldn't it better to download the jackson 1.9.9 binaries using ant instead of checking them in? I made a quick patch that does this, so please feel free to use it if you like to. This is just a suggestion, and I won't insist. Thanks! > Not possible to use custom version of jackson jars > -------------------------------------------------- > > Key: PIG-3039 > URL: https://issues.apache.org/jira/browse/PIG-3039 > Project: Pig > Issue Type: Bug > Affects Versions: 0.10.0 > Reporter: Rohini Palaniswamy > Assignee: Rohini Palaniswamy > Fix For: 0.12 > > Attachments: PIG-3039-download-jackson.patch, PIG-3039-trunk.patch > > > User is trying > register jackson_core_asl-1.9.4_1.jar; > register jackson_mapper_asl-1.9.4_1.jar; > register jackson_xc-1.9.4_1.jar; > But pig.jar/pig-withouthadoop.jar has jackson jars and JarManager packages the jackson from pig.jar into job.jar(PIG-2457). We could not find any possible workaround with mapreduce framework to put the user jar first in the classpath as job.jar always takes precedence. > The pig script works fine with 0.9 and is a regression in 0.10. -- 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