Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Retypeset the Flink document #7099

Merged
merged 8 commits into from
Mar 23, 2023
Merged

Doc: Retypeset the Flink document #7099

merged 8 commits into from
Mar 23, 2023

Conversation

hililiwei
Copy link
Contributor

@hililiwei hililiwei commented Mar 14, 2023

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

image

@hililiwei hililiwei changed the title Doc: Typeset Flink Doc Doc: Retypeset the Flink document Mar 14, 2023
@github-actions github-actions bot added the docs label Mar 14, 2023
Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

docs/flink-actions.md Outdated Show resolved Hide resolved
docs/flink-ddl.md Show resolved Hide resolved
docs/flink-actions.md Outdated Show resolved Hide resolved

### `Create Catalog`

#### Catalog Configuration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added configuration page.
image

docs/flink-queries.md Outdated Show resolved Hide resolved
docs/flink-writes.md Outdated Show resolved Hide resolved
docs/flink-writes.md Outdated Show resolved Hide resolved
docs/flink-writes.md Outdated Show resolved Hide resolved
hililiwei and others added 7 commits March 15, 2023 10:08
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 Fokko requested a review from stevenzwu March 22, 2023 19:16
@Fokko
Copy link
Contributor

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.

@Fokko Fokko merged commit e394d86 into apache:master Mar 23, 2023
@@ -219,103 +221,9 @@ The following properties can be set if using the Hive catalog:
* `clients`: The Hive metastore client pool size, default value is 2. (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 `<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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the hive catalog section not completely removed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 hililiwei deleted the typeset branch March 31, 2023 03:31
@hililiwei
Copy link
Contributor Author

thank you guys, @Fokko @stevenzwu .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants