anth0ny-x commented on issue #2247:
URL: https://github.com/apache/hudi/issues/2247#issuecomment-1129565992

   Ran into the same issue, the issue is conflicting jars in the CDH spark 
stack and Hudi.
   
   Resolve it by getting spark-shell to load the Hudi jar before the CDH jars 
using  --driver-class-path
   e.g. 
   spark-shell --driver-class-path=/path/to/hudi-spark-bundle_2.11-0.5.3.jar 
--jars=/path/to/hudi-spark-bundle_2.11-0.5.3.jar
   
   
   


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