[ https://issues.apache.org/jira/browse/MAPREDUCE-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13892378#comment-13892378 ] Mit Desai commented on MAPREDUCE-5731: -------------------------------------- I am closing this JIRA as this issue is no more reproducible. > testMiniMRChildtask fails on branch-2 > ------------------------------------- > > Key: MAPREDUCE-5731 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5731 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 2.2.0 > Reporter: Mit Desai > > {noformat} > org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.io.FileNotFoundException: File file:/tmp/hadoop-yarn/staging/history/done_intermediate does not exist > at org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage.getFullJob(CachedHistoryStorage.java:147) > at org.apache.hadoop.mapreduce.v2.hs.JobHistory.getJob(JobHistory.java:217) > at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler$1.run(HistoryClientService.java:203) > at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler$1.run(HistoryClientService.java:199) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:415) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1562) > at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler.verifyAndGetJob(HistoryClientService.java:199) > at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler.getJobReport(HistoryClientService.java:231) > at org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl.getJobReport(MRClientProtocolPBServiceImpl.java:122) > at org.apache.hadoop.yarn.proto.MRClientProtocol$MRClientProtocolService$2.callBlockingMethod(MRClientProtocol.java:275) > at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:585) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:928) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1962) > at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1958) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:415) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1562) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1956) > Caused by: java.io.FileNotFoundException: File file:/tmp/hadoop-yarn/staging/history/done_intermediate does not exist > at org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:353) > at org.apache.hadoop.fs.DelegateToFileSystem.listStatus(DelegateToFileSystem.java:149) > at org.apache.hadoop.fs.ChecksumFs.listStatus(ChecksumFs.java:512) > at org.apache.hadoop.fs.AbstractFileSystem$1.(AbstractFileSystem.java:857) > at org.apache.hadoop.fs.AbstractFileSystem.listStatusIterator(AbstractFileSystem.java:855) > at org.apache.hadoop.fs.FileContext$20.next(FileContext.java:1392) > at org.apache.hadoop.fs.FileContext$20.next(FileContext.java:1387) > at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90) > at org.apache.hadoop.fs.FileContext.listStatus(FileContext.java:1387) > at org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils.listFilteredStatus(JobHistoryUtils.java:438) > at org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils.localGlobber(JobHistoryUtils.java:385) > at org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils.localGlobber(JobHistoryUtils.java:377) > at org.apache.hadoop.mapreduce.v2.jobhistory.JobHistoryUtils.localGlobber(JobHistoryUtils.java:372) > at org.apache.hadoop.mapreduce.v2.hs.HistoryFileManager.scanIntermediateDirectory(HistoryFileManager.java:779) > at org.apache.hadoop.mapreduce.v2.hs.HistoryFileManager.getFileInfo(HistoryFileManager.java:931) > at org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage.getFullJob(CachedHistoryStorage.java:132) > {noformat} -- This message was sent by Atlassian JIRA (v6.1.5#6160)