RussellSpitzer commented on code in PR #6886: URL: https://github.com/apache/iceberg/pull/6886#discussion_r1142304868
########## docs/spark-configuration.md: ########## @@ -37,6 +37,7 @@ This creates an Iceberg catalog named `hive_prod` that loads tables from a Hive spark.sql.catalog.hive_prod = org.apache.iceberg.spark.SparkCatalog spark.sql.catalog.hive_prod.type = hive spark.sql.catalog.hive_prod.uri = thrift://metastore-host:port +spark.sql.catalog.hive_prod.warehouse = hdfs://nn:8020/warehouse/path Review Comment: Not sure we should add this here as it's not required. I think it's probably best to stick to the basics here and document the new capability in Catalog options -- 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]
