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

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

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 <[email protected]>
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 <[email protected]>
Date:   2016-11-24T08:58:14Z

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

commit 1c12cde1c9bf07135fdcd3a3724db82163189688
Author: shuai.xus <[email protected]>
Date:   2016-11-29T07:32:10Z

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

----


> Implement FLIP-6 YARN client
> ----------------------------
>
>                 Key: FLINK-4930
>                 URL: https://issues.apache.org/jira/browse/FLINK-4930
>             Project: Flink
>          Issue Type: Sub-task
>          Components: YARN
>         Environment: {{flip-6}} feature branch
>            Reporter: Stephan Ewen
>
> The FLIP-6 YARN client can follow parts of the existing YARN client.
> The main difference is that it does not wait for the cluster to be fully 
> started and for all TaskManagers to register. It simply submits 
>   - 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
>   - Listen for leader / attempt to connect to the JobManager to subscribe to 
> updates
>   - Integration with the Flink CLI (command line interface)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to