-
hello folks, i'm trying to use the iceberg rest catalog whith a hive metastore and an on prem s3 service wich doesn't surpport virtual host. the hive metastore conection is working fine, but i can't figure out how to passe the s3.path-style-access=true parameter to the res-catalog. i get an unknow host error on my-bucket.my_endpoint i tried gravitino.iceberg-rest.s3-path-style-access = true with no luck till now the others s3 values are like gravitino.iceberg-rest.s3-endpoint = http://my_endpoint:9020 gravitino.iceberg-rest.s3-access-key-id = my-id any tips would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you do some debug to check whether the properties are setting successfully?
I could set it successfully by |
Beta Was this translation helpful? Give feedback.
Could you do some debug to check whether the properties are setting successfully?
S3FileIOProperties
I could set it successfully by
gravitino.iceberg-rest.s3.path-style-access = true