nastra commented on issue #12235:
URL: https://github.com/apache/iceberg/issues/12235#issuecomment-2653606715

   @AwasthiSomesh https://iceberg.apache.org/docs/nightly/spark-configuration/ 
contains documentation on how to configure different catalogs within Spark. 
`spark.sql.defaultCatalog` should do the right thing. In the linked 
documentation one example configures a catalog named `rest_prod` as following
   ```
   spark.sql.catalog.rest_prod = org.apache.iceberg.spark.SparkCatalog
   spark.sql.catalog.rest_prod.type = rest
   spark.sql.catalog.rest_prod.uri = http://localhost:8080
   ...
   ```
   
   For `spark.sql.defaultCatalog` you would then pass `rest_prod`.


-- 
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

Reply via email to