GitHub user yanghua opened a pull request:

    https://github.com/apache/flink/pull/5593

    [FLINK-7836][Client] specifying node label for flink job to run on yarn

    ## What is the purpose of the change
    
    *This pull request support flink on yarn to specify yarn node label for 
yarn flink application both flink session and single job mode*
    
    
    ## Brief change log
    
      - *define a new command option to specify a yarn node label*
      - *set the node label for the application through reflection (to support 
low version hadoop)*
      - *add command line option description*
    
    
    ## Verifying this change
    
    This change without any test coverage.
    
    ## Does this pull request potentially affect one of the following parts:
    
      - Dependencies (does it add or upgrade a dependency): (no)
      - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
      - The serializers: (no)
      - The runtime per-record code paths (performance sensitive): (no)
      - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
      - The S3 file system connector: (no)
    
    ## Documentation
    
      - Does this pull request introduce a new feature? (yes)
      - If yes, how is the feature documented? (docs)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yanghua/flink FLINK-7836

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5593.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5593
    
----
commit 5f7342716223adea6ec1745d319a44a2bd3188da
Author: vinoyang <vinoyang@...>
Date:   2018-02-28T03:02:07Z

    [FLINK-7836][Client] specifying node label for flink job to run on yarn

----


---

Reply via email to