kbendick commented on a change in pull request #3787:
URL: https://github.com/apache/iceberg/pull/3787#discussion_r773501822



##########
File path: site/docs/spark-configuration.md
##########
@@ -60,6 +60,7 @@ Both catalogs are configured using properties nested under 
the catalog name. Com
 | 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_.cache-enabled     | `true` or `false`       
      | Whether to enable catalog cache, default value is `true` |
+| spark.sql.catalog._catalog-name_.cache.expiration-interval-ms | `30000` (30 
seconds)          | Controls the duration for which entries in the catalog are 
cached; positive values will enable entries to be expired from the catalog 
cache after that interval if not accessed,`-1` disables cache expiration (same 
behavior as Iceberg prior to version 0.13.0), and `0` turns off the catalog 
cache entirely. Default is `30000` (30 sec) ||                                  
                  |                               |                             
                             |

Review comment:
       Ok I've updated it to be shorter. Let me know what you think.




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

Reply via email to