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 04F22200D0F for ; Fri, 29 Sep 2017 20:36:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 037EA1609BC; Fri, 29 Sep 2017 18:36:01 +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 407581609D1 for ; Fri, 29 Sep 2017 20:36:00 +0200 (CEST) Received: (qmail 48284 invoked by uid 500); 29 Sep 2017 18:35:59 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Delivered-To: moderator for dev@gearpump.incubator.apache.org Received: (qmail 38943 invoked by uid 99); 29 Sep 2017 14:58:59 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled From: darionyaphet To: dev@gearpump.incubator.apache.org Reply-To: dev@gearpump.incubator.apache.org Message-ID: Subject: [GitHub] incubator-gearpump pull request #228: [GEARPUMP-351] Support executor number... Content-Type: text/plain Date: Fri, 29 Sep 2017 14:58:55 +0000 (UTC) archived-at: Fri, 29 Sep 2017 18:36:01 -0000 GitHub user darionyaphet opened a pull request: https://github.com/apache/incubator-gearpump/pull/228 [GEARPUMP-351] Support executor number in submit When `ClientContext` submit application to cluster and must add a argument executors to specifies the executor number use to running job , otherwise it will running in a JVM process. We should support executor number in program API . You can merge this pull request into a Git repository by running: $ git pull https://github.com/darionyaphet/incubator-gearpump GEARPUMP-351 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-gearpump/pull/228.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 #228 ---- commit a74960085a55086916a166db84812b96ea1d7289 Author: darion.yaphet Date: 2017-09-29T14:57:04Z [GEARPUMP-351] Support executor number in submit ---- ---