[ https://issues.apache.org/jira/browse/HIVE-17370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439764#comment-16439764 ]
Aihua Xu commented on HIVE-17370: --------------------------------- I'm also seeing the similar issue here (https://builds.apache.org/job/PreCommit-HIVE-Build/10237/testReport/org.apache.hadoop.hive.cli/TestCliDriver/testCliDriver_partition_wise_fileformat9_/) ExitCodeException exitCode=1: chmod: cannot access ‘/tmp/hadoop/mapred/staging/hiveptest329724521/.staging/job_local329724521_0062/job.splitmetainfo’: No such file or directory > Some tests are failing with java.io.FileNotFoundException: File > file:/tmp/hadoop/mapred/... > ------------------------------------------------------------------------------------------- > > Key: HIVE-17370 > URL: https://issues.apache.org/jira/browse/HIVE-17370 > Project: Hive > Issue Type: Sub-task > Affects Versions: 3.0.0 > Reporter: Peter Vary > Assignee: Peter Vary > Priority: Major > > Mostly independently of the given tests, I found this flakiness in several > tests: > {code} > 2017-08-21T06:34:26,916 WARN [Thread-7815] mapred.LocalJobRunner: > job_local245886038_0060 > java.io.FileNotFoundException: File > file:/tmp/hadoop/mapred/staging/hiveptest245886038/.staging/job_local245886038_0060/job.splitmetainfo > does not exist > at > org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:635) > ~[hadoop-common-2.8.0.jar:?] > at > org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:861) > ~[hadoop-common-2.8.0.jar:?] > at > org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:625) > ~[hadoop-common-2.8.0.jar:?] > at > org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:435) > ~[hadoop-common-2.8.0.jar:?] > at > org.apache.hadoop.mapreduce.split.SplitMetaInfoReader.readSplitMetaInfo(SplitMetaInfoReader.java:51) > ~[hadoop-mapreduce-client-core-2.8.0.jar:?] > at > org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:534) > [hadoop-mapreduce-client-common-2.8.0.jar:?] > {code} > One example is: > https://builds.apache.org/job/PreCommit-HIVE-Build/6469/testReport/org.apache.hadoop.hive.cli/TestAccumuloCliDriver/testCliDriver_accumulo_queries_/ > -- This message was sent by Atlassian JIRA (v7.6.3#76005)