Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 98510 invoked from network); 3 Nov 2010 17:52:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 17:52:21 -0000 Received: (qmail 35778 invoked by uid 500); 3 Nov 2010 17:52:52 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 35599 invoked by uid 500); 3 Nov 2010 17:52:50 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 35288 invoked by uid 99); 3 Nov 2010 17:52:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:52:49 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:52:47 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA3HqPCY021057 for ; Wed, 3 Nov 2010 17:52:25 GMT Message-ID: <32547738.222771288806745362.JavaMail.jira@thor> Date: Wed, 3 Nov 2010 13:52:25 -0400 (EDT) From: "Ted Yu (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-2174) Introduce timeout in bin/slaves.sh 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 Introduce timeout in bin/slaves.sh ---------------------------------- Key: MAPREDUCE-2174 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2174 Project: Hadoop Map/Reduce Issue Type: Improvement Affects Versions: 0.20.2 Reporter: Ted Yu If connection to one slave has problem, slaves.sh appears to hang. We can incorporate timeout mechanism by using the script from Dmitry V Golovashkin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.