You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/06/15 02:15:56 UTC

[GitHub] [iceberg] jshmchenxi commented on a change in pull request #2648: Docs: Add cache-enabled to catalog property list

jshmchenxi commented on a change in pull request #2648:
URL: https://github.com/apache/iceberg/pull/2648#discussion_r651398171



##########
File path: site/docs/spark-configuration.md
##########
@@ -59,6 +59,7 @@ Both catalogs are configured using properties nested under the catalog name. Com
 | spark.sql.catalog._catalog-name_.default-namespace | default                       | The default current namespace for the catalog |
 | spark.sql.catalog._catalog-name_.uri               | thrift://host:port            | Metastore connect URI; default from `hive-site.xml` |
 | spark.sql.catalog._catalog-name_.warehouse         | hdfs://nn:8020/warehouse/path | Base path for the warehouse directory |
+| spark.sql.catalog._catalog-name_.warehouse.cache-enabled | `true` or `false`             | Whether to enable catalog cache, default value is `true`     |

Review comment:
       Yes, that was a mistake.




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

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