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 4908E6C39 for ; Fri, 20 May 2011 14:25:30 +0000 (UTC) Received: (qmail 78928 invoked by uid 500); 20 May 2011 14:25:30 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 78886 invoked by uid 500); 20 May 2011 14:25:30 -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 78876 invoked by uid 99); 20 May 2011 14:25:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 14:25:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 14:25:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 60B6AD35C2 for ; Fri, 20 May 2011 14:24:47 +0000 (UTC) Date: Fri, 20 May 2011 14:24:47 +0000 (UTC) From: "Jeffrey Naisbitt (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <506083476.30519.1305901487392.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <467948518.30516.1305901367779.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7314) Add support for throwing UnknownHostException when a host doesn't resolve MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Naisbitt updated HADOOP-7314: ------------------------------------- Attachment: HADOOP-7314.patch > Add support for throwing UnknownHostException when a host doesn't resolve > ------------------------------------------------------------------------- > > Key: HADOOP-7314 > URL: https://issues.apache.org/jira/browse/HADOOP-7314 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Jeffrey Naisbitt > Assignee: Jeffrey Naisbitt > Attachments: HADOOP-7314.patch > > > As part of MAPREDUCE-2489, we need support for having the resolve methods (for DNS mapping) throw UnknownHostExceptions. (Currently, they hide the exception). Since the existing 'resolve' method is ultimately used by several other locations/components, I propose we add a new 'resolveValidHosts' method. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira