brightwon created HUDI-4433:
-------------------------------
Summary: Hudi-CLI repair deduplicate not working with
non-partitioned dataset
Key: HUDI-4433
URL: https://issues.apache.org/jira/browse/HUDI-4433
Project: Apache Hudi
Issue Type: Improvement
Components: cli
Reporter: brightwon
Fix For: 0.12.0
hudi-cli's *repair deduplicate* command is not working with non-partitioned
dataset.
because can't pass *empty value* for *--duplicatedPartitionPath* parameter.
for example, this command
repair deduplicate --duplicatedPartitionPath "" --repairedOutputPath
"s3://myBucket/table/" --sparkMaster yarn --sparkMemory 4G --dryrun true
--dedupeType "upsert_type"
result is, +_You should specify value for option 'duplicatedPartitionPath' for
this command_+
--
This message was sent by Atlassian Jira
(v8.20.10#820010)