[
https://issues.apache.org/jira/browse/HIVE-11727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729868#comment-14729868
]
Siddharth Seth commented on HIVE-11727:
---------------------------------------
Looks good. This doesn't matter, but to be on the safer side -
TezConfiguration.TEZ_CREDENTIALS_PATH (tez.credentials.path) should also be
unset.
The config passed in while creating the TezClient should have this field set -
which I believe is happening.
> 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
> Attachments: HIVE-11727.1.patch
>
>
> 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)