You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/09 10:30:00 UTC

[jira] [Commented] (FLINK-8288) Register the web interface url to yarn for yarn job mode

    [ https://issues.apache.org/jira/browse/FLINK-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16318220#comment-16318220 ] 

ASF GitHub Bot commented on FLINK-8288:
---------------------------------------

Github user NicoK commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5186#discussion_r160368484
  
    --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/JobClusterEntrypoint.java ---
    @@ -132,6 +122,16 @@ protected void startClusterComponents(
     		LOG.debug("Starting JobMaster REST endpoint.");
     		jobMasterRestEndpoint.start();
     
    +		resourceManager = createResourceManager(
    +				configuration,
    +				ResourceID.generate(),
    +				rpcService,
    +				highAvailabilityServices,
    +				heartbeatServices,
    +				metricRegistry,
    +				this,
    +				jobMasterRestEndpoint.getRestAddress());
    +
    --- End diff --
    
    the indentation is a bit off (one tab to many) compared to the surrounding code


> Register the web interface url to yarn for yarn job mode
> --------------------------------------------------------
>
>                 Key: FLINK-8288
>                 URL: https://issues.apache.org/jira/browse/FLINK-8288
>             Project: Flink
>          Issue Type: Bug
>          Components: Cluster Management
>    Affects Versions: 1.5.0
>            Reporter: shuai.xu
>            Assignee: shuai.xu
>              Labels: flip-6
>
> For flip-6 job modeļ¼Œ the resource manager is created before the web monitor, so the web interface url is not set to resource manager, and the resource manager can not register the url to yarn.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)