zhoujinsong commented on issue #3351: URL: https://github.com/apache/amoro/issues/3351#issuecomment-2716874628
> Now the next step is connecting it with Glue catalog, can also point me to what properties would be required for it ? > also is it possible to use s3 storage when using hive metastore ? 1. Amoro package provided the iceberg-aws dependency by default, so you can connect the GlueCatalog by set the `catalog-impl` property to `org.apache.iceberg.aws.glue.GlueCatalog`. 2. Yes, you can use s3 storage with hive metastore, but you may need to choose Hadoop storage in Amoro and put the s3 information in hdfs-site.xml, you can find more information here:https://hadoop.apache.org/docs/r3.4.1/hadoop-aws/tools/hadoop-aws/index.html -- 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]
