Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 20779 invoked from network); 31 Jan 2007 11:30:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 11:30:27 -0000 Received: (qmail 14568 invoked by uid 500); 31 Jan 2007 11:30:33 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 14550 invoked by uid 500); 31 Jan 2007 11:30:33 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 14539 invoked by uid 99); 31 Jan 2007 11:30:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 03:30:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 03:30:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E07E27142E1 for ; Wed, 31 Jan 2007 03:30:05 -0800 (PST) Message-ID: <24432626.1170243005904.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 03:30:05 -0800 (PST) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-491) streaming jobs should allow programs that don't do any IO for a long time In-Reply-To: <12167475.1156886482398.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-491: --------------------------------- Attachment: HADOOP-491_20070131_1.patch Here is a straight-forward patch which lets a per-job configuration knob for task-launch timeout, and is set to '0' for streaming jobs... > streaming jobs should allow programs that don't do any IO for a long time > ------------------------------------------------------------------------- > > Key: HADOOP-491 > URL: https://issues.apache.org/jira/browse/HADOOP-491 > Project: Hadoop > Issue Type: New Feature > Components: contrib/streaming > Reporter: arkady borkovsky > Assigned To: Arun C Murthy > Attachments: HADOOP-491_20070131_1.patch > > > The jobtracker relies on task to send heartbeats to know the tasks are still alive. > There is a 600 seconds timeout preset. > hadoop streaming also uses input to or output from the program it spawns to indicate progress, sending appropriate heartbeats. > Some spawned programs spend longer that 600 seconds without any output while being perfectly healthy. > It would be good to enhance the interface between hadoop streaming and the programs it spawns to track a healthy program in the absense of output. > There are certain dangers with this protocol: e.g. a task can run a separate thread that does nothing but send "i'm alive" message. This would be a user bug to abuse the API in such way. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.