[
https://issues.apache.org/jira/browse/HUDI-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
hong dongdong reassigned HUDI-540:
----------------------------------
Assignee: hong dongdong
> Incorrect archive directory path in show archived commits cli
> -------------------------------------------------------------
>
> Key: HUDI-540
> URL: https://issues.apache.org/jira/browse/HUDI-540
> Project: Apache Hudi (incubating)
> Issue Type: Bug
> Components: CLI
> Environment: EMR, S3
> Reporter: Venkatesh
> Assignee: hong dongdong
> Priority: Major
>
> Archive path is specified as - new Path(basePath +
> "/.hoodie/.commits_.archive*"); , but should be -new Path(basePath +
> "/.hoodie/archived/.commits_.archive*");
> We are using S3 to store hudi dataset if that matters.
>
> [https://github.com/apache/incubator-hudi/blob/a733f4ef723865738d8541282c0c7234d64668db/hudi-cli/src/main/java/org/apache/hudi/cli/commands/ArchivedCommitsCommand.java#L143]
>
> [https://github.com/apache/incubator-hudi/blob/a733f4ef723865738d8541282c0c7234d64668db/hudi-cli/src/main/java/org/apache/hudi/cli/commands/ArchivedCommitsCommand.java#L66]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)