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

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

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

    https://github.com/apache/flink/pull/5593#discussion_r171182155
  
    --- Diff: 
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
 ---
    @@ -321,6 +323,14 @@ public void setZookeeperNamespace(String 
zookeeperNamespace) {
                this.zookeeperNamespace = zookeeperNamespace;
        }
     
    +   public String getNodeLabel() {
    +           return nodeLabel;
    +   }
    +
    +   public void setNodeLabel(String nodeLabel) {
    +           this.nodeLabel = nodeLabel;
    +   }
    --- End diff --
    
    Yes, at some point we should change it in order to make it better 
maintainable. This will of course not be in the scope of this PR.


> specifying node label for flink job to run on yarn
> --------------------------------------------------
>
>                 Key: FLINK-7836
>                 URL: https://issues.apache.org/jira/browse/FLINK-7836
>             Project: Flink
>          Issue Type: New Feature
>          Components: Client
>    Affects Versions: 1.3.2
>            Reporter: zhaibaba
>            Assignee: vinoyang
>            Priority: Major
>
> flink client cannot specify node label for flink job to run on yarn



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to