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

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

                Author: ASF GitHub Bot
            Created on: 25/Oct/21 16:19
            Start Date: 25/Oct/21 16:19
    Worklog Time Spent: 10m 
      Work Description: steveloughran commented on pull request #3582:
URL: https://github.com/apache/hadoop/pull/3582#issuecomment-951089128


   BTW, if you do want to understand the commit problem and the limitations of 
v1 & v2, see: https://github.com/steveloughran/zero-rename-committer/releases


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 669638)
    Time Spent: 50m  (was: 40m)

> FileOutputCommitter Enable Concurent Writes 
> --------------------------------------------
>
>                 Key: MAPREDUCE-7366
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7366
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mrv2
>    Affects Versions: 3.3.1
>            Reporter: ismail
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> is it possible to make `{{PENDING_DIR_NAME}}` configurable? 
> That will enable concurrent writes to same location. current if two spark 
> processes write same destination one of them is failing.
> current
> {code:java}
>  public static final String PENDING_DIR_NAME = "_temporary";{code}
> new:
> {code:java}
> PENDING_DIR_NAME = conf.get("mapreduce.fileoutputcommitter.pending.dir", 
> "_temporary");{code}
> here is custom commiter doing it: 
> https://gist.github.com/ismailsimsek/33c55d8e1fcfc79160483c38a978edbd



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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