hanrongMan commented on issue #9827:
URL: https://github.com/apache/hudi/issues/9827#issuecomment-1757864136

   I analyzed the reason for this issue based on the source code,sharing here 
hopes to be helpful to others .
   
   In master branch,when you create docker contain.It  copy docker/demo and 
docker/hoodie/hadoop/hive_base/target/hoodie-utilities.jar into  directory  
/var/hoodie/ws/docker/..  in adhoc-2 contain.So execute spark-submit, it use 
/var/hoodie/ws/docker/hoodie/hadoop/hive_base/target/hoodie-utilities.jar.  But 
the jar may compiled by me in branch 13.0 code.So it should be caused by a 
version mismatch, because I did not compile the master branch code locally 
successfully, and my local hoodie-utilities.jar was previously compiled using 
branch 13.0.
   <img width="1258" alt="image" 
src="https://github.com/apache/hudi/assets/19281198/12a3e983-344d-44bb-967e-18b1d270660c";>
   
   
   


-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to