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 20C14200BC5 for ; Tue, 8 Nov 2016 04:15:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F458160AF9; Tue, 8 Nov 2016 03:15:43 +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 3F3E8160AEC for ; Tue, 8 Nov 2016 04:15:42 +0100 (CET) Received: (qmail 36692 invoked by uid 500); 8 Nov 2016 03:15:41 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 36683 invoked by uid 99); 8 Nov 2016 03:15:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 03:15:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 976F5189B43 for ; Tue, 8 Nov 2016 03:15:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.768 X-Spam-Level: X-Spam-Status: No, score=-6.768 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id OYWd33V5lJ3s for ; Tue, 8 Nov 2016 03:15:38 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 4F07C5F29A for ; Tue, 8 Nov 2016 03:15:38 +0000 (UTC) Received: (qmail 35753 invoked by uid 99); 8 Nov 2016 03:14:22 -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; Tue, 08 Nov 2016 03:14:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BEFEBE094C; Tue, 8 Nov 2016 03:14:22 +0000 (UTC) From: tweise To: commits@beam.incubator.apache.org Reply-To: commits@beam.incubator.apache.org Message-ID: Subject: [GitHub] incubator-beam pull request #1305: Merge apex-runner to master Content-Type: text/plain Date: Tue, 8 Nov 2016 03:14:22 +0000 (UTC) archived-at: Tue, 08 Nov 2016 03:15:43 -0000 GitHub user tweise opened a pull request: https://github.com/apache/incubator-beam/pull/1305 Merge apex-runner to master Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `[BEAM-] Description of pull request` - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes). - [ ] Replace `` in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). --- R: @kennknowles You can merge this pull request into a Git repository by running: $ git pull https://github.com/tweise/incubator-beam apex-runner Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/1305.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 #1305 ---- commit aaf38ddfe53bbb67fad4456ee1068d18b9b891b5 Author: Thomas Weise Date: 2016-06-27T18:24:13Z BEAM-261 Apex runner PoC commit a7e430d6b24de53a116258af75c7eb15d6133b4d Author: Thomas Weise Date: 2016-08-31T23:41:52Z BEAM-261 Use Apex 3.5.0-SNAPSHOT to use loopback as connect address. commit 074b18f6ae0cfc1a3cc986f89ded6a45e0a3eb57 Author: Thomas Weise Date: 2016-09-12T03:34:08Z BEAM-261 Read.Bounded and FlattenPCollection. commit 09754942c66c9befffc8df9b3c8a75b819a672e6 Author: Thomas Weise Date: 2016-09-25T23:46:44Z BEAM-261 PCollectionView and side inputs. commit 047cff492f1f804785dee73b4768293d3569e8de Author: Thomas Weise Date: 2016-10-07T05:36:01Z BEAM-261 Add support for ParDo.BoundMulti commit fd7f46c19b9c95a63b522793bb6fb8a849167cbc Author: Thomas Weise Date: 2016-10-13T07:56:37Z BEAM-261 Checkpointing for pushed back inputs. commit 1ec7cd9129fc31ece7554e2ea18535ce15e46bcf Author: Thomas Weise Date: 2016-10-13T21:38:06Z BEAM-261 Support multiple side inputs. commit 9454b3bdc6f6ff69363dcd339cfb069c2c2f8cc9 Author: Thomas Weise Date: 2016-10-17T00:36:01Z BEAM-261 Enable checkstyle and cleanup. commit c9f1406666f2c86128727534f42b10fb8f93981d Author: Kenneth Knowles Date: 2016-10-17T16:47:49Z This closes #540 commit 7105d925c51a49798849f01f1d7e0b4f3d4f51ad Author: Thomas Weise Date: 2016-10-20T02:11:54Z BEAM-783 Add test to cover side inputs and outputs. commit 6a971d6b13a035f74ce1b2d2efc6d37f84a2373c Author: Thomas Weise Date: 2016-10-25T16:07:50Z Merge branch 'master' into apex-runner commit 0a1b2789589ad834736d2998d00e43f554a56432 Author: Thomas Weise Date: 2016-10-25T16:16:52Z Adjust for merge from master. commit 1db4ff631736172882976c33316bc089d58483af Author: Thomas Weise Date: 2016-10-25T15:32:23Z BEAM-784 Checkpointing for StateInternals commit 989e399874a5f0ebcf7c19f24a7fd18cead7bfba Author: Thomas Weise Date: 2016-10-25T18:01:15Z Closes #1139 commit c8f8a80d4c6846fd941fbba08727b7a3ecaca7e1 Author: Ismaël Mejía Date: 2016-10-24T09:30:46Z [BEAM-815] Fix ApexPipelineOptions conversion and add ApexRunnerRegistrar commit 8827ccf6b6d648793065df1d5b2c6997f0e6be1e Author: Thomas Weise Date: 2016-10-25T23:32:20Z Closes #1167 commit 52d233aa10dd71ba5f396d0ac76a29f9a3e30f5b Author: Thomas Weise Date: 2016-10-26T19:19:25Z BEAM-261 Skip integration tests unless running with -Plocal-runnable-on-service-tests commit e92157b37fefa0931a63191e24b06fd8df2f7a32 Author: Thomas Weise Date: 2016-10-26T20:21:18Z Closes #1186 commit fa3a6aa8d88b24d44d4ca5968e1f26efb4c9dea0 Author: Thomas Weise Date: 2016-10-26T22:14:10Z Closes #1194 commit 6fc47ed101f02aacacecd5c62c4a026eaba3e12c Author: Thomas Weise Date: 2016-10-28T02:25:06Z Merge branch 'master' into apex-runner commit 968eb32b8a7bbbb7d5613f7645c0f04ce194588e Author: Thomas Weise Date: 2016-10-28T03:21:52Z Adjust for merge from master. commit 77f4ba2eebf0c02dc95a8b90b4277a12638c4300 Author: Thomas Weise Date: 2016-10-29T06:47:42Z BEAM-858 Enable ApexRunner integration test in examples. commit 51af7e592327ef711673a2b9828536051a6c3898 Author: Thomas Weise Date: 2016-11-03T04:16:24Z Closes #1227 commit a21550f7ae3004e460ca6dfb33102a9fb191356c Author: Thomas Weise Date: 2016-11-03T04:40:46Z BEAM-844 Add README, wordcount test, fix View.AsIterable, initial GBK watermark. commit 15287b83860d49e595d59d3e178cc3fecef4c310 Author: Thomas Weise Date: 2016-11-07T18:59:22Z Closes #1269 commit 5ccd5fb3c62ebdf1310af4af17cab2270b4a0d96 Author: Thomas Weise Date: 2016-11-07T19:12:36Z Merge branch 'master' into apex-runner commit 9197d1e05e034f8dea0b413c09e7428e90294509 Author: Thomas Weise Date: 2016-11-07T19:29:08Z Adjust for merge from master. commit 5553c603a0c48855d38d4702f19e905eac2034f2 Author: Thomas Weise Date: 2016-10-27T23:19:15Z BEAM-261 Make translators package private. commit c08ebbe79dc86230f6a3f0b983f861ebe039917c Author: Thomas Weise Date: 2016-11-08T03:00:31Z Closes #1213 ---- --- 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. ---