Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 10408 invoked from network); 19 Jul 2010 04:23:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 04:23:17 -0000 Received: (qmail 70670 invoked by uid 500); 19 Jul 2010 04:23:17 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 70600 invoked by uid 500); 19 Jul 2010 04:23:15 -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 70592 invoked by uid 99); 19 Jul 2010 04:23:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 04:23:14 +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; Mon, 19 Jul 2010 04:23:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6J4Mn5R003364 for ; Mon, 19 Jul 2010 04:22:50 GMT Message-ID: <14136654.448061279513369948.JavaMail.jira@thor> Date: Mon, 19 Jul 2010 00:22:49 -0400 (EDT) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12889754#action_12889754 ] Ari Rabkin commented on CHUKWA-495: ----------------------------------- Have you tested the new patch on your cluster? Is it committable yet? > 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 > > 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.