You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Venkatesh (Jira)" <ji...@apache.org> on 2020/01/16 20:41:00 UTC

[jira] [Created] (HUDI-540) Incorrect archive directory path in show archived commits cli

Venkatesh created HUDI-540:
------------------------------

             Summary: 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


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)