[
https://issues.apache.org/jira/browse/HADOOP-7102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980877#action_12980877
]
Eli Collins commented on HADOOP-7102:
-------------------------------------
Lets remove the following code in SequenceFile as well. Otherwise patch looks
good.
{code}
if (fs.getUri().getScheme().startsWith("ramfs")) {
bufferSize = conf.getInt("io.bytes.per.checksum", 512);
}
{code}
> Remove "fs.ramfs.impl" field from core-deafult.xml
> --------------------------------------------------
>
> Key: HADOOP-7102
> URL: https://issues.apache.org/jira/browse/HADOOP-7102
> Project: Hadoop Common
> Issue Type: Bug
> Components: conf
> Affects Versions: 0.21.0
> Reporter: Konstantin Shvachko
> Fix For: 0.22.0
>
> Attachments: ramfs.patch
>
>
> "fs.ramfs.impl" used to be configuration parameter for InMemoryFileSystem,
> which was deprecated in 0.18 (HADOOP-3501) and removed in 0.21 (HADOOP-4648).
> Configuration should have been cleaned up at the time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.