[
https://issues.apache.org/jira/browse/HADOOP-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658584#action_12658584
]
enis edited comment on HADOOP-4760 at 12/22/08 8:27 AM:
-----------------------------------------------------------------
bq. We should fix HDFS to not complain about twice-closed streams, to be
compatible with other InputStream implementations.
+1, I have come across several cases, where this was the problem.
was (Author: enis):
bq. We should fix HDFS to not complain about twice-closed streams, to be
compatible with other InputStream implementations.
+1, I have come several cases, where this was the problem.
> Configuration addResource(InputStream) fails with HDFS streams
> --------------------------------------------------------------
>
> Key: HADOOP-4760
> URL: https://issues.apache.org/jira/browse/HADOOP-4760
> Project: Hadoop Core
> Issue Type: Bug
> Components: conf
> Environment: all
> Reporter: Alejandro Abdelnur
> Fix For: 0.20.0
>
>
> When adding an {{InputStream}} via {{addResource(InputStream)}} to a
> {{Configuration}} instance, if the stream is a HDFS stream the
> {{loadResource(..)}} method fails with {{IOException}} indicating that the
> stream has already been closed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.