Skip to content

Conversation

@parisni
Copy link
Contributor

@parisni parisni commented Jun 26, 2023

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

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@kazdy
Copy link
Contributor

kazdy commented Jun 26, 2023

@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

@parisni
Copy link
Contributor Author

parisni commented Jun 27, 2023

thanks @kazdy , moved into docs folder. No mention of sidebar there, I assume it is done manually during the release.

@danny0405
Copy link
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.

@parisni parisni force-pushed the add-doc-parquet-bloom branch from 2db7877 to 78e1220 Compare June 28, 2023 20:21
@parisni
Copy link
Contributor Author

parisni commented Jun 28, 2023

@danny0405 added mention of parquet features hudi supports

@danny0405 danny0405 changed the title [DOC] Add parquet blooms documentation [HUDI-6456] [DOC] Add parquet blooms documentation Jun 29, 2023
@parisni parisni requested a review from danny0405 June 30, 2023 11:50

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
Copy link
Contributor

Choose a reason for hiding this comment

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

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
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this new page show up in the sidebar?

@github-actions github-actions bot added docs size:S PR with lines of changes in (10, 100] labels Feb 26, 2024
@xushiyan xushiyan removed the docs label Dec 2, 2025
@github-actions github-actions bot added the docs label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs size:S PR with lines of changes in (10, 100]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants