You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wangyjx
changed the title
[Bug][Multi-Catalog] Filter _temporary dir which is generated by Flink
[Bug][Multi-Catalog] Filter temporary dir which is generated by Flink
Jun 12, 2024
Search before asking
Version
2.0.4
What's Wrong?
looks like it is very similar to this issue : #26194
Error:
When query hive table, encounter error as following.
SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = (10.xx.xx.xx)[CANCELLED][CANCELLED][INTERNAL_ERROR]failed to init reader for file hdfs://10.xx.xx.xx:9000/user/hive/warehouse/xxx/tableA/partition=xdyy/.staging_1704802668632/task-1/part-5a1d9e1d-f2a7-46e8-81ef-9ac3b5a9434a-task-1-file-0, err: [INTERNAL_ERROR]Init OrcReader failed. reason = File size too small
What You Expected?
Should be able to ignore the temporary directories and files.
How to Reproduce?
No response
Anything Else?
After some investigation, it seems only happened to tables of which contains ".staging-xxx" sub directories that were generated by Flink job.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: