You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/10/25 21:40:00 UTC

[jira] [Created] (IMPALA-6108) TPC-DS data load failed with FileNotFoundException

Tim Armstrong created IMPALA-6108:
-------------------------------------

             Summary: TPC-DS data load failed with FileNotFoundException
                 Key: IMPALA-6108
                 URL: https://issues.apache.org/jira/browse/IMPALA-6108
             Project: IMPALA
          Issue Type: Bug
            Reporter: Tim Armstrong
            Priority: Critical


{noformat}
11:44:13 Loading TPC-DS data (logging to /data/jenkins/workspace/impala-asf-master-core-data-load/repos/Impala/logs/data_loading/load-tpcds.log)... 
12:05:42     FAILED (Took: 21 min 29 sec)
12:05:42     'load-data tpch core' failed. Tail of log:
12:05:42 	at org.apache.hive.service.cli.operation.SQLOperation$3.run(SQLOperation.java:314)
12:05:42 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
12:05:42 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
12:05:42 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
12:05:42 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
12:05:42 	at java.lang.Thread.run(Thread.java:745)
12:05:42 Caused by: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: File /tmp/hadoop-jenkins/mapred/local/1508958341829_tmp does not exist
12:05:42 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
12:05:42 	at java.util.concurrent.FutureTask.get(FutureTask.java:188)
12:05:42 	at org.apache.hadoop.mapred.LocalDistributedCacheManager.setup(LocalDistributedCacheManager.java:139)
12:05:42 	... 37 more
12:05:42 Caused by: java.io.FileNotFoundException: File /tmp/hadoop-jenkins/mapred/local/1508958341829_tmp does not exist
12:05:42 	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:598)
12:05:42 	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:811)
12:05:42 	at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:588)
12:05:42 	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileLinkStatusInternal(RawLocalFileSystem.java:827)
12:05:42 	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:813)
12:05:42 	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatus(RawLocalFileSystem.java:784)
12:05:42 	at org.apache.hadoop.fs.DelegateToFileSystem.getFileLinkStatus(DelegateToFileSystem.java:132)
12:05:42 	at org.apache.hadoop.fs.AbstractFileSystem.renameInternal(AbstractFileSystem.java:701)
12:05:42 	at org.apache.hadoop.fs.FilterFs.renameInternal(FilterFs.java:236)
12:05:42 	at org.apache.hadoop.fs.AbstractFileSystem.rename(AbstractFileSystem.java:674)
12:05:42 	at org.apache.hadoop.fs.FileContext.rename(FileContext.java:932)
12:05:42 	at org.apache.hadoop.yarn.util.FSDownload.call(FSDownload.java:364)
12:05:42 	at org.apache.hadoop.yarn.util.FSDownload.call(FSDownload.java:60)
12:05:42 	... 4 more
{noformat}

This happens on commit e4f585240ac8f478e25402806f4ea38531b4bf84



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)