kwontaeheon opened a new issue, #6007:
URL: https://github.com/apache/paimon/issues/6007

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   paimon-flink-2.0-1.2.0
   
   ### Compute Engine
   
   flink 2.0
   
   ### Minimal reproduce step
   
   running flink 2.0 sinking to paimon using version 1.2.0 
   
   ### What doesn't meet your expectations?
   
   > when running on flink 2.0, paimon-flink error occurs below.
   
   
   > 025-07-31 23:05:08,209 INFO 
org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Writer : t_cq_log 
(1/3) (cdbdc5e1f1366ffb024d5c8f3f73c370_306d8342cb5b2ad8b53f1be57f65bee8_0_4) 
switched from INITIALIZING to FAILED on 34001c4f-7bfc-4e76-858f-fd9ff90118fd @ 
localhost (dataPort=-1).
   java.lang.NoClassDefFoundError: 
org/apache/flink/streaming/api/functions/sink/SinkFunction$Context
   at 
org.apache.paimon.flink.sink.RowDataStoreWriteOperator$Factory.createStreamOperator(RowDataStoreWriteOperator.java:271)
 ~[paimon-flink-2.0-1.2.0.jar:1.2.0]
   at 
org.apache.flink.streaming.api.operators.StreamOperatorFactoryUtil.createOperator(StreamOperatorFactoryUtil.java:82)
 ~[flink-runtime-2.0.0.jar:2.0.0]
   at 
org.apache.flink.streaming.runtime.tasks.OperatorChain.(OperatorChain.java:214) 
~[flink-runtime-2.0.0.jar:2.0.0]
   at 
org.apache.flink.streaming.runtime.tasks.RegularOperatorChain.(RegularOperatorChain.java:60)
 ~[flink-runtime-2.0.0.jar:2.0.0]
   at 
org.apache.flink.streaming.runtime.tasks.StreamTask.restoreInternal(StreamTask.java:790)
 ~[flink-runtime-2.0.0.jar:2.0.0]
   at 
org.apache.flink.streaming.runtime.tasks.StreamTask.restore(StreamTask.java:770)
 ~[flink-runtime-2.0.0.jar:2.0.0]
   at 
org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:963)
 ~[flink-runtime-2.0.0.jar:2.0.0]
   at org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:932) 
~[flink-runtime-2.0.0.jar:2.0.0]
   at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:756) 
~[flink-runtime-2.0.0.jar:2.0.0]
   at org.apache.flink.runtime.taskmanager.Task.run(Task.java:568) 
~[flink-runtime-2.0.0.jar:2.0.0]
   at java.base/java.lang.Thread.run(Thread.java:829) ~[?:?]
   Caused by: java.lang.ClassNotFoundException: 
org.apache.flink.streaming.api.functions.sink.SinkFunction$Context
   at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
 ~[?:?]
   at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
 ~[?:?]
   at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527) ~[?:?]
   ... 11 more
   
   ### Anything else?
   
   I'm using gradle to build. 
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscr...@paimon.apache.org.apache.org

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

Reply via email to