danny0405 commented on issue #6297: URL: https://github.com/apache/hudi/issues/6297#issuecomment-1825392220
I try to reproduce it in my local env, it works from my side, here is how i package the hudi flink bundle jar: 1. cd into `$HUDI_HOME`, execute `mvn clean install -DskipTests`; 2. cd into `$HUDI_HOME/hudi-client/hudi-flink-client`, execute ` mvn clean install -DskipTests -Pflink1.17`; 3. cd into `$HUDI_HOME/hudi-flink-datasource`, execute ` mvn clean install -DskipTests -Pflink1.17`; 4. cd into `$HUDI_HOME/packaging/hudi-flink-bundle`, execute ` mvn clean install -DskipTests -Pflink1.17` Then copy the jar `hudi-flink1.17-bundle-xxx.jar` into `$FLINK_HOME/lib`. And the COW table can work perfectly:   -- 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]
