yekebit commented on issue #10691: URL: https://github.com/apache/hudi/issues/10691#issuecomment-1951807407
I attempted to solve the problem according to the solution provided by GPT-4. Currently, compiling Hudi-1.0.0_beta1 no longer produces errors, and there are no errors when writing to Hudi using Spark (although there may be warnings, as shown in the first image below, unsure if it will affect the related functionality of Hudi). So, it should be considered as having resolved the issue. The method to fix the bug involves modifying /hudi-1.0.0/hudi-client/hudi-client-common/pom.xml and adding the following content inside it ( you can see in the second picture).   For a beginner like me, I think compiling and using Hudi is difficult and there are barriers. I don’t know if modifying the pom.xml file caused the error to disappear. Fortunately, the error no longer appears. -- 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]
