1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
Hi Armen,
The error "Cannot find catalog plugin class for catalog 'spark_catalog': org.apache.spark.sql.delta.catalog.DeltaCatalog" means that Delta Lake is not installed on your EMR cluster.
Delta Lake is not automatically installed with EMR 7.7.0 when you only select Hadoop, Hive, JupyterEnterpriseGateway, Livey, and Spark. You must explicitly select Delta Lake during cluster creation as an application to install.
To fix the error you are getting, create a new EMR cluster with Delta Lake selected as an application.
"Cannot find catalog plugin class for catalog 'spark_catalog': org.apache.spark.sql.delta.catalog.DeltaCatalog"
References:
関連するコンテンツ
- 質問済み 5ヶ月前
