Open zck573693104 opened 11 months ago
Currently paimon only supports s3 and oss protocols. Can the obs protocol be changed to s3 protocol?
Currently paimon only supports s3 and oss protocols. Can the obs protocol be changed to s3 protocol?
obs is huawei cloud, obs is s3 protocol
Currently paimon only supports s3 and oss protocols. Can the obs protocol be changed to s3 protocol?
obs is huawei cloud, obs is s3 protocol
doris read hive(data on obs) is ok.but,doris read paimon(data on obs) do not support
What I mean is that currently paimon itself does not support obs. You can explicitly specify obs as s3. Please refer to: https://paimon.apache.org/docs/master/filesystems/overview https://github.com/apache/incubator-paimon/issues/2335
What I mean is that currently paimon itself does not support obs. You can explicitly specify obs as s3. Please refer to: https://paimon.apache.org/docs/master/filesystems/overview apache/incubator-paimon#2335
paimon can write data into obs. When I created catalog in doris, it was displayed that the specified warehouse was S3 protocol. show tables from 'paimon_oss'. 'default'; I couldn't get a result, so it worked when I changed S3 to obs
Search before asking
Version
doris-2.0.3 paimon-0.5
What's Wrong?
read error.do not support obs. paimon catalog on filesystem.
What You Expected?
2023-12-26 10:28:03,915 WARN (thrift-server-pool-86|3331) [Coordinator.updateFragmentExecStatus():2223] one instance report fail, query_id=9ab3891365f0459b-976f9e4418e307da instance_id=9ab3891365f0459b-976f9e4418e30814, error message: (172.27.0.150)[CANCELLED][INTERNAL_ERROR]failed to init reader for file dummyPath, err: [INTERNAL_ERROR]UncheckedExecutionException: java.io.UncheckedIOException: org.apache.paimon.fs.UnsupportedSchemeException: Could not find a file io implementation for scheme 'obs' in the classpath. Hadoop FileSystem also cannot access this path 'obs://obs-path/tmp/test'. CAUSED BY: UncheckedIOException: org.apache.paimon.fs.UnsupportedSchemeException: Could not find a file io implementation for scheme 'obs' in the classpath. Hadoop FileSystem also cannot access this path 'obs://obs-path/tmp/test'. CAUSED BY: UnsupportedSchemeException: Could not find a file io implementation for scheme 'obs' in the classpath. Hadoop FileSystem also cannot access this path 'obs://obs-path/tmp/test'.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct