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 480DF9A1D for ; Thu, 12 Apr 2012 17:15:41 +0000 (UTC) Received: (qmail 11384 invoked by uid 500); 12 Apr 2012 17:15:41 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 11275 invoked by uid 500); 12 Apr 2012 17:15:41 -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 11265 invoked by uid 99); 12 Apr 2012 17:15:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 17:15:40 +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; Thu, 12 Apr 2012 17:15:39 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AD0FC3679D5 for ; Thu, 12 Apr 2012 17:15:19 +0000 (UTC) Date: Thu, 12 Apr 2012 17:15:19 +0000 (UTC) From: "Steve Loughran (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1719731254.18091.1334250919711.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1006003888.38571.1333125391641.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-8232) Provide a command line entry point to view/test topology options 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-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-8232: ----------------------------------- Status: Patch Available (was: Open) > Provide a command line entry point to view/test topology options > ---------------------------------------------------------------- > > Key: HADOOP-8232 > URL: https://issues.apache.org/jira/browse/HADOOP-8232 > Project: Hadoop Common > Issue Type: Sub-task > Components: util > Affects Versions: 0.23.1 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Minor > Attachments: HADOOP-8232.patch, HADOOP-8232.patch > > > Add a new command line entry point "topo" with commands for preflight checking of a clusters topology setup. > The initial operations would be to list the implementation class of the mapper, and attempt to load it, resolve a set of supplied hostnames, then dump the topology map after the resolution process. > Target audience: > # ops teams trying to get a new/changed script working before deploying it on a cluster. > # someone trying to write their first script. > Resolve and list the rack mappings of the given host > {code} > hadoop topo test [host1] [host2] ... > {code} > This would load the hostnames from a given file, resolve all of them and list the results: > {code} > hadoop topo testfile filename > {code} > This version is intended for the ops team who have a list of hostnames, IP addresses. > * Rather than just list them, the ops team may want to mandate that there were no /default-rack mappings found, as that is invariably a sign that the script isn't handling a hostname properly. > * No attempt to be clever and do IP address resolution, FQDN to hostname mapping, etc. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira