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 9F0C3200C6C for ; Fri, 5 May 2017 18:38:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D9A2160BAF; Fri, 5 May 2017 16:38:51 +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 1693D160BAA for ; Fri, 5 May 2017 18:38:50 +0200 (CEST) Received: (qmail 680 invoked by uid 500); 5 May 2017 16:38:50 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 671 invoked by uid 99); 5 May 2017 16:38:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2017 16:38:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2FD4FDFBAB; Fri, 5 May 2017 16:38:50 +0000 (UTC) From: aljoscha To: commits@beam.apache.org Reply-To: commits@beam.apache.org Message-ID: Subject: [GitHub] beam pull request #2915: [BEAM-593] Add non-blocking pipeline execution on F... Content-Type: text/plain Date: Fri, 5 May 2017 16:38:50 +0000 (UTC) archived-at: Fri, 05 May 2017 16:38:51 -0000 GitHub user aljoscha opened a pull request: https://github.com/apache/beam/pull/2915 [BEAM-593] Add non-blocking pipeline execution on Flink Runner You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/beam jira-593-async-execute Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2915.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 #2915 ---- commit f0cb644c684b6cbe744ba6f827700895e7dee4ee Author: Aljoscha Krettek Date: 2017-05-05T12:13:01Z Add FlinkPipelineExecutor with subclasses for batch and streaming This replaces the old FlinkPipelineExecutionEnvironment which was responsible for both batch and stream execution, which made the code more complicated. commit 3de09e8b060b1d17e5789b09ac0e056c53fbc7b0 Author: Aljoscha Krettek Date: 2017-05-05T16:36:29Z [BEAM-593] Add non-blocking pipeline execution on Flink Runner This directly uses the lower level interfaces to submit Flink jobs and to query their state and accumulators. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---