Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 46989 invoked from network); 1 Feb 2010 18:26:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 18:26:41 -0000 Received: (qmail 96802 invoked by uid 500); 1 Feb 2010 18:26:41 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 96778 invoked by uid 500); 1 Feb 2010 18:26:41 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 96768 invoked by uid 99); 1 Feb 2010 18:26:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 18:26:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 18:26:39 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B89B629A0012 for ; Mon, 1 Feb 2010 10:26:18 -0800 (PST) Message-ID: <995018770.1811265048778754.JavaMail.jira@brutus.apache.org> Date: Mon, 1 Feb 2010 18:26:18 +0000 (UTC) From: "Bill Graham (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-451) slaves.sh shouldn't ssh to start process on localhost In-Reply-To: <524924975.1521265048418726.JavaMail.jira@brutus.apache.org> 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/CHUKWA-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated CHUKWA-451: ------------------------------- Attachment: CHUKWA-451-1.patch Attaching CHUKWA-451-1.patch, with change to slaves.sh. > slaves.sh shouldn't ssh to start process on localhost > ----------------------------------------------------- > > Key: CHUKWA-451 > URL: https://issues.apache.org/jira/browse/CHUKWA-451 > Project: Hadoop Chukwa > Issue Type: Sub-task > Components: scripts > Reporter: Bill Graham > Assignee: Bill Graham > Attachments: CHUKWA-451-1.patch > > > The slave.sh script reads a list of hostnames and ssh's to each host to start a process. If a hostname is 'localhost' or '127.0.0.1', the script should not try to ssh to itself. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.