massdosage commented on a change in pull request #1586:
URL: https://github.com/apache/iceberg/pull/1586#discussion_r508823744
##########
File path: site/docs/flink.md
##########
@@ -97,7 +97,21 @@ CREATE CATALOG hive_catalog WITH (
'catalog-type'='hive',
'uri'='thrift://localhost:9083',
'clients'='5',
- 'property-version'='1'
+ 'property-version'='1',
+ 'hive-conf-dir'='/opt/hive/conf'
+);
+```
+
+We could also just specify the `warehouse` property (without specifying any
hive configuration path) to initialize the hive catalog:
Review comment:
```suggestion
Alternatively one can instead set just the `warehouse` property (without
specifying a Hive configuration directory) to initialize the Hive catalog:
```
----------------------------------------------------------------
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]