luxl6 commented on issue #2825: URL: https://github.com/apache/iceberg/issues/2825#issuecomment-1331699444
[ERROR] Could not execute SQL statement. Reason: java.lang.UnsupportedOperationException: Cannot create namespace icebergcat_flink: createNamespace is not supported 我也遇到了这个错 CREATE CATALOG my_catalog_2 WITH ( > 'type'='iceberg', > 'catalog-impl'='org.apache.iceberg.jdbc.JdbcCatalog', > 'default-database'='icebergcat_flink', > 'uri'='jdbc:postgresql://ip:5432/icebergcat_flink', > 'user'='postgres', > 'password'='postgres', > 'warehouse'='s3://iceberg/', > 's3.endpoint'='http://ip:9000', > 's3.access.key'='minioadmin', > 's3.secret.key'='minioadmin', > 'io-impl'='org.apache.iceberg.aws.s3.S3FileIO', > 'property-version'='1' > ); -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
