Shubham-Jha-GT commented on issue #2176:
URL: https://github.com/apache/iceberg/issues/2176#issuecomment-1196913839
Updated the config to this (based on iceberg table configuration):
`spark = SparkSession.builder.config("spark.driver.memory",
"25g").config("spark.sql.catalog.spark_catalog",
"org.apache.iceberg.spark.SparkSessionCatalog").config("spark.sql.catalog.spark_catalog.type",
"hive").appName(app_name).getOrCreate()`
I'm getting this new error -
`An error occurred while calling o87.sql. Cannot find catalog plugin class
for catalog 'spark_catalog': org.apache.iceberg.spark.SparkSessionCatalog`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]