Hello team I try to make a catalog for iceber-rest...
# questions-and-troubleshooting
c
Hello team I try to make a catalog for iceber-rest(gravitino). show databases and tables works fine, but error in select statement. Error: Caused by: java.lang.IllegalArgumentException: There are no credential provider for the catalog.
CREATE EXTERNAL CATALOG iceberg PROPERTIES ( “type” = “iceberg”, “iceberg.catalog.type” = “rest”, “iceberg.catalog.uri” = http://gravitino.metadata.svc.cluster.local:9001/iceberg, “aws.s3.region” = “”, “aws.s3.use_instance_profile” = “false”, “aws.s3.access_key” = “”, “aws.s3.secret_key” = “” )
Is there case that starRocks with iceberg-rest(gravitino)?