You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by manuzhang <gi...@git.apache.org> on 2016/11/22 08:33:37 UTC

[GitHub] incubator-beam pull request #1413: [BEAM-970] add side-input support to gear...

GitHub user manuzhang opened a pull request:

    https://github.com/apache/incubator-beam/pull/1413

    [BEAM-970] add side-input support to gearpump-runner

    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-<Jira issue #>] 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 `<Jira issue #>` 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).
    
    ---


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manuzhang/incubator-beam gearpump-runner

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/1413.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 #1413
    
----
commit aaf38ddfe53bbb67fad4456ee1068d18b9b891b5
Author: Thomas Weise <th...@apache.org>
Date:   2016-06-27T18:24:13Z

    BEAM-261 Apex runner PoC

commit a7e430d6b24de53a116258af75c7eb15d6133b4d
Author: Thomas Weise <th...@apache.org>
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 <th...@apache.org>
Date:   2016-09-12T03:34:08Z

    BEAM-261 Read.Bounded and FlattenPCollection.

commit 09754942c66c9befffc8df9b3c8a75b819a672e6
Author: Thomas Weise <th...@apache.org>
Date:   2016-09-25T23:46:44Z

    BEAM-261 PCollectionView and side inputs.

commit 047cff492f1f804785dee73b4768293d3569e8de
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-07T05:36:01Z

    BEAM-261 Add support for ParDo.BoundMulti

commit fd7f46c19b9c95a63b522793bb6fb8a849167cbc
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-13T07:56:37Z

    BEAM-261 Checkpointing for pushed back inputs.

commit 1ec7cd9129fc31ece7554e2ea18535ce15e46bcf
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-13T21:38:06Z

    BEAM-261 Support multiple side inputs.

commit 9454b3bdc6f6ff69363dcd339cfb069c2c2f8cc9
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-17T00:36:01Z

    BEAM-261 Enable checkstyle and cleanup.

commit c9f1406666f2c86128727534f42b10fb8f93981d
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-17T16:47:49Z

    This closes #540

commit 7105d925c51a49798849f01f1d7e0b4f3d4f51ad
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-20T02:11:54Z

    BEAM-783 Add test to cover side inputs and outputs.

commit 6a971d6b13a035f74ce1b2d2efc6d37f84a2373c
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-25T16:07:50Z

    Merge branch 'master' into apex-runner

commit 0a1b2789589ad834736d2998d00e43f554a56432
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-25T16:16:52Z

    Adjust for merge from master.

commit 1db4ff631736172882976c33316bc089d58483af
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-25T15:32:23Z

    BEAM-784 Checkpointing for StateInternals

commit 989e399874a5f0ebcf7c19f24a7fd18cead7bfba
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-25T18:01:15Z

    Closes #1139

commit c8f8a80d4c6846fd941fbba08727b7a3ecaca7e1
Author: Isma�l Mej�a <ie...@gmail.com>
Date:   2016-10-24T09:30:46Z

    [BEAM-815] Fix ApexPipelineOptions conversion and add ApexRunnerRegistrar

commit 8827ccf6b6d648793065df1d5b2c6997f0e6be1e
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-25T23:32:20Z

    Closes #1167

commit 52d233aa10dd71ba5f396d0ac76a29f9a3e30f5b
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-26T19:19:25Z

    BEAM-261 Skip integration tests unless running with -Plocal-runnable-on-service-tests

commit e92157b37fefa0931a63191e24b06fd8df2f7a32
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-26T20:21:18Z

    Closes #1186

commit fa3a6aa8d88b24d44d4ca5968e1f26efb4c9dea0
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-26T22:14:10Z

    Closes #1194

commit 6fc47ed101f02aacacecd5c62c4a026eaba3e12c
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-28T02:25:06Z

    Merge branch 'master' into apex-runner

commit 968eb32b8a7bbbb7d5613f7645c0f04ce194588e
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-28T03:21:52Z

    Adjust for merge from master.

commit 77f4ba2eebf0c02dc95a8b90b4277a12638c4300
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-29T06:47:42Z

    BEAM-858 Enable ApexRunner integration test in examples.

commit 51af7e592327ef711673a2b9828536051a6c3898
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-03T04:16:24Z

    Closes #1227

commit a21550f7ae3004e460ca6dfb33102a9fb191356c
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-03T04:40:46Z

    BEAM-844 Add README, wordcount test, fix View.AsIterable, initial GBK watermark.

commit 15287b83860d49e595d59d3e178cc3fecef4c310
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-07T18:59:22Z

    Closes #1269

commit 5ccd5fb3c62ebdf1310af4af17cab2270b4a0d96
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-07T19:12:36Z

    Merge branch 'master' into apex-runner

commit 9197d1e05e034f8dea0b413c09e7428e90294509
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-07T19:29:08Z

    Adjust for merge from master.

commit 5553c603a0c48855d38d4702f19e905eac2034f2
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-27T23:19:15Z

    BEAM-261 Make translators package private.

commit 42f5251dab3874471fc6a4c5ad813932b65ff703
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-01T02:26:38Z

    Add OnTimerInvoker(s), for invoking DoFn @OnTimer methods
    
    OnTimerInvoker encapsulates the dispatch from onTimer(<timer ID>)
    to a call to the DoFn method annotated with @OnTimer(<timer ID>).

commit afa0c31bd0f9e12e78858a1971e7870a2c14b01a
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-08T02:30:18Z

    This closes #1256

----


---
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.
---

[GitHub] incubator-beam pull request #1413: merge master into gearpump-runner

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-beam/pull/1413


---
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.
---