Hello, I am using Flink version 1.4.2. When I try to run my application on a Yarn cluster, I get this error: 2018-04-23 14:08:13,346 ERROR akka.remote.EndpointWriter - Transient association error (association remains live) I am trying to override the default limit in my flink-conf.yaml file:
I can verify this setting shows up in the Job Manager Web UI:
I am submitting the Job with the command line client: flink run -m … No matter what I do, I always get the same error message with the same default limit. Please help, I am not finding any information on how to override the default limit. Best regards,
Alex soto |
I noticed trailing 'b' in your setting. Have you tried without the trailing 'b' ? Cheers On Mon, Apr 23, 2018 at 11:48 AM, Alex Soto <[hidden email]> wrote:
|
In reply to this post by Alex Soto
Hi Alex, Can you try add the following two lines to your flink-conf.yaml? akka.framesize: 314572800b akka.client.timeout: 10min AFAIK it is not needed to use Java system properties here. Best, Gary On Mon, Apr 23, 2018 at 8:48 PM, Alex Soto <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |