nastra commented on issue #10078:
URL: https://github.com/apache/iceberg/issues/10078#issuecomment-2036175205

   I see you have 
   ```
   
.config("spark.sql.catalog.AwsDataCatalog","org.apache.iceberg.spark.SparkSessionCatalog")
   .config("spark.sql.catalog.AwsDataCatalog", 
"org.apache.iceberg.spark.SparkCatalog")
   ```
   What you want is probably to only have 
`.config("spark.sql.catalog.AwsDataCatalog", 
"org.apache.iceberg.spark.SparkCatalog")`.
   
   Having `iceberg-spark-runtime-3.5_2.12-1.5.0`  + `iceberg-aws-bundle-1.5.0` 
should be enough in terms of dependencies.
   
   You might want to go through 
https://iceberg.apache.org/docs/nightly/aws/#glue-catalog to double-check what 
else you need for Glue.
   


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to