JingsongLi commented on a change in pull request #1586:
URL: https://github.com/apache/iceberg/pull/1586#discussion_r509852820
##########
File path: site/docs/flink.md
##########
@@ -97,15 +97,20 @@ CREATE CATALOG hive_catalog WITH (
'catalog-type'='hive',
'uri'='thrift://localhost:9083',
'clients'='5',
- 'property-version'='1'
+ 'property-version'='1',
+ 'warehouse'='hdfs://nn:8020/warehouse/path'
);
```
+We must set `hive-conf-dir` property to get the custom warehouse location by
specifying the hive configuration directory where to load the `hive-site.xml`,
if we don't provide the `warehouse` property explicitly.
Review comment:
The document doesn't look clear enough. Actually, there are three
options:
-Configure URI and warehouse
-Configure hive-conf-dir
-The resource of class path contains hive conf
Users can choose one of them
----------------------------------------------------------------
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]