massdosage commented on a change in pull request #1586:
URL: https://github.com/apache/iceberg/pull/1586#discussion_r508822234
##########
File path: site/docs/flink.md
##########
@@ -106,6 +120,8 @@ CREATE CATALOG hive_catalog WITH (
* `uri`: The Hive metastore's thrift URI. (Required)
* `clients`: The Hive metastore client pool size, default value is 2.
(Optional)
* `property-version`: Version number to describe the property version. This
property can be used for backwards compatibility in case the property format
changes. The currently property version is `1`. (Optional)
+* `warehouse`: The hive warehouse location, users would need to specify this
path if them don't set the `hive-conf-dir` (The path where we load
`hive-site.xml`).
+* `hive-conf-dir`: Directory path to load the `hive-site.xml`.
Review comment:
```suggestion
* `hive-conf-dir`: Path to a directory containing a`hive-site.xml`
configuration file which will be used to provide custom Hive configuration
values.
```
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]