[HUDI-6456] [DOC] Add parquet blooms documentation#9056
Open
parisni wants to merge 6 commits into
Open
Conversation
Contributor
|
@parisni I think you need to add it to "current" docs version as well, if you want to have it copied over to 0.14 docs |
Contributor
Author
|
thanks @kazdy , moved into docs folder. No mention of sidebar there, I assume it is done manually during the release. |
Contributor
|
I think somewhere in the configuration page, we need to mention about this function: https://hudi.apache.org/docs/configurations#Write-Options, or no one knows how to use it. |
2db7877 to
78e1220
Compare
Contributor
Author
|
@danny0405 added mention of parquet features hudi supports |
danny0405
reviewed
Jun 29, 2023
danny0405
reviewed
Jul 1, 2023
4 tasks
yihua
reviewed
Sep 24, 2023
|
|
||
| By default, Hudi would load the configuration file under `/etc/hudi/conf` directory. You can specify a different configuration directory location by setting the `HUDI_CONF_DIR` environment variable. | ||
| - [**Spark Datasource Configs**](#SPARK_DATASOURCE): These configs control the Hudi Spark Datasource, providing ability to define keys/partitioning, pick out the write operation, specify how to merge records or choosing query type to read. | ||
| - [**Parquet Configs**](#PARQUET_CONFIG): These configs makes it possible to bring native parquet features |
Contributor
There was a problem hiding this comment.
The configurations.md is automatically generated by https://github.com/apache/hudi/tree/asf-site/hudi-utils so let's avoid changing this page directly.
| @@ -0,0 +1,74 @@ | |||
| --- | |||
| title: Parquet Bloom Filters | |||
Contributor
There was a problem hiding this comment.
Does this new page show up in the sidebar?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Logs
This adds doc for the parquet bloom feature. I added it in 0.13.1, but this likely should be moved to 0.14
Impact
Describe any public API or user-facing feature change or any performance impact.
Risk level (write none, low medium or high below)
If medium or high, explain what verification was done to mitigate the risks.
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist