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

[GitHub] incubator-beam pull request #1228: Apex runner merge master

GitHub user tweise opened a pull request:

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

    Apex runner merge 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-<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/tweise/incubator-beam apex-runner

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

    https://github.com/apache/incubator-beam/pull/1228.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 #1228
    
----
commit 597e3955c219a7c50df124a0689b99b98dfbbbc9
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-28T05:18:19Z

    Directly implement ReifyTimestampsAndWindows in SparkRunner

commit 9c3e3e7a3b023d2b9e8d22d44a0dbc6ff15369ee
Author: Sela <an...@paypal.com>
Date:   2016-10-28T07:59:02Z

    This closes #1216

commit cd454aa502e0a4e122e38c0c50403483832ada29
Author: Thomas Groh <tg...@google.com>
Date:   2016-10-25T21:51:08Z

    Generate PubSub Subscriptions during Pipeline Execution
    
    Instead of generating a random subscription at apply-time, create one
    as required.
    
    If splitIntoBundles is exercised, generate a subscription if there is
    none specified, and create a new PubSub source that uses that
    subscription. This is otherwise identical to the current behavior.
    
    If splitIntoBundles is not exercised, and createReader is called with no
    checkpoint, create a random subscription. Store a reference to this
    subscription is the PubSub checkpoint, including when materialized.
    This changes the wire format of PubSub checkpoints, and
    as such this change is not update-compatible.

commit e82c5d2246372041ee7cc362363b2ac959a6bd4a
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-28T18:32:06Z

    Closes #1190

commit 837bb2b71e515c9170fa2c031c86a618b085b249
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2016-10-27T13:31:20Z

    [BEAM-862] Make Aggregator Creation Idempotent
    
    The problem was that the DoFnInvoker was invoking
    createAggregatorForDoFn in the AggregatorFactory several times and
    Flink only allows adding each aggregator once. This now adds a check
    for whether an aggregator exists already.

commit beccdc6867a5e6bb2517bc4cb31c0cbee202beac
Author: Aljoscha Krettek <al...@gmail.com>
Date:   2016-10-28T20:48:34Z

    This closes #1207

commit 2c2266ee3d3ac49579866cdc29281770036d7eea
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-29T07:59:25Z

    Merge remote-tracking branch 'origin/master' into apex-runner

----


---
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 #1228: Apex runner merge master

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

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


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