Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 A309610BAE for ; Mon, 3 Feb 2014 07:32:14 +0000 (UTC) Received: (qmail 11099 invoked by uid 500); 3 Feb 2014 07:32:10 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 11064 invoked by uid 500); 3 Feb 2014 07:32:10 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 10611 invoked by uid 500); 3 Feb 2014 07:32:09 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 10603 invoked by uid 99); 3 Feb 2014 07:32:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 07:32:08 +0000 Date: Mon, 3 Feb 2014 07:32:08 +0000 (UTC) From: "Aniket Mokashi (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (PIG-3741) Utils.setTmpFileCompressionOnConf can cause side effect for SequenceFileInterStorage 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/PIG-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniket Mokashi reassigned PIG-3741: ----------------------------------- Assignee: Aniket Mokashi > Utils.setTmpFileCompressionOnConf can cause side effect for SequenceFileInterStorage > ------------------------------------------------------------------------------------ > > Key: PIG-3741 > URL: https://issues.apache.org/jira/browse/PIG-3741 > Project: Pig > Issue Type: Bug > Reporter: Aniket Mokashi > Assignee: Aniket Mokashi > Fix For: 0.12.1 > > > Currently, Utils.setTmpFileCompressionOnConf(pigContext, conf); is invoked for every job. In case of Seqfile, this api sets mapreduce params on conf to assist SequenceFileInterStorage. However, as a side effect, this might change the behavior of other storers due to these mapred properties. This api should only be called for jobs with intermediate storage. -- This message was sent by Atlassian JIRA (v6.1.5#6160)