diff --git a/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java b/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java index 406c9793021b..e95e2580361d 100644 --- a/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java +++ b/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java @@ -51,6 +51,7 @@ *
warehouse - the warehouse path (Hadoop catalog only)default-database - a database name to use as the defaultbase-namespace - a base namespace as the prefix for all databases (Hadoop catalog only)cache-enabled - whether to enable catalog cache
* To use a custom catalog that is not a Hive or Hadoop catalog, extend this class and override
diff --git a/site/docs/flink.md b/site/docs/flink.md
index 8836154696f6..34ee50255043 100644
--- a/site/docs/flink.md
+++ b/site/docs/flink.md
@@ -196,6 +196,7 @@ CREATE CATALOG hive_catalog WITH (
* `property-version`: Version number to describe the property version. This property can be used for backwards compatibility in case the property format changes. The current property version is `1`. (Optional)
* `warehouse`: The Hive warehouse location, users should specify this path if neither set the `hive-conf-dir` to specify a location containing a `hive-site.xml` configuration file nor add a correct `hive-site.xml` to classpath.
* `hive-conf-dir`: Path to a directory containing a `hive-site.xml` configuration file which will be used to provide custom Hive configuration values. The value of `hive.metastore.warehouse.dir` from `
* To use a custom catalog that is not a Hive or Hadoop catalog, extend this class and override
uri - the Hive Metastore URI (Hive catalog only)warehouse - the warehouse path (Hadoop catalog only)default-namespace - a namespace to use as the defaultcache-enabled - whether to enable catalog cache