Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 61060 invoked from network); 19 Feb 2010 19:18:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Feb 2010 19:18:51 -0000 Received: (qmail 34863 invoked by uid 500); 19 Feb 2010 19:18:51 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 34834 invoked by uid 500); 19 Feb 2010 19:18:51 -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 34823 invoked by uid 99); 19 Feb 2010 19:18:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 19:18:50 +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; Fri, 19 Feb 2010 19:18:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E26FA29A0023 for ; Fri, 19 Feb 2010 11:18:27 -0800 (PST) Message-ID: <991782288.395891266607107926.JavaMail.jira@brutus.apache.org> Date: Fri, 19 Feb 2010 19:18:27 +0000 (UTC) From: "Eric Yang (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Created: (CHUKWA-455) Strip out http:// prefix and port from collectors file when used with start-all.sh script 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 Strip out http:// prefix and port from collectors file when used with start-all.sh script ----------------------------------------------------------------------------------------- Key: CHUKWA-455 URL: https://issues.apache.org/jira/browse/CHUKWA-455 Project: Hadoop Chukwa Issue Type: Bug Components: scripts Environment: Redhat EL 5.1, Java 6 Reporter: Eric Yang Chukwa documentation ask user to input collector url in this form: http://:/ http://:/ http://:/ But the file is also used by the bin/start-all.sh script. When slave.sh tries to ssh to remote system, it does not strip out the url prefix and port number. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.