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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]