You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "brightwon (Jira)" <ji...@apache.org> on 2022/07/21 15:48:00 UTC

[jira] [Created] (HUDI-4433) Hudi-CLI repair deduplicate not working with non-partitioned dataset

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)