GitHub user shuai-xu opened a pull request:

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

    [FLINK-4930] [client, yarn] Implement FLIP-6 YARN client

    This pr is for issue 
#[4930](https://issues.apache.org/jira/browse/FLINK-4930).
    The FLIP-6 YARN client is responsible for:
    Set up all configurations and environment variables
    Set up the resources: Flink jar, utility jars (logging), user jar
    Set up attached tokens / certificates
    Submit the Yarn application
    Integration with the Flink CLI (command line interface).
    
    Now the client only support running in detached mode, it submit the job and 
return.
    User can use the following command to start a Flib-6 base flink job:
    bin/flink run  -m yarn -yn 1 examples/streaming/WordCount.jar

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

    $ git pull https://github.com/shuai-xu/flink jira-4930

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

    https://github.com/apache/flink/pull/2935.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 #2935
    
----
commit 08b14b6103b273158cb8675a5f5c75360822147e
Author: shuai.xus <shuai....@alibaba-inc.com>
Date:   2016-11-23T09:19:35Z

    [FLINK-4930] [client, yarn] Implement FLIP-6 YARN client
    
    Summary: Implement FLIP-6 YARN client
    
    Test Plan: NA
    
    Reviewers: biao.liub
    
    Differential Revision: http://phabricator.taobao.net/D6563

commit 2529ac6899d34742731b7796a092912aa0e54ae4
Author: shuai.xus <shuai....@alibaba-inc.com>
Date:   2016-11-24T08:58:14Z

    [FLINK-4930] [client] [yarn] delete tmp file of job graph and refine 
finalizeCluster

commit 1c12cde1c9bf07135fdcd3a3724db82163189688
Author: shuai.xus <shuai....@alibaba-inc.com>
Date:   2016-11-29T07:32:10Z

    [FLINK-4930] [client] [yarn] use tmp file for job graph

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to