[
https://issues.apache.org/jira/browse/HADOOP-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496968
]
Owen O'Malley commented on HADOOP-1381:
---------------------------------------
The current setup forces all non-block compressed sequence files to accept a 1%
overhead for sync bytes. That is a fair amount of overhead on 100tb... Block
compressed sequence files do just fine with 1mb between sync blocks.
> The distance between sync blocks in SequenceFiles should be configurable
> rather than hard coded to 2000 bytes
> -------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-1381
> URL: https://issues.apache.org/jira/browse/HADOOP-1381
> Project: Hadoop
> Issue Type: Improvement
> Components: io
> Reporter: Owen O'Malley
> Fix For: 0.14.0
>
>
> Currently SequenceFiles put in sync blocks every 2000 bytes. It would be much
> better if it was configurable with a much higher default (1mb or so?).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.