Uh oh!
There was an error while loading. Please reload this page.
Doc: Retypeset the Flink document - #7099
Conversation
Fokko
left a comment
There was a problem hiding this comment.
Thanks @hililiwei for picking this up! This was long overdue and looks much nicer. I think most of it is good to go since it is mostly moving content. But I think we have to fix the indentation. Also suggested some other small nits.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ### `Create Catalog` | ||
| #### Catalog Configuration |
There was a problem hiding this comment.
Should we split this one out into flink-configuration.md? If you're looking for DDL, you'll first encounter a long list of catalog configuration options.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
Fokko
commented
Mar 23, 2023
Merging this since there are other PRs affecting the Flink docs as well 👍🏻 Thanks @hililiwei for picking this up, this is a major improvement. |
| * `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 `<hive-conf-dir>/hive-site.xml` (or hive configure file from classpath) will be overwritten with the `warehouse` value if setting both `hive-conf-dir` and `warehouse` when creating iceberg catalog. | ||
| * `hadoop-conf-dir`: Path to a directory containing `core-site.xml` and `hdfs-site.xml` configuration files which will be used to provide custom Hadoop configuration values. | ||
| * `hadoop-conf-dir`: Path to a directory containing `core-site.xml` and `hdfs-site.xml` configuration files which will be used to provide custom Hadoop configuration values. |
There was a problem hiding this comment.
why is the hive catalog section not completely removed here?
There was a problem hiding this comment.
My intention was to keep a sample catalog so that readers could quickly use it to create tables. If hive-catalog is removed, readers may be confused about how to create a working catalog.
hililiwei
commented
Mar 31, 2023
thank you guys, @Fokko@stevenzwu . |

Retypeset the Flink document,.
#7099
apache/iceberg-docs#207