Re: Submitting a Flink Job via the Flink Dash Board

2019-03-13 Thread Durga Durga
e "com.foo.bar.MyFlinkApplication". > > Are you setting the class manually during the job-submission or is it > written into the jar manifest? > > On 13.03.2019 03:21, Durga Durga wrote: > > Hi Folks, > > > > We developed a Flink Application Data

Submitting a Flink Job via the Flink Dash Board

2019-03-12 Thread Durga Durga
Hi Folks, We developed a Flink Application DataStreamSource reading from a Kafka Topic. Now we need to deploy this via the Flink Dash Board. This program runs perfectly fine via the command line bin/flink run But with the Dash Board it doesn't work. Should there be any changes done -

Spring boot and Apache flink

2018-11-21 Thread Durga Durga
Folks, We've been having a tough time building a spring boot app (Jar) to get our Flink jobs running in our Flink Cluster. The Spring Application Context is always getting set to null - while the flink job is running - did anyone had luck with this ?. Any help would be appreciated. Thanks