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 2020/10/20 20:34:05 UTC

[GitHub] [iceberg] massdosage commented on a change in pull request #1586: Flink: support specifying user-provided hive-site.xml for hive catalog.

massdosage commented on a change in pull request #1586:
URL: https://github.com/apache/iceberg/pull/1586#discussion_r508821242



##########
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`).

Review comment:
       ```suggestion
   * `warehouse`: The Hive warehouse location, users shouldy specify this path if they don't set the `hive-conf-dir` to a location containing a `hive-site.xml` configuration file.
   ```




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