You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2015/09/12 01:52:46 UTC

[jira] [Created] (TEZ-2814) ATSImportTool has a return statement in a finally block

Hitesh Shah created TEZ-2814:
--------------------------------

             Summary: ATSImportTool has a return statement in a finally block 
                 Key: TEZ-2814
                 URL: https://issues.apache.org/jira/browse/TEZ-2814
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Hitesh Shah


{code}
 } catch (Exception e) {
      LOG.error("Error in processing ", e);
      throw e;
    } finally {
     return result;
{code}



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