hudi-bot opened a new issue, #14527: URL: https://github.com/apache/hudi/issues/14527
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] ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-540 - Type: Bug --- ## Comments 17/Jan/20 01:42;hongdongdong;[~venkee14] It‘s need {code:java} @CliOption(key = {"archiveFolderPattern"}, help = "Archive Folder", unspecifiedDefaultValue = "") String folder {code} Command 'show archived commit stats' always work correctly with this cliOption. HoodieSparkSqlWriter.scala set archiveLogfolder as 'archived' when create a new table, otherwise the default is "". I will try to address this later.;;; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
