Hi all, I have a simple test for looking at Flink Table API and hit an exception reported as a bug. I wonder though if it is a missing something. BTW, the example is flink-examples-table-with-dependencies.jar, and the version is 1.4.2 . Thanks Mavin. |
Hi Marvin, Can you post the query (+ schema of tables) that lead to this exception? Thank you, Fabian Am Fr., 30. Nov. 2018 um 10:55 Uhr schrieb Marvin777 <[hidden email]>:
|
Hi Fabian, Fabian Hueske <[hidden email]> 于2018年11月30日周五 下午6:35写道:
|
Hi Marvin, Thanks for reporting the problem. I think this is a bug. The reason is that a system classloader has been set to compile the code while class WC is in the user code classloader. I think we should use a user classloader instead. I created a jira[1] to track the problem. As a workaround, you can put the jar into the flink lib folder. Btw, you may also have to put the flink-table.jar into lib folder, since classes in it have also been used. Best, Hequn On Fri, Nov 30, 2018 at 7:38 PM Marvin777 <[hidden email]> wrote:
|
HI,all:
I
specify the exact offsets the consumer should start from for each partition.But the
Kafka consumer connot periodically commit the offsets to Zookeeper.
I have disabled the checkpoint only if the job is stopped.This is my code:
val properties = new Properties() Can anyone explain the problem? Thanks very much!
|
In reply to this post by Hequn Cheng
Thanks, it works. Hequn Cheng <[hidden email]> 于2018年12月2日周日 下午2:36写道:
|
Free forum by Nabble | Edit this page |