You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2015/05/26 03:08:17 UTC

[jira] [Created] (TEZ-2483) Tez should close task if processor fail

Daniel Dai created TEZ-2483:
-------------------------------

             Summary: Tez should close task if processor fail
                 Key: TEZ-2483
                 URL: https://issues.apache.org/jira/browse/TEZ-2483
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Daniel Dai
             Fix For: 0.7.1


The symptom is if PigProcessor fail, MRInput is not closed. On Windows, this creates a problem since Pig client cannot remove the input file.

In general, if a task fail, Tez shall close all input/output handles in cleanup. MROutput is closed in MROutput.abort() which Pig invokes explicitly right now. Attach a demo patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)