[
https://issues.apache.org/jira/browse/HIVE-25859?focusedWorklogId=707029&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-707029
]
ASF GitHub Bot logged work on HIVE-25859:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Jan/22 18:05
Start Date: 11/Jan/22 18:05
Worklog Time Spent: 10m
Work Description: abstractdog commented on pull request #2939:
URL: https://github.com/apache/hive/pull/2939#issuecomment-1010225129
I'm about to approve this PR, tested the patch locally, works, also I can
see TestMetastoreVersion failing, which is unrelated (and passes locally),
let's unblock master as soon as possible
thanks a lot @ayushtkn for the quick fix!
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 707029)
Remaining Estimate: 0h
Time Spent: 10m
> load_non_hdfs_path.q fails on master: .1.txt.crc does not exist
> ---------------------------------------------------------------
>
> Key: HIVE-25859
> URL: https://issues.apache.org/jira/browse/HIVE-25859
> Project: Hive
> Issue Type: Bug
> Reporter: László Bodor
> Priority: Blocker
> Attachments: hive.log
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> repro
> {code}
> mvn clean install -Dtest.output.overwrite=true -Pitests,hadoop-2
> -Denforcer.skip=true -pl itests/qtest -pl itests/util -am
> -Dtest=TestMiniLlapLocalCliDriver -Dqfile=load_non_hdfs_path.q
> {code}
> {code}
> Caused by: java.io.FileNotFoundException: File
> file:/Users/laszlobodor/apache/hive/itests/qtest/target/tmp/non_hdfs_path/.1.txt.crc
> does not exist
> at
> org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:641)
> at
> org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:930)
> at
> org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:631)
> at
> org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:454)
> at
> org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.<init>(ChecksumFileSystem.java:146)
> at
> org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:347)
> at org.apache.hadoop.fs.FilterFileSystem.open(FilterFileSystem.java:164)
> at org.apache.hadoop.fs.ProxyFileSystem.open(ProxyFileSystem.java:153)
> at org.apache.hadoop.fs.FilterFileSystem.open(FilterFileSystem.java:164)
> at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:950)
> at org.apache.hadoop.hive.common.FileUtils.copy(FileUtils.java:695)
> at org.apache.hadoop.hive.common.FileUtils.copy(FileUtils.java:685)
> at org.apache.hadoop.hive.common.FileUtils.copy(FileUtils.java:667)
> at org.apache.hadoop.hive.common.FileUtils.copy(FileUtils.java:634)
> at org.apache.hadoop.hive.ql.metadata.Hive.moveFile(Hive.java:4809)
> ... 64 more
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)