[
https://issues.apache.org/jira/browse/HADOOP-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arun C Murthy updated HADOOP-2869:
----------------------------------
Attachment: HADOOP-2869_3_20080223.patch
Updated patch, I didn't fix all references to
SequenceFile.{get|set}CompressionType in SequenceFile.Writer and MapFile.Writer
since users could be relying on it's particular semantics (i.e.
SequenceFile.getCompressionType returns 'RECORD' by default).
> 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.15.4
>
> Attachments: HADOOP-2869_0_20080221.patch,
> HADOOP-2869_1_20080221.patch, HADOOP-2869_2_20080222.patch,
> HADOOP-2869_3_20080223.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.