Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 55532 invoked from network); 13 Nov 2009 22:15:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 22:15:52 -0000 Received: (qmail 16510 invoked by uid 500); 13 Nov 2009 22:15:50 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 16439 invoked by uid 500); 13 Nov 2009 22:15:50 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 16429 invoked by uid 99); 13 Nov 2009 22:15:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 22:15:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ekohlwey@gmail.com designates 209.85.221.188 as permitted sender) Received: from [209.85.221.188] (HELO mail-qy0-f188.google.com) (209.85.221.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 22:15:40 +0000 Received: by qyk26 with SMTP id 26so1729370qyk.5 for ; Fri, 13 Nov 2009 14:15:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Y5u0FGANys23yKRmlLMCbWwAw/P3g6niY4WeHK5ueF4=; b=xSCcQnd7EdOUCI29VGX1HYblMP2x0xFWlI1bmCV+ahodN5tmKuLN+hCVOHXyvxXtCZ S+K3kGGq0L+Znv9nrU3VE6iFLt1on3E8SUrpmF4bJGhiB8GP7kkeq+J2pThRamBchoIR B+IbbUAzjkn95zxaQ+FEj+ReEDB+Eh62WDQN0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=cnwVgpDC7OfIiJ1CdYNTi7u5Srgiv0AtW2zyIvoISC0Ehrifasq3trFiPc275HuFkV F9PADSB6INTxIfbclGd1mPex4Q2bNTs/1qFE2XeTMXM0KwgfJAWMKoGxCLGjEExxHsFJ v22WPXGyieVnh303baWcprm8qZvzXF198zmT4= Received: by 10.224.43.138 with SMTP id w10mr3218268qae.197.1258150519944; Fri, 13 Nov 2009 14:15:19 -0800 (PST) Received: from Iguana.local ([156.80.234.165]) by mx.google.com with ESMTPS id 20sm1636316qyk.5.2009.11.13.14.15.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Nov 2009 14:15:19 -0800 (PST) Message-ID: <4AFDDA75.7050809@gmail.com> Date: Fri, 13 Nov 2009 17:15:17 -0500 From: Edmund Kohlwey User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: common-user@hadoop.apache.org Subject: Re: what does it mean when a job fails at 100%? References: <2d9b8f430911131402t2ee7e85cjc81999abd0280717@mail.gmail.com> In-Reply-To: <2d9b8f430911131402t2ee7e85cjc81999abd0280717@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Lots of things can happen. If you have a cleanup method, that can fail after map and reduce complete. Also, hadoop writes the output of a task to local disk, and only commits the results of the individual tasks to HDFS after they complete, so you might be failing on the copy to HDFS. On 11/13/09 5:02 PM, Mike Kendall wrote: > title says it all.. this isn't the first job i've written either. very > confused. > >