Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C5D2182F1 for ; Wed, 10 Jun 2015 05:11:01 +0000 (UTC) Received: (qmail 70749 invoked by uid 500); 10 Jun 2015 05:11:01 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 70703 invoked by uid 500); 10 Jun 2015 05:11:01 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 70691 invoked by uid 99); 10 Jun 2015 05:11:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2015 05:11:01 +0000 Date: Wed, 10 Jun 2015 05:11:01 +0000 (UTC) From: "Lavkesh Lahngir (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12074) in Shell.java#runCommand() while catching InterruptedException, throw new IOException(ie) instead of IOException(ie.getMessage()) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lavkesh Lahngir updated HADOOP-12074: ------------------------------------- Attachment: HADOOP-12074.patch > in Shell.java#runCommand() while catching InterruptedException, throw new IOException(ie) instead of IOException(ie.getMessage()) > --------------------------------------------------------------------------------------------------------------------------------- > > 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 > Attachments: HADOOP-12074.patch > > > 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)