You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2020/01/09 12:28:01 UTC

[jira] [Closed] (FLINK-15457) Remove the finished TODO in the YarnEntrypointUtils

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

Chesnay Schepler closed FLINK-15457.
------------------------------------
    Resolution: Fixed

master: 3872c0dcf0e3de99f5ce8bf879836068006c5121

> Remove the finished TODO in the YarnEntrypointUtils
> ---------------------------------------------------
>
>                 Key: FLINK-15457
>                 URL: https://issues.apache.org/jira/browse/FLINK-15457
>             Project: Flink
>          Issue Type: Improvement
>          Components: Deployment / YARN
>            Reporter: Yang Wang
>            Assignee: Yang Wang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have the following todo in the {{YarnEntrypointUtils#loadConfiguration}}. 
> Rest port(rest.bind-port), blob port(blob.server.port) and rpc port(yarn.application-master.port) could both support a list of ports (“50100,50101”), ranges" + " (“50100-50200”) or a combination of both.
> {code:java}
>    // TODO: Support port ranges for the AM
> //  final String portRange = configuration.getString(
> //   ConfigConstants.YARN_APPLICATION_MASTER_PORT,
> //   ConfigConstants.DEFAULT_YARN_JOB_MANAGER_PORT);
> {code}



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