You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "caokz (via GitHub)" <gi...@apache.org> on 2023/03/10 10:24:29 UTC

[GitHub] [hudi] caokz commented on issue #7047: [SUPPORT] HoodieFlinkCompactor with NoSuchMethodError: org.apache.hudi.org.apache.avro.specific.SpecificRecordBuilderBase

caokz commented on issue #7047:
URL: https://github.com/apache/hudi/issues/7047#issuecomment-1463591667

   I also encountered this problem and found that the reason is that the avro version used to package the hudi-common module and the avro version used to package the hudi-flink-bundle module are not the same, they use avro version 1.11.1 (if using spark 3.3 for packaging) and 1.10.0 respectively, only in avro version 1.11.1 There is a corresponding SpecificRecordBuilderBase constructor. This issue is still not fixed in hudi-0.13, I'm using flink 1.16 and the workaround is to change "flink.avro.version" in the root pom to 1.11.1.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org