[
https://issues.apache.org/jira/browse/HUDI-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17715937#comment-17715937
]
Jonathan Vexler commented on HUDI-5761:
---------------------------------------
Additional classes to look at:
h3. hoodie.datasource.hive_sync.partition_extractor_class
h3. hoodie.meta.sync.client.tool.class
h3. hoodie.precommit.validators
h3. hoodie.filesystem.operation.retry.exceptions
h3. hoodie.bulkinsert.user.defined.partitioner.class
h3. hoodie.write.concurrency.early.conflict.detection.strategy
h3. hoodie.compaction.strategy
h3. hoodie.clustering.execution.strategy.class
h3. hoodie.clustering.plan.strategy.class
h3. hoodie.clustering.updates.strategy
h3. hoodie.bootstrap.full.input.provider
h3. hoodie.bootstrap.index.class
h3. hoodie.bootstrap.partitionpath.translator.class
h4. hoodie.write.commit.callback.class
h4. hoodie.write.lock.conflict.resolution.strategy
h4. hoodie.write.lock.provider
h4. hoodie.index.hbase.qps.allocator.class
h3. hoodie.meta.sync.datahub.dataset.identifier.class
h3. hoodie.schemaprovider.class
h3.
hoodie.filesystem.view.remote.retry.exceptions[|https://hudi.apache.org/docs/configurations#hoodiefilesystemviewremoteretryexceptions]
> Create "Type" configs for current configs that take in classes
> --------------------------------------------------------------
>
> Key: HUDI-5761
> URL: https://issues.apache.org/jira/browse/HUDI-5761
> Project: Apache Hudi
> Issue Type: Improvement
> Components: configs
> Reporter: Jonathan Vexler
> Assignee: Jonathan Vexler
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
>
> Take for example `hoodie.datasource.write.keygenerator.type` and its
> counterpart `hoodie.datasource.write.keygenerator.class`. We should make
> configs like keygenerator.type for configs currently like keygenerator.class.
> Take for example `hoodie.datasource.write.record.merger.impls`. If you want
> HoodieAvroRecordMerger you need to set the value to
> org.apache.hudi.common.model.HoodieAvroRecordMerger. However, if you want
> HoodieSparkRecordMerger, the full class path is
> org.apache.hudi.HoodieSparkRecordMerger. Differences like this are an easy
> cause for mistakes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)