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/28 00:42:31 UTC

[GitHub] incubator-beam pull request #1214: Merge master into apex-runner

GitHub user tweise opened a pull request:

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

    Merge master into apex-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/tweise/incubator-beam apex-runner

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

    https://github.com/apache/incubator-beam/pull/1214.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 #1214
    
----
commit 1eff320d5e7fb5510d13016e0826b14e5cf7f686
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-24T19:57:37Z

    Remove pieces of Trigger now owned by TriggerStateMachine

commit 90c30cba9d5beaf19de5f90419df353a0511f8b5
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-24T22:36:45Z

    Update DataflowRunner worker image

commit 79bb2c282c6b716713ab6a1308755f9e06543358
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-25T17:13:36Z

    This closes #1172

commit 7239ebb0c76f539f476cea0b44b1070e765cca41
Author: Thomas Groh <tg...@google.com>
Date:   2016-10-24T20:43:43Z

    Improve teardown behavior in DoFnLifecycleManager
    
    Use Cache invalidation hooks to teardown DoFns that are no longer in the
    cache. Ensure that remove() and removeAll() report thrown exceptions
    even though the exceptions are not thrown by the LoadingCache.

commit c03e3e926c38846ad02cf6d7bf857499927d54bd
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-25T17:46:43Z

    This closes #1174

commit 2ceaa3effa8a6d9de3753a05db9d1648e8eed576
Author: Thomas Groh <tg...@google.com>
Date:   2016-09-20T18:43:40Z

    Encode bundle elements in the DirectRunner
    
    This ensures that any changes that are caused when an element is encoded
    and decoded is caught within the pipeline.

commit f603d43e043d383ceb00c4d786459f01d9983586
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-25T18:04:13Z

    This closes #1095

commit 5ce3aac2d3b7203b0cbab52c394a99142a46a5cf
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-21T22:51:08Z

    Remove unused GroupAlsoByWindowsDoFn.createDefault

commit 0ec956d3f91656acbf17eb09eca9c4aa2b317b82
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-25T20:04:17Z

    This closes #1158

commit 60907b2128acdae28ecd5fe80d3b00a406b58892
Author: sammcveety <sa...@gmail.com>
Date:   2016-10-22T14:27:53Z

    Add experimental ServiceAccount option

commit 7abdcbfb2fe1d1308f504dd17e46f1a4fc576407
Author: Davor Bonaci <da...@google.com>
Date:   2016-10-25T20:05:27Z

    This closes #1163

commit 4051357870b88ed18d09ef502ee8b1cf5142979f
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-24T22:57:18Z

    Remove use of OldDoFn in ValueWithRecordId

commit 3d086857de87734b087076dad3eca92f625bb417
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-24T23:09:13Z

    Remove use of OldDoFn from some DirectRunner tests

commit 287201916776cb51b98b9ddd27c169f87bb89e1a
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-25T18:18:10Z

    Remove OldDoFn to DoFn in DirectRunner

commit 13af296dec5fd5b9b4f922dac6ce1dc9b026cf60
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-10-25T20:12:17Z

    This closes #1178

commit d2553500b7ebff4025b2c1588d9b73bab8213490
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-25T02:39:27Z

    Display data: minor cleanups
    
    * wrong @Nullable
    * Remove unused function

commit f2fe1ae466284b58ebcbff98ea1103027fe6f33e
Author: Dan Halperin <dh...@google.com>
Date:   2016-10-25T20:49:56Z

    Closes #1182

commit a54ded373fa7f6508fb46eea1a1d6f9bc405114b
Author: Sela <an...@paypal.com>
Date:   2016-10-22T11:51:50Z

    [BEAM-799] Support GroupByKey directly.
    
    Remove runner override for GroupByKey.
    
    Avoid NPE if no sideInputs are available in reader.
    
    Handle CombineFn with or without context.

commit 53fe3ee425163a76b69d0830449d222d925eb9cd
Author: Sela <an...@paypal.com>
Date:   2016-10-26T07:01:51Z

    This closes #1162

commit cb0b918b705e0359b011818c4440c6566dfe6f68
Author: Thomas Weise <th...@apache.org>
Date:   2016-10-28T00:33:58Z

    Merge branch '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 #1214: Merge master into apex-runner

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

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


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