Flink config as an argument (akka.client.timeout)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink config as an argument (akka.client.timeout)

Juho Autio
Is there any way to set akka.client.timeout (or other flink config) when calling bin/flink run instead of editing flink-conf.yaml? I tried to add it as a -yD flag but couldn't get it working.


Reply | Threaded
Open this post in threaded view
|

Re: Flink config as an argument (akka.client.timeout)

Ufuk Celebi
On Wed, May 25, 2016 at 8:49 AM, Juho Autio <[hidden email]> wrote:
> Is there any way to set akka.client.timeout (or other flink config) when
> calling bin/flink run instead of editing flink-conf.yaml? I tried to add it
> as a -yD flag but couldn't get it working.

I think this currently only works for YARN with -Yd paramter you
mention in the issue.