Hi!
Given a Flink cluster, you would only call `flink run ...` to submit a
job once; for simplicity i would submit it on the node where you started
the cluster. Flink will automatically distribute job across the cluster,
in smaller independent parts known as Tasks.
Regards,
Chesnay
On 28.09.2017 08:31, r. r. wrote:
Hello
I successfully ran a job with 'flink run -c', but this is for the local
setup.
How should i proceed with a cluster? Will flink automagically instantiate
the job on all servers - i hope i don't have to start 'flink run -c' on all
machines.
New to flink and bigdata, so sorry for the probably silly question
Thanks!
Rob