Return-Path: X-Original-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-crunch-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC347D5B6 for ; Tue, 7 Aug 2012 22:52:10 +0000 (UTC) Received: (qmail 31996 invoked by uid 500); 7 Aug 2012 22:52:10 -0000 Delivered-To: apmail-incubator-crunch-dev-archive@incubator.apache.org Received: (qmail 31955 invoked by uid 500); 7 Aug 2012 22:52:10 -0000 Mailing-List: contact crunch-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: crunch-dev@incubator.apache.org Delivered-To: mailing list crunch-dev@incubator.apache.org Received: (qmail 31812 invoked by uid 99); 7 Aug 2012 22:52:10 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 22:52:10 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 61AC9142822 for ; Tue, 7 Aug 2012 22:52:10 +0000 (UTC) Date: Tue, 7 Aug 2012 22:52:09 +0000 (UTC) From: "Joseph Adler (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: <1300120114.1848.1344379930403.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (CRUNCH-36) Avro Compression settings are ignored by Crunch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Joseph Adler created CRUNCH-36: ---------------------------------- Summary: Avro Compression settings are ignored by Crunch Key: CRUNCH-36 URL: https://issues.apache.org/jira/browse/CRUNCH-36 Project: Crunch Issue Type: Bug Components: IO Affects Versions: 0.3.0 Reporter: Joseph Adler Fix For: 0.3.0 Java Avro Map/reduce jobs will compress the output if the configuration setting mapred.output.compress is true. Avro supports two codecs (deflate and snappy). Users typically select the code by calling AvroJob.setOutputCodec and specifying either org.apache.avro.file.DataFileConstants.SNAPPY_CODEC or org.apache.avro.file.DataFileConstants.DEFLATE_CODEC. Users can specify the deflate level by setting the configuration setting avro.mapred.deflate.level. org.apache.crunch.types.avro.AvroOutuptFormat currently ignores these setting. I'll follow up with a patch that fixes this problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira