[
https://issues.apache.org/jira/browse/HADOOP-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571245#action_12571245
]
Arun C Murthy commented on HADOOP-2869:
---------------------------------------
I'm also planning on using this issue to fix backward compat broken by
HADOOP-1851 where calling the setType or setCompressClass do not set the
boolean to 'true' and users need to explicitly call it...
> Deprecate and remove SequenceFile.setCompressionType
> ----------------------------------------------------
>
> Key: HADOOP-2869
> URL: https://issues.apache.org/jira/browse/HADOOP-2869
> Project: Hadoop Core
> Issue Type: Bug
> Affects Versions: 0.15.0
> Reporter: Arun C Murthy
> Assignee: Arun C Murthy
> Fix For: 0.16.1
>
> Attachments: HADOOP-2869_0_20080221.patch
>
>
> The right context for compression is either:
> a) SequenceFile.createWriter
> b) SequenceFileOutputFormat.setCompressionType
> c) JobConf.setMapOutputCompressionType
> Hence, we need to remove (deprecate for now) SequenceFIle.setCompressionType.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.