ezdine commented on issue #7847: URL: https://github.com/apache/iceberg/issues/7847#issuecomment-2166509977
I am trying to do something similar where the catalog is a remote rest catalog. But getting the same error. Any help would be appreciated. ``` spark-sql --packages org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.5.2\ --conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions \ --conf spark.sql.catalog.spark_catalog=org.apache.iceberg.spark.SparkSessionCatalog \ --conf spark.sql.catalog.local=org.apache.iceberg.spark.SparkCatalog \ --conf spark.sql.catalog.local.io-impl=org.apache.iceberg.rest.RESTCatalog \ --conf spark.sql.catalog.local.warehouse=$PWD/warehouse \ --conf spark.sql.catalog.local.uri=https://SERVER \ --conf spark.sql.catalog.local.catalog-impl=org.apache.iceberg.rest.RESTCatalog \ --conf spark.sql.catalog.type=hadoop \ --conf spark.sql.catalog.local.cache-enabled=false ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org