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
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.