Aniket Mokashi created PIG-3741:
-----------------------------------
Summary: Utils.setTmpFileCompressionOnConf can cause side effect
for storage=seqfile
Key: PIG-3741
URL: https://issues.apache.org/jira/browse/PIG-3741
Project: Pig
Issue Type: Bug
Reporter: 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)