Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 28651 invoked from network); 13 Feb 2007 16:18:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 16:18:29 -0000 Received: (qmail 71017 invoked by uid 500); 13 Feb 2007 16:18:34 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 70953 invoked by uid 500); 13 Feb 2007 16:18:34 -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 70930 invoked by uid 99); 13 Feb 2007 16:18:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 08:18:34 -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; Tue, 13 Feb 2007 08:18:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BEB167142CC for ; Tue, 13 Feb 2007 08:18:05 -0800 (PST) Message-ID: <28503766.1171383485778.JavaMail.jira@brutus> Date: Tue, 13 Feb 2007 08:18:05 -0800 (PST) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-649) Jobs without any map and reduce operations seems to be lost after their execution In-Reply-To: <20242862.1161948738186.JavaMail.root@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-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472744 ] Hadoop QA commented on HADOOP-649: ---------------------------------- +1, because http://issues.apache.org/jira/secure/attachment/12346228/HADOOP-649.patch applied and successfully tested against trunk revision r506778. > Jobs without any map and reduce operations seems to be lost after their execution > --------------------------------------------------------------------------------- > > Key: HADOOP-649 > URL: https://issues.apache.org/jira/browse/HADOOP-649 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.6.1 > Reporter: Thomas Friol > Assigned To: Owen O'Malley > Attachments: HADOOP-649.patch, HADOOP-649.patch > > > When a job does not provide any file splits (because there is no data present), the job successes but then it is lost by the job tracker. Is this normal ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.