1 个回答
使用s3协议的文件系统,创建paimon的示例sql语句如下:
CREATE CATALOG my_catalog WITH (
'type' = 'paimon',
'warehouse' = 's3://<bucket>/<path>',
's3.endpoint' = 'your-endpoint-hostname',
's3.access-key' = 'xxx',
's3.secret-key' = 'yyy'
);
发布于:2年前 (2023-09-06) IP属地:四川省
我来回答
您需要 登录 后回答此问题!