rangareddy commented on issue #8923: URL: https://github.com/apache/hudi/issues/8923#issuecomment-5102985643
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: There is no error information on this issue to work from -- the report gives the three CLI commands and states that compaction failed, but no stack trace, no CLI output and no log, so there is nothing to diagnose. The most likely cause was identified on 2023-06-13 and never confirmed: the Hudi CLI needs the S3A client jars on its classpath to reach an `s3a://` path -- `hadoop-aws` and a matching `aws-java-sdk-bundle` -- and a missing or version-mismatched pair typically surfaces as compaction failing immediately even though the compaction and clean instants are visible on the timeline. The follow-up asking whether re-running with those jars worked went unanswered. Closing as stale. If you still cannot run compaction from the CLI on a recent version, please open a fresh issue including the actual error output from the CLI session and the jars on the classpath. Note also that scheduling and running compaction through Spark (the `HoodieCompactor` utility, or `run compaction on <table>` in Spark SQL) is generally better supported than the CLI path for object-store tables. -- 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]
