From core-dev-return-41964-apmail-hadoop-core-dev-archive=hadoop.apache.org@hadoop.apache.org Tue Jun 24 06:42:08 2008 Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 97172 invoked from network); 24 Jun 2008 06:42:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 06:42:08 -0000 Received: (qmail 93032 invoked by uid 500); 24 Jun 2008 06:42:07 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 92999 invoked by uid 500); 24 Jun 2008 06:42:07 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 92986 invoked by uid 99); 24 Jun 2008 06:42:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 23:42:07 -0700 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; Tue, 24 Jun 2008 06:41:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 535E5234C147 for ; Mon, 23 Jun 2008 23:41:45 -0700 (PDT) Message-ID: <1575508341.1214289705340.JavaMail.jira@brutus> Date: Mon, 23 Jun 2008 23:41:45 -0700 (PDT) From: "Amar Kamat (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3618) JobClient should keep on retrying if the jobtracker is still initializing In-Reply-To: <1515205171.1214213145031.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-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amar Kamat updated HADOOP-3618: ------------------------------- Attachment: HADOOP-3618.patch Attaching a patch for review while I continue testing it. > JobClient should keep on retrying if the jobtracker is still initializing > ------------------------------------------------------------------------- > > Key: HADOOP-3618 > URL: https://issues.apache.org/jira/browse/HADOOP-3618 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Reporter: Amar Kamat > Assignee: Amar Kamat > Attachments: HADOOP-3618.patch > > > When the user submits the job while the jobtracker is still initializing, the jobclient comes out with an exception. ideally the jobclient should keep on retrying until the jobtracker is up and ready. This will also take care of HADOOP-3289. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.