Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DFD211391 for ; Tue, 22 Jul 2014 13:31:41 +0000 (UTC) Received: (qmail 35964 invoked by uid 500); 22 Jul 2014 13:31:41 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 35904 invoked by uid 500); 22 Jul 2014 13:31:41 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 35891 invoked by uid 99); 22 Jul 2014 13:31:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 13:31:41 +0000 Date: Tue, 22 Jul 2014 13:31:41 +0000 (UTC) From: "Jason Lowe (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-4841) Application Master Retries fail due to FileNotFoundException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4841?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 14070247#comment-14070247 ]=20 Jason Lowe commented on MAPREDUCE-4841: --------------------------------------- I believe this has been fixed by MAPREDUCE-5476. [~devaraj.k] if you agree= then we can mark this is as a duplicate of that JIRA. > Application Master Retries fail due to FileNotFoundException > ------------------------------------------------------------ > > Key: MAPREDUCE-4841 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4841 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: applicationmaster > Affects Versions: 2.0.1-alpha > Reporter: Devaraj K > Assignee: Jason Lowe > Priority: Critical > > Application attempt1 is deleting the job related files and these are not = present in the HDFS for following retries. > {code:xml} > Application application_1353724754961_0001 failed 4 times due to AM Conta= iner for appattempt_1353724754961_0001_000004 exited with exitCode: -1000 d= ue to: RemoteTrace: java.io.FileNotFoundException: File does not exist: hdf= s://hacluster:8020/tmp/hadoop-yarn/staging/mapred/.staging/job_135372475496= 1_0001/appTokens at org.apache.hadoop.hdfs.DistributedFileSystem.getFileSta= tus(DistributedFileSystem.java:752) at org.apache.hadoop.yarn.util.FSDownlo= ad.copy(FSDownload.java:88) at org.apache.hadoop.yarn.util.FSDownload.acces= s$000(FSDownload.java:49) at org.apache.hadoop.yarn.util.FSDownload$1.run(F= SDownload.java:157) at org.apache.hadoop.yarn.util.FSDownload$1.run(FSDownl= oad.java:155) at java.security.AccessController.doPrivileged(Native Method)= at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop= .security.UserGroupInformation.doAs(UserGroupInformation.java:1232) at org.= apache.hadoop.yarn.util.FSDownload.call(FSDownload.java:153) at org.apache.= hadoop.yarn.util.FSDownload.call(FSDownload.java:49) at java.util.concurren= t.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.Fut= ureTask.run(FutureTask.java:138) at java.util.concurrent.Executors$Runnable= Adapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.in= nerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTa= sk.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Thre= adPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.= run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) a= t LocalTrace: org.apache.hadoop.yarn.exceptions.impl.pb.YarnRemoteException= PBImpl: File does not exist: hdfs://hacluster:8020/tmp/hadoop-yarn/staging/= mapred/.staging/job_1353724754961_0001/appTokens at org.apache.hadoop.yarn.= server.nodemanager.api.protocolrecords.impl.pb.LocalResourceStatusPBImpl.co= nvertFromProtoFormat(LocalResourceStatusPBImpl.java:217) at org.apache.hado= op.yarn.server.nodemanager.api.protocolrecords.impl.pb.LocalResourceStatusP= BImpl.getException(LocalResourceStatusPBImpl.java:147) at org.apache.hadoop= .yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationSer= vice$LocalizerRunner.update(ResourceLocalizationService.java:822) at org.ap= ache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLoca= lizationService$LocalizerTracker.processHeartbeat(ResourceLocalizationServi= ce.java:492) at org.apache.hadoop.yarn.server.nodemanager.containermanager.= localizer.ResourceLocalizationService.heartbeat(ResourceLocalizationService= .java:221) at org.apache.hadoop.yarn.server.nodemanager.api.impl.pb.service= .LocalizationProtocolPBServiceImpl.heartbeat(LocalizationProtocolPBServiceI= mpl.java:46) at org.apache.hadoop.yarn.proto.LocalizationProtocol$Localizat= ionProtocolService$2.callBlockingMethod(LocalizationProtocol.java:57) at or= g.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(Protob= ufRpcEngine.java:427) at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:924= ) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1692) at org.ap= ache.hadoop.ipc.Server$Handler$1.run(Server.java:1688) at java.security.Acc= essController.doPrivileged(Native Method) at javax.security.auth.Subject.do= As(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doA= s(UserGroupInformation.java:1232) at org.apache.hadoop.ipc.Server$Handler.r= un(Server.java:1686) .Failing this attempt.. Failing the application.=20 > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)