hudi
hudi copied to clipboard
Upserts, Deletes And Incremental Processing on Big Data.
**Environment:** AWS EMR Cluster: 'emr-6.7.0' version Hudi - 0.11.0 Hive - 3.1.3 Hadoop: 3.2.1 Spark: 3.2.1 **Steps to reproduce the behavior:** I am running Multi table streamer and as of...
### Change Logs https://github.com/apache/hudi/issues/6354 _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance...
### Change Logs Adds list of monitoring metrics configured in Hudi. ### Impact No impact on code **Risk level: none** ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) -...
[dremio.com/subsurface/write-audit-publish-pattern-via-apache-iceberg/](https://www.dremio.com/subsurface/write-audit-publish-pattern-via-apache-iceberg/) 
## What is the purpose of the pull request The existing KeyRangeLookupTree implementation is Binary Sorting Tree. Although it is shuffled before insertion, it may still cause uneven distribution. This...
**Describe the problem you faced** A clear and concise description of the problem. **To Reproduce** Steps to reproduce the behavior: 1. DELETE_PARTITION for non-existing partition ( e.g. org_id=55555 ) *...
## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the purpose of the pull request...
We observed that creating Configuration copies is consuming a lot of CPU. We made changes in Presto to use a wrapper instead of creating configuration copies. But we were told...
**Describe the problem you faced** i create a cow non-partition table , setting the tblproperties params with "hoodie.datasource.write.payload.class = 'org.apache.hudi.common.model.DefaultHoodieRecordPayload' and 'hoodie.datasource.write.hive_style_partitioning = false', after execute the "**insert**" and "**update...
## What is the purpose of the pull request A new rfc for hudi metastore server ## Committer checklist - [ ] Has a corresponding JIRA in PR title &...