You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "akshayakp97 (via GitHub)" <gi...@apache.org> on 2023/05/25 22:35:47 UTC

[GitHub] [iceberg] akshayakp97 commented on issue #7512: How can I use Glue catalog in EMR 6.10.0 without catalog name

akshayakp97 commented on issue #7512:
URL: https://github.com/apache/iceberg/issues/7512#issuecomment-1563593060

   Hi! 
   
   I use the Spark's built-in catalog - 
   
   ```
   "spark.sql.extensions":"org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions",
   "spark.sql.catalog.spark_catalog":"org.apache.iceberg.spark.SparkSessionCatalog",
   "spark.sql.catalog.spark_catalog.io-impl":"org.apache.iceberg.aws.s3.S3FileIO",
   "spark.sql.catalog.spark_catalog.catalog-impl":"org.apache.iceberg.aws.glue.GlueCatalog",
   ```
   
   And, then I can do ``select * from db.tbl1``


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

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


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