is there a way to specify a Glue catalogId explicitly in EMR configuration?
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hive-metastore-glue.html
This shows how to specify to use Glue in EMR for Hive metastore, but does not document any parameter to specify the catalogId that would be passed to Glue API calls (presumably, defaults to the account ID).
Later on the doc does mention "... if the cluster is in a different AWS account" which seems to imply there is a way to point the EMR cluster at a Glue catalog in a different account.