[
https://issues.apache.org/jira/browse/FLINK-4928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632093#comment-15632093
]
ASF GitHub Bot commented on FLINK-4928:
---------------------------------------
GitHub user shuai-xu opened a pull request:
https://github.com/apache/flink/pull/2744
[FLINK-4928] [yarn] Implement FLIP-6 YARN Application Master Runner
YARN Application Master Runner's responsibility is the following:
Read all configuration and environment variables, computing the effective
configuration
Start all shared components (Rpc, HighAvailability Services)
Start the YarnResourceManager
Start the JobMaster
Handler the error of ResourceManager and JobMaster
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shuai-xu/flink flip-6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2744.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 #2744
----
commit 180d5e9bc6dbb0d669975e73c2c8b880f3074a07
Author: shuai.xus <[email protected]>
Date: 2016-11-03T08:24:47Z
[FLINK-4928] [yarn] Implement FLIP-6 YARN Application Master Runner
commit 9c1910cd12546582f1ef3549485bedff9a153e11
Author: shuai.xus <[email protected]>
Date: 2016-11-03T08:37:19Z
[FLINK-4928] [yarn] Implement FLIP-6 YARN Application Master Runner
----
> Implement FLIP-6 YARN Application Master Runner
> -----------------------------------------------
>
> Key: FLINK-4928
> URL: https://issues.apache.org/jira/browse/FLINK-4928
> Project: Flink
> Issue Type: Sub-task
> Components: YARN
> Environment: {{flip-6}} feature branch
> Reporter: Stephan Ewen
> Assignee: shuai.xu
>
> The Application Master Runner is the master process started in a YARN
> container when submitting the Flink-on-YARN job to YARN.
> It has the following data available:
> - Flink jars
> - Job jars
> - JobGraph
> - Environment variables
> - Contextual information like security tokens and certificates
> Its responsibility is the following:
> - Read all configuration and environment variables, computing the effective
> configuration
> - Start all shared components (Rpc, HighAvailability Services)
> - Start the ResourceManager
> - Start the JobManager Runner
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)