[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7370?focusedWorklogId=790613&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-790613
 ]

ASF GitHub Bot logged work on MAPREDUCE-7370:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jul/22 22:27
            Start Date: 13/Jul/22 22:27
    Worklog Time Spent: 10m 
      Work Description: ashutoshcipher commented on PR #4248:
URL: https://github.com/apache/hadoop/pull/4248#issuecomment-1183743712

   Thanks @cnauroth for your comments. I will look into them.
   
   About unittest, I planned to get complete the main function first(make 
required changes for any new comments) and then write the unit test as well :) 




Issue Time Tracking
-------------------

    Worklog Id:     (was: 790613)
    Time Spent: 2h 20m  (was: 2h 10m)

> Parallelize MultipleOutputs#close call
> --------------------------------------
>
>                 Key: MAPREDUCE-7370
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7370
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>    Affects Versions: 3.3.0
>            Reporter: Prabhu Joseph
>            Assignee: Ashutosh Gupta
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> This call takes more time when there are lot of files to close and there is a 
> high latency to close. Parallelize MultipleOutputs#close call to improve the 
> speed.
> {code}
>   public void close() throws IOException {
>     for (RecordWriter writer : recordWriters.values()) {
>       writer.close(null);
>     }
>   }
> {code}
> Idea is from [~ste...@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to