Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 51640200B6B for ; Wed, 10 Aug 2016 11:03:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5053B160A90; Wed, 10 Aug 2016 09:03:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97B20160A93 for ; Wed, 10 Aug 2016 11:03:21 +0200 (CEST) Received: (qmail 39337 invoked by uid 500); 10 Aug 2016 09:03:20 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 39316 invoked by uid 99); 10 Aug 2016 09:03:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 09:03:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 72A102C029E for ; Wed, 10 Aug 2016 09:03:20 +0000 (UTC) Date: Wed, 10 Aug 2016 09:03:20 +0000 (UTC) From: "zhangjing (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-4352) JobClient interaction MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 09:03:22 -0000 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 =EF=BB=BF =EF=BB=BFwhen submitJob, yarn cluster create new AppMaster= which contains ResourceManager and JobManager for new job =EF=BB=BF =EF=BB=BFwhen cancelJob, yarn cluster kill the AppMaster = and containers 2. =EF=BB=BFfor standalone mode, jobClient commit SubmitJob/CancelJob to L= ocalDispatcher =EF=BB=BF =EF=BB=BF when submitJob, LocalDispatcher spawn new JobMan= ager for job =EF=BB=BF =EF=BB=BFwhen cancelJob, LocalDispatcher send canceJob me= ssage to JobManager -- This message was sent by Atlassian JIRA (v6.3.4#6332)