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/05/18 04:57:08 UTC

[GitHub] [hudi] anth0ny-x commented on issue #2247: [SUPPORT] org.eclipse.jetty.util.thread.ThreadPool$SizedThreadPool.getThreadPoolBudget()

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

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