[
https://issues.apache.org/jira/browse/HIVE-17370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347583#comment-16347583
]
Peter Vary commented on HIVE-17370:
-----------------------------------
On internal testing it was fixed with something like this:
{code:java}
<property>
<name>mapreduce.jobtracker.staging.root.dir</name>
<value>${test.tmp.dir}/hadoop-tmp</value>
<description>A base for other temporary directories.</description>
</property>{code}
But sadly, I did not have time to look deeper into this, but seems like the
same problem
> 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)