scaladevspark commented on issue #4628:
URL: https://github.com/apache/iceberg/issues/4628#issuecomment-1108743804
could the catalog settings be an issue then? Have this currently:
"spark.sql.catalogImplementation": "hive"
"spark.sql.catalog.iceberg_catalog.type": "hive"
"spark.sql.catalog.iceberg_catalog.uri":
"thrift://hms-service.default.svc.cluster.local:9083"
"spark.sql.catalog.iceberg_catalog":
"org.apache.iceberg.spark.SparkCatalog"
"spark.sql.catalog.iceberg_catalog.warehouse": "s3a://spark/warehouse/"
"spark.sql.extensions":
"org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions"
"spark.hadoop.hive.metastore.uris":
"thrift://hms-service.default.svc.cluster.local:9083"
--
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]