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

2016-05-25 Thread Ufuk Celebi
On Wed, May 25, 2016 at 8:49 AM, Juho Autio 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

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

2016-05-24 Thread 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. Related: https://issues.apache.org/jira/browse/FLINK-3964