You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2020/07/22 14:10:00 UTC

[jira] [Updated] (FLINK-18551) Don't need to download flink-conf.yaml when launching taskmanager on Yarn mode

     [ https://issues.apache.org/jira/browse/FLINK-18551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger updated FLINK-18551:
-----------------------------------
    Component/s: Deployment / YARN

> Don't need to download flink-conf.yaml when launching taskmanager on Yarn mode
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-18551
>                 URL: https://issues.apache.org/jira/browse/FLINK-18551
>             Project: Flink
>          Issue Type: Improvement
>          Components: Deployment / YARN
>    Affects Versions: 1.10.1, 1.11.0
>            Reporter: Yumeng Zhang
>            Priority: Minor
>
> In current flink version, launching a taskmanager on Yarn will follow these steps:
> 1. download flink-conf.yaml file to the local working directory
> 2. get Configuration object by reading local flink-conf.yaml file
> We could reduce the IO operation by setting flinkConfig to container env when createTaskExecutorContext in jobmanager side and getting Configuration object by system env in taskmanager side. This way we don't need to download flink-conf.yaml when launching taskmanager on Yarn and could accelerate the start process a little bit.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)