[
https://issues.apache.org/jira/browse/HADOOP-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588132#action_12588132
]
Doug Cutting commented on HADOOP-3229:
--------------------------------------
The reporter passed to FileSystem#create() is to permit filesystems that might
sometimes take a long time to open a file, like HDFS, to report progress during
this time. I don't know that it's worth passing it to the local filesystem in
this case, but if we do, shouldn't we do it everywhere and not in just one
place?
You dropped the reporting I added in CombineOutputCollector. Why?
> Map OutputCollector does not report progress on writes
> ------------------------------------------------------
>
> Key: HADOOP-3229
> URL: https://issues.apache.org/jira/browse/HADOOP-3229
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Environment: all
> Reporter: Alejandro Abdelnur
> Fix For: 0.17.0
>
> Attachments: 3229-0.patch, 3229-1.patch, 3229-1.patch,
> HADOOP-3229.patch
>
>
> It seem that the collector implementation used during the map phase does not
> report progress on writing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.