vickithedeveloper opened a new issue, #8366:
URL: https://github.com/apache/hudi/issues/8366

   I have a simple FLINK streaming code that reads the data from Kafka and 
write it into a Hudi table. I have followed the exact same code shown in this 
link - https://hudi.apache.org/docs/flink-quick-start-guide/#quick-start.
   
   It is running fine in my local machine but not running within cluster where 
there are 2 task managers and 1 job manager.
   
   When submitting the jar File I am getting the following error 
   `
   org.apache.flink.runtime.rest.handler.RestHandlerException: Could not 
execute application. at 
org.apache.flink.runtime.webmonitor.handlers.JarRunHandler.lambda$handleRequest$1(JarRunHandler.java:113)
 at java.base/java.util.concurrent.CompletableFuture.uniHandle(Unknown Source) 
at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(Unknown 
Source) at 
java.base/java.util.concurrent.CompletableFuture.postComplete(Unknown Source) 
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown 
Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: 
java.util.concurrent.CompletionException: java.lang.NoClassDefFoundError: Could 
not initialize class org.apache.hudi.configuration.FlinkOptions at 
java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown 
Source) at 
java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown 
Source) ... 2 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to