Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94EFA1054B for ; Tue, 8 Oct 2013 11:24:47 +0000 (UTC) Received: (qmail 86198 invoked by uid 500); 8 Oct 2013 11:24:47 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 86103 invoked by uid 500); 8 Oct 2013 11:24:45 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 86074 invoked by uid 500); 8 Oct 2013 11:24:42 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 86069 invoked by uid 99); 8 Oct 2013 11:24:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 11:24:42 +0000 Date: Tue, 8 Oct 2013 11:24:42 +0000 (UTC) From: "Tom White (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-277) Support Parquet 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/CRUNCH-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated CRUNCH-277: ----------------------------- Attachment: CRUNCH-277.patch Thanks for reviewing the patch! I found that the Parquet source is not compatible with CombineFileInputFormat, since the ParquetRecordReader expects a ParquetInputSplit (which encodes Parquet block information), rather than a regular FileSplit. To fix this I've disabled the use of combine files for the Parquet source, and added a new test to verify it works. > Support Parquet > --------------- > > Key: CRUNCH-277 > URL: https://issues.apache.org/jira/browse/CRUNCH-277 > Project: Crunch > Issue Type: New Feature > Components: IO > Reporter: Tom White > Assignee: Tom White > Attachments: CRUNCH-277.patch, CRUNCH-277.patch > > > Add a source and target for Parquet files. -- This message was sent by Atlassian JIRA (v6.1#6144)