You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Lavkesh Lahngir (JIRA)" <ji...@apache.org> on 2015/06/08 13:59:06 UTC

[jira] [Created] (HADOOP-12074) in Shell.java#runCommand() while catching InterruptedException, throw new IOException(ie) instead of IOException(ie.geMessage())

Lavkesh Lahngir created HADOOP-12074:
----------------------------------------

             Summary: in Shell.java#runCommand() while catching InterruptedException, throw new IOException(ie) instead of IOException(ie.geMessage())
                 Key: HADOOP-12074
                 URL: https://issues.apache.org/jira/browse/HADOOP-12074
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Lavkesh Lahngir
            Assignee: Lavkesh Lahngir
            Priority: Trivial


Instead of creating IOException with message make InterruptedException the cause of IOException, so that whoever calling shell executor can make use of it. 



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