Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 34721 invoked from network); 12 Oct 2009 09:36:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 09:36:54 -0000 Received: (qmail 64294 invoked by uid 500); 12 Oct 2009 09:36:53 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 64248 invoked by uid 500); 12 Oct 2009 09:36:53 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 64238 invoked by uid 99); 12 Oct 2009 09:36:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 09:36:53 +0000 X-ASF-Spam-Status: No, hits=-10.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 09:36:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4835D234C045 for ; Mon, 12 Oct 2009 02:36:31 -0700 (PDT) Message-ID: <128644856.1255340191280.JavaMail.jira@brutus> Date: Mon, 12 Oct 2009 02:36:31 -0700 (PDT) From: "Hong Tang (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Updated: (HADOOP-6218) Split TFile by Record Sequence Number In-Reply-To: <1807071602.1251364379312.JavaMail.jira@brutus> 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/HADOOP-6218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hong Tang updated HADOOP-6218: ------------------------------ Attachment: hadoop-6218-trunk-20091012.patch Patch "hadoop-6218-trunk-20091012.patch" is for hadoop-common trunk and 0.21. > Split TFile by Record Sequence Number > ------------------------------------- > > Key: HADOOP-6218 > URL: https://issues.apache.org/jira/browse/HADOOP-6218 > Project: Hadoop Common > Issue Type: New Feature > Affects Versions: 0.20.0, 0.20.1 > Reporter: Hong Tang > Attachments: HADOOP-6218-0.20.patch, HADOOP-6218-0.20.patch, hadoop-6218-20090827.patch, hadoop-6218-20091012.patch, hadoop-6218-trunk-20091012.patch > > > It would be nice if TFile can be split by Record Sequence Number. This way, columnar storage like PIG-833 can align fields that belong to the same row but in different columns. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.