You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/14 07:09:07 UTC

[GitHub] [hudi] punish-yh commented on issue #5547: [SUPPORT] Read Hudi data with flink-1.13.6 and report java.lang.NoSuchMethodError

punish-yh commented on issue #5547:
URL: https://github.com/apache/hudi/issues/5547#issuecomment-1278579934

   i got same situation, there is my config:
   Hudi version : 0.11.0
   
   Flink version : 1.13.6
   
   Hive version : 2.1.1-cdh6.3.2
   
   Hadoop version : 3.0.0-cdh6.3.2
   
   Storage (HDFS/S3/GCS..) : HDFS
   
   i append flink-parquet dependency can fix it. if you could not find class conflict maybe try my wey
   
           <dependency>
               <groupId>org.apache.flink</groupId>
               <artifactId>flink-parquet_2.11</artifactId>
               <version>1.13.6</version>
           </dependency>


-- 
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