[
https://issues.apache.org/jira/browse/HADOOP-3501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602804#action_12602804
]
Doug Cutting commented on HADOOP-3501:
--------------------------------------
> -1 javac. The applied patch generated 455 javac compiler warnings (more than
> the trunk's current 452 warnings).
This is expected, since this patch adds a deprecation.
> -1 core tests. The patch failed core unit tests.
> -1 contrib tests. The patch failed contrib unit tests.
These same tests are failing for other patches and are unrelated to this patch.
> deprecate InMemoryFileSystem
> ----------------------------
>
> Key: HADOOP-3501
> URL: https://issues.apache.org/jira/browse/HADOOP-3501
> Project: Hadoop Core
> Issue Type: Improvement
> Components: fs
> Affects Versions: 0.17.0
> Reporter: Doug Cutting
> Fix For: 0.18.0
>
> Attachments: HADOOP-3051.patch
>
>
> As of HADOOP-2095, InMemoryFileSystem is no longer used. Its design was
> optimized for a particular application and it is thus not a good
> general-purpose RAM-based FileSystem implementation, so it ought to be
> removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.