remeajayi2022 commented on issue #10519: URL: https://github.com/apache/hudi/issues/10519#issuecomment-1898622584
Hi @ad1happy2go Thanks for your response. I removed that configuration and ran the job a few times. It still failed with this ` java.io.FileNotFoundException: No such file or directory: s3a://` Here are some results, I got with the runs after removing that configuration. ``` | Run | Duration. | Error | | 1 | 18 minutes | java.io.FileNotFoundException: No such file or directory: s3a://<path>.parquet | | 2 | 10 minutes | org.apache.hudi.exception.HoodieIOException: Could not read commit details from s3a://<path>.commit | | 3 | 32 minutes. | java.io.FileNotFoundException: No such file or directory: s3a://<path>.parquet | ``` -- 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]
