Description
Currently, we disallow overwriting contents of task output when copying contents from task staging dir to output dir. This can be a problem when a task fails after the commit step is successful. Subsequent task attempts fail during the commit step as they attempt to copy data from staging to output dir, which results in a job failure. We provide an option to force overwriting contents of the task output directory for such scenarios and let the job succeed.