Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 172E6920D for ; Tue, 31 Jan 2012 18:03:55 +0000 (UTC) Received: (qmail 46737 invoked by uid 500); 31 Jan 2012 18:03:53 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 46665 invoked by uid 500); 31 Jan 2012 18:03:53 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 46657 invoked by uid 99); 31 Jan 2012 18:03:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 18:03:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 18:03:45 +0000 Received: by pbcc11 with SMTP id c11so467126pbc.35 for ; Tue, 31 Jan 2012 10:03:24 -0800 (PST) Received: by 10.68.209.6 with SMTP id mi6mr51156478pbc.87.1328033004275; Tue, 31 Jan 2012 10:03:24 -0800 (PST) Received: from [10.10.10.105] (host1.hortonworks.com. [70.35.59.2]) by mx.google.com with ESMTPS id e10sm26905807pbv.0.2012.01.31.10.03.21 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jan 2012 10:03:23 -0800 (PST) From: Arun C Murthy Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/alternative; boundary=Apple-Mail-15--314032792 Subject: Re: hadoop-1.0.0 and errors with log.index Date: Tue, 31 Jan 2012 10:03:21 -0800 In-Reply-To: <4F27CEC8.6020907@touk.pl> To: mapreduce-user@hadoop.apache.org References: <4F27CEC8.6020907@touk.pl> Message-Id: <73454F93-051E-4334-AC1F-2F1DC8087C9C@hortonworks.com> X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-15--314032792 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Actually, all that is telling you is that the task failed and the = job-client couldn't display the logs. Can you check the JT web-ui and see why the task failed ? If you don't see anything there, you can try see the TaskTracker logs on = the node on which the task ran. Arun On Jan 31, 2012, at 3:21 AM, Marcin Cylke wrote: > Hi >=20 > I've upgraded my hadoop cluster to version 1.0.0. The upgrade process > went relatively smoothly but it rendered the cluster inoperable due to > errors in jobtrackers operation: >=20 > # in job output > Error reading task > = outputhttp://hadoop4:50060/tasklog?plaintext=3Dtrue&attemptid=3Dattempt_20= 1201311241_0003_m_000004_2&filter=3Dstdout >=20 > # in each of the jobtrackers' logs > WARN org.apache.hadoop.mapred.TaskLog: Failed to retrieve stderr log = for > task: attempt_201201311241_0003_r_000000_1 > java.io.FileNotFoundException: > = /usr/lib/hadoop-1.0.0/libexec/../logs/userlogs/job_201201311241_0003/attem= pt_201201311241_0003_r_000000_1/log.index=20 > (No such file or directory) > at java.io.FileInputStream.open(Native Method) >=20 >=20 > These errors seem related to this two problems: >=20 > = http://grokbase.com/t/hadoop.apache.org/mapreduce-user/2012/01/error-readi= ng-task-output-and-log-filenotfoundexceptions/03mjwctewcnxlgp2jkcrhvsgep4e= >=20 > https://issues.apache.org/jira/browse/MAPREDUCE-2846 >=20 > But I've looked into the source code and the fix from MAPREDUCE-2846 = is > there. Perhaps there is some other reason? >=20 > Regards > Marcin -- Arun C. Murthy Hortonworks Inc. http://hortonworks.com/ --Apple-Mail-15--314032792 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
Hi

I've upgraded my hadoop cluster to version = 1.0.0. The upgrade process
went relatively smoothly but it rendered = the cluster inoperable due to
errors in jobtrackers = operation:

# in job output
Error reading task
outputhttp://had= oop4:50060/tasklog?plaintext=3Dtrue&attemptid=3Dattempt_201201311241_0= 003_m_000004_2&filter=3Dstdout

# in each of the = jobtrackers' logs
WARN org.apache.hadoop.mapred.TaskLog: Failed to = retrieve stderr log for
task: = attempt_201201311241_0003_r_000000_1
java.io.FileNotFoundException:
= /usr/lib/hadoop-1.0.0/libexec/../logs/userlogs/job_201201311241_0003/attem= pt_201201311241_0003_r_000000_1/log.index
(No such file or = directory)
        at = java.io.FileInputStream.open(Native Method)


These errors seem = related to this two = problems:

http://grokbase.com/t/hadoop.apache.org/mapreduce-user/20= 12/01/error-reading-task-output-and-log-filenotfoundexceptions/03mjwctewcn= xlgp2jkcrhvsgep4e

https://issues.apache.org/jira/browse/MAPREDUCE-2= 846

But I've looked into the source code and the fix from = MAPREDUCE-2846 is
there. Perhaps there is some other = reason?

Regards
Marcin

--
Arun C. Murthy
Hortonworks Inc.
http://hortonworks.com/

=

= --Apple-Mail-15--314032792--