You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2015/09/03 22:18:45 UTC

[jira] [Created] (HIVE-11727) Hive on Tez through Oozie: Some queries fail with fnf exception

Gunther Hagleitner created HIVE-11727:
-----------------------------------------

             Summary: Hive on Tez through Oozie: Some queries fail with fnf exception
                 Key: HIVE-11727
                 URL: https://issues.apache.org/jira/browse/HIVE-11727
             Project: Hive
          Issue Type: Bug
            Reporter: Gunther Hagleitner
            Assignee: Gunther Hagleitner


When we read back row containers from disk, a misconfiguration causes us to look for a non-existing file.

{noformat}
Caused by: java.io.FileNotFoundException: File file:/grid/0/hadoop/yarn/local/usercache/appcache/application_1440685000561_0028/container_e26_1440685000561_0028_01_000005/container_tokens does not exist
	at org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:608)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:821)
	at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:598)
	at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:414)
	at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.<init>(ChecksumFileSystem.java:140)
	at org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:341)
	at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:766)
	at org.apache.hadoop.security.Credentials.readTokenStorageFile(Credentials.java:169)
	... 31 more
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)