You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "KarlManong (via GitHub)" <gi...@apache.org> on 2023/04/28 00:55:27 UTC

[GitHub] [iceberg] KarlManong commented on pull request #6886: Spark: allows catalog.warehouse for Spark Hive Catalogs #6863

KarlManong commented on PR #6886:
URL: https://github.com/apache/iceberg/pull/6886#issuecomment-1526829330

   What will happen when using multiple catalogs with different warehouses?
   example:
   ```java
           conf.set("spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions");
           conf.set("spark.sql.catalog.first", "org.apache.iceberg.spark.SparkCatalog");
           conf.set("spark.sql.catalog.first.warehouse", "hdfs:///cluster_first/first_warehouse");
           conf.set("spark.sql.catalog.second", "org.apache.iceberg.spark.SparkCatalog");
           conf.set("spark.sql.catalog.second.warehouse", "hdfs:///cluster_second/second_warehouse");
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org