prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
16k stars 5.36k forks source link

[Native] No registered file system matched with file path #21651

Open ImTangYun opened 9 months ago

ImTangYun commented 9 months ago

When I access a hive table with parquet format, I got error:

Query 20240108_081934_00009_jkdgy failed: No registered file system matched with file path 'hdfs://warehouse/bigolive/bigo_std_video_audit/day=2023-12-03/part-2e1624d6-a190-485d-9eac-a8f2b354fb65-0-21549' Split [Hive: hdfs://warehouse/bigolive/bigo_std_video_audit/day=2023-12-03/part-2e1624d6-a190-485d-9eac-a8f2b354fb65-0-21549 0 - 33554432] Task 20240108_081934_00009_jkdgy.1.0.0.0

Any One Know the reason?

other info: presto version :0.286-edge9

ImTangYun commented 9 months ago

https://github.com/facebookincubator/velox/issues/7652 This velox issue may solve it