Open jalousiex opened 2 months ago
I encountered same issue
I think this issue is because of flink-s3-fs-presto-1.19.1.jar
,as the document recommends using it, we did it and failed. But when I'm using flink-s3-fs-hadoop-1.19.1.jar
, all goods.
I think this issue is because of
flink-s3-fs-presto-1.19.1.jar
,as the document recommends using it, we did it and failed. But when I'm usingflink-s3-fs-hadoop-1.19.1.jar
, all goods.
thanks, just worked
Search before asking
Paimon version
0.8.2, No hadoop ENV using flink's s3 config
Compute Engine
Flink 1.19.1 standalone session 1master, 3workers Flink 1.18.1 standalone session 1master, 3workers
Minimal reproduce step
with flink sql-client, i create paimon catalog with s3 store, as below,
but
create database db_paimon;
only worked in default catalog, not work in paimon catalog with s3.sql-client print succeed, but log has no output since command
use catalog ctl_paimon_s3;
printed.with default database, follow paimon's guide, i have word_count table stored on s3 successed, select from table also worked, this table has nearly 100W records.
What doesn't meet your expectations?
I need to create database in paimon catalog with s3 stored on minio
Log
Anything else?
No response
Are you willing to submit a PR?