You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/30 06:27:44 UTC

[GitHub] [iceberg] luxl6 commented on issue #2825: JdbcCatalog createNamespace is not supported

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org