Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 63206 invoked from network); 28 Jul 2010 19:36:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jul 2010 19:36:42 -0000 Received: (qmail 49991 invoked by uid 500); 28 Jul 2010 19:36:42 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 49910 invoked by uid 500); 28 Jul 2010 19:36:41 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 49902 invoked by uid 99); 28 Jul 2010 19:36:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 19:36:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 19:36:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6SJaF5Q020629 for ; Wed, 28 Jul 2010 19:36:17 GMT Message-ID: <21648249.52101280345775937.JavaMail.jira@thor> Date: Wed, 28 Jul 2010 15:36:15 -0400 (EDT) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-495) Implement Pig 0.7.0 compatible Loader and Storer classes In-Reply-To: <30097917.404721279231257128.JavaMail.jira@thor> 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/CHUKWA-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ari Rabkin updated CHUKWA-495: ------------------------------ Status: Resolved (was: Patch Available) Resolution: Fixed I just committed this. Thanks, Bill! > Implement Pig 0.7.0 compatible Loader and Storer classes > -------------------------------------------------------- > > Key: CHUKWA-495 > URL: https://issues.apache.org/jira/browse/CHUKWA-495 > Project: Chukwa > Issue Type: Improvement > Reporter: Bill Graham > Assignee: Bill Graham > Attachments: CHUKWA-495.1.patch, chukwa-pig.jar, pig-0.7.0-test.jar, pig-0.7.0.jar.gz > > > Pig 0.7.0 introduces a revamped Load/Store model that is not backward compatible with previous Pig releases. We need to create new classes to handle loading/storing Chukwa data from Pig. Since the new load/store model uses abstract super classes instead of interfaces, I propose we deprecate {{org.apache.hadoop.chukwa.ChukwaStorage}} and create the following classes: > {noformat} > org.apache.hadoop.chukwa.pig.ChukwaLoader > org.apache.hadoop.chukwa.pig.ChukwaStorer > {noformat} > Note the addition of the pig sub-package. Thoughts about this approach? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.