1
votes

To query a Glue Catalog from PySpark on EMR, I set the parameter hive.metastore.glue.catalogid in my cluster configuration.

Is it possible to join tables from different Glue catalogs (on different AWS accounts) ?

I tried to create a view with Athena from one AWS tenant to the other, but apparently PySpark is not able to query SQL views.