Return-Path: Delivered-To: apmail-pig-user-archive@www.apache.org Received: (qmail 90042 invoked from network); 8 Dec 2010 08:17:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 08:17:25 -0000 Received: (qmail 73995 invoked by uid 500); 8 Dec 2010 08:17:24 -0000 Delivered-To: apmail-pig-user-archive@pig.apache.org Received: (qmail 73856 invoked by uid 500); 8 Dec 2010 08:17:24 -0000 Mailing-List: contact user-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pig.apache.org Delivered-To: mailing list user@pig.apache.org Received: (qmail 73848 invoked by uid 500); 8 Dec 2010 08:17:24 -0000 Delivered-To: apmail-hadoop-pig-user@hadoop.apache.org Received: (qmail 73845 invoked by uid 99); 8 Dec 2010 08:17:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 08:17:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of guolin2001@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 08:17:16 +0000 Received: by vws18 with SMTP id 18so693827vws.35 for ; Wed, 08 Dec 2010 00:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=UM6BTIIVSYWte7pwYfQg5aix+mOK4pRJkEH/pxWwGPI=; b=TcjNbLn3Vibzqxlv6spdJhoFX7uVPkTMutt1G2JCJVfbc6I0qSLCvVwzowjLcN7N0S o6VoxFBK7LSbWAKLhrvaoRjuXr60kKY4VbGmfZ5rbyQSlbVU3hCmMrVgDS4Yibnbn1XJ eAmHNl91NRY7oNjNLxTWLjCFGEL1QD+/daKi0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IcgH3/uozO0dHd2Z4VjvtgCrplHSPoCWE6VM04FYwEstmTli6Jihc6elPBwvY9CIaf MRarkG+uB59NOQo3AsqXxvINgGS9/CcUkrUfHewjTSxTq/NEK6owPiQxEKAG+s9g21NU CDbKZ7YNjOAWRr/Mo6+jJi9k7UB0jWcJe0IHo= MIME-Version: 1.0 Received: by 10.229.228.76 with SMTP id jd12mr6483356qcb.291.1291796215100; Wed, 08 Dec 2010 00:16:55 -0800 (PST) Received: by 10.229.185.134 with HTTP; Wed, 8 Dec 2010 00:16:55 -0800 (PST) Date: Wed, 8 Dec 2010 00:16:55 -0800 Message-ID: Subject: questions about dependent jars of func in piggybank From: Lin Guo To: pig-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, All, I want to check in some functions into piggybank and have some questions about dependent jars: 1. it depends on some new jars, where should I add them? updating ivy.xml under trunk to include them? 2. it depends on newer versions of jackson jars, should I directly update ivy/libraries.properties under trunk? Best, Lin