[
https://issues.apache.org/jira/browse/HADOOP-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-2664:
----------------------------------
Attachment: 2664-1.patch
Fixed findbugs warnings, bumped buffer to 256k (the size used by lzop) for the
decompressor, changed the decompressor to the "safe" code to avoid crashing the
JVM when it's too small, and added some documentation.
I have some reservations about this patch (memory usage, thread safety if
pooled, etc), so I'm pushing it to 0.17.
> lzop-compatible CompresionCodec
> -------------------------------
>
> Key: HADOOP-2664
> URL: https://issues.apache.org/jira/browse/HADOOP-2664
> Project: Hadoop
> Issue Type: New Feature
> Components: io
> Reporter: Chris Douglas
> Assignee: Chris Douglas
> Fix For: 0.17.0
>
> Attachments: 2664-0.patch, 2664-1.patch
>
>
> The current lzo codec is not compatible with the standard .lzo file format
> used by lzop.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.