dremio 21 版本之后反射No File System scheme matches 问题解决
实际属于一个老问题了,整理下,方便使用,主要是我们在使用反射的时候碰到的问题
问题如下
UnknownFormatConversionException: Conversion = 'Unknown format (pdfs) conversion for path /xxxxxx.avro Error Message : No File System scheme matches'
参考配置
alter system set dremio.iceberg.enabled = true/false;
alter system set dremio.execution.support_unlimited_splits = true/false;
alter system set dremio.iceberg.ctas.enabled = true/false;
说明
核心是iceberg 的问题,可以禁用,或者使用nas 或者使用分布式存储,还是比较推荐使用分布式存储(s3。。。)以及nas 的
参考资料
https://docs.dremio.com/software/release-notes/210-release/#2-pdfs-is-not-supported-for-distributed-storage-in-versions-2100-and-above
https://community.dremio.com/t/unable-to-create-reflections-with-dremio-community-edition/9261/7
https://github.com/dremio/dremio-oss/blob/d41cb52143b6b0289fc8ed4d970bfcf410a669e8/sabot/kernel/src/main/java/com/dremio/exec/ExecConstants.java