Re: flink1.10.0 set execution.attached

2020-08-16 Thread 魏烽
Thank you 原始邮件 发件人: Yang Wang 收件人: dev 抄送: user 发送时间: 2020年8月17日(周一) 12:52 主题: Re: flink1.10.0 set execution.attached Hi weifeng, The reason why your settings in flink-conf.yaml do not take effect is that we override the "execution.attached" in "Flin

Re: flink1.10.0 set execution.attached

2020-08-16 Thread Yang Wang
Hi weifeng, The reason why your settings in flink-conf.yaml do not take effect is that we override the "execution.attached" in "FlinkYarnSessionCli#applyDescriptorOptionToConfig" based on the cli option. If the "-d" is specified, "execution.attached" will be set to false. Otherwise, it is true.

flink1.10.0 set execution.attached

2020-08-15 Thread 魏烽
Hi I try to set execution.attached: false in flink-conf.yaml,but yarn logs is true like this "2020-08-15 09:40:13,489 INFO org.apache.flink.configuration.GlobalConfiguration - Loading configuration property: execution.attached, true".Can you tell me why,I see the code the default value is fals