Files
Lakehouse/config/trino/catalog/iceberg.properties
T

11 lines
297 B
Properties
Raw Normal View History

connector.name=iceberg
iceberg.catalog.type=TESTING_FILE_METASTORE
hive.metastore.catalog.dir=/tmp/iceberg_metadata
# S3 Connectivity
hive.s3.endpoint=http://10.0.20.111:9020
hive.s3.aws-access-key=REDACTED
hive.s3.aws-secret-key=REDACTED
hive.s3.path-style-access=true
hive.s3.ssl.enabled=false