You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zhangjing (JIRA)" <ji...@apache.org> on 2016/08/10 09:03:20 UTC

[jira] [Created] (FLINK-4352) JobClient interaction

zhangjing created FLINK-4352:
--------------------------------

             Summary: JobClient interaction
                 Key: FLINK-4352
                 URL: https://issues.apache.org/jira/browse/FLINK-4352
             Project: Flink
          Issue Type: Sub-task
          Components: Cluster Management
            Reporter: zhangjing


1. for yarn mode, jobClient commit SubmitJob/CancelJob to yarn cluster
        when submitJob, yarn cluster create new AppMaster which contains ResourceManager and JobManager for new job
        when cancelJob,  yarn cluster kill the AppMaster and containers
2. for standalone mode, jobClient commit  SubmitJob/CancelJob to LocalDispatcher
         when submitJob, LocalDispatcher spawn new JobManager for job
         when cancelJob, LocalDispatcher send canceJob message to JobManager



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