Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 25363 invoked from network); 31 Mar 2011 23:30:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2011 23:30:46 -0000 Received: (qmail 69216 invoked by uid 500); 31 Mar 2011 23:30:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 69190 invoked by uid 500); 31 Mar 2011 23:30:46 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 69182 invoked by uid 99); 31 Mar 2011 23:30:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 23:30:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 23:30:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1A3338CF50 for ; Thu, 31 Mar 2011 23:30:06 +0000 (UTC) Date: Thu, 31 Mar 2011 23:30:06 +0000 (UTC) From: "Jeremy Hanna (JIRA)" To: commits@cassandra.apache.org Message-ID: <2040213638.26137.1301614206103.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <100615620.11881.1301078045776.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2387) Make it possible for pig to understand packed data 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/CASSANDRA-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-2387: ------------------------------------ Attachment: 2387-v4.txt Working version of v2/v3 and folding in the compose method that was added to AbstractType as part of CASSANDRA-2262 which makes CASSANDRA-2403 done as part of this. Still have to test writing which will be tonight probably. Also Brandon had some ideas about optimization. > Make it possible for pig to understand packed data > -------------------------------------------------- > > Key: CASSANDRA-2387 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2387 > Project: Cassandra > Issue Type: Improvement > Reporter: Jeremy Hanna > Assignee: Jeremy Hanna > Labels: contrib, hadoop, pig > Attachments: 2387-1.txt, 2387-v2.txt, 2387-v3.txt, 2387-v4.txt, loadstorecaster-patch.txt > > > Packed values are throwing off pig. This ticket is to make it so pig can interpret packed values. Originally we thought we could just use a loadcaster. However, the only way we know how we can do it now is to get the schema through thrift and essentially perform the function of the loadcaster in the getNext method. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira