根据 AWS Glue 数据目录文档https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hive-metastore-glue.html
不支持临时表。
我不清楚,或者Temporary tables
我也可以考虑Temporary views
可以通过DataFrame.createOrReplaceTempView
方法在 Apache Spark 中创建的?
所以,换句话说 - 我不能将DataFrame.createOrReplaceTempView
方法与 AWS Glue 和 AWS Glue 数据目录一起使用,对吗?我现在只能使用 AWS Glue 和 AWS Glue 数据目录对永久表/视图进行操作,并且必须使用 AWS EMR 集群来实现全功能的 Apache spark 功能?