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/07/18 07:50:15 UTC

[GitHub] [hudi] codope commented on pull request #6079: [HUDI-3287] Remove hudi-spark dependencies from hudi-kafka-connect-bundle

codope commented on PR #6079:
URL: https://github.com/apache/hudi/pull/6079#issuecomment-1186878937

   I tested this patch. But, it gives the below error in [step 6 of the setup](https://github.com/apache/hudi/tree/master/hudi-kafka-connect#6---to-add-the-hudi-sink-to-the-connector-delete-it-if-you-want-to-re-configure). It happens even with latest master 
   cc @yihua @rmahindra123 
   ```
   ERROR WorkerSinkTask{id=hudi-sink-3} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted (org.apache.kafka.connect.runtime.WorkerTask:184)
   java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStream
   	at org.apache.hudi.connect.HoodieSinkTask.start(HoodieSinkTask.java:80)
   	at org.apache.kafka.connect.runtime.WorkerSinkTask.initializeAndStart(WorkerSinkTask.java:308)
   	at org.apache.kafka.connect.runtime.WorkerSinkTask.execute(WorkerSinkTask.java:196)
   	at org.apache.kafka.connect.runtime.WorkerTask.doRun(WorkerTask.java:182)
   	at org.apache.kafka.connect.runtime.WorkerTask.run(WorkerTask.java:231)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.FSDataInputStream
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
   	at org.apache.kafka.connect.runtime.isolation.PluginClassLoader.loadClass(PluginClassLoader.java:104)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   	... 10 more
   ```
   


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