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

[GitHub] incubator-beam pull request #1432: Merge master into Python SDK

GitHub user aaltay opened a pull request:

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

    Merge master into Python SDK

    Jenkins is failing due to https://issues.apache.org/jira/browse/BEAM-1043.
    
    Pull https://github.com/apache/incubator-beam/pull/1418 from master as a fix.

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

    $ git pull https://github.com/aaltay/incubator-beam merger

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

    https://github.com/apache/incubator-beam/pull/1432.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 #1432
    
----
commit e85cea78253d2f316a18d95d65aabc1176448841
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-16T05:33:01Z

    Reject stateful DoFn in ApexRunner

commit f8b6bb7f1ab8720ca4f2d766831d8f243dd27085
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-21T23:41:13Z

    Add JUnit category for stateful ParDo tests

commit 8d715689dd5283b7b180c0b9ec4e188abba140f5
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-21T23:41:13Z

    Add JUnit category for stateful ParDo tests

commit b0d07d74f7805ee1d30fdedf54c089790d63d898
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-16T05:33:13Z

    Reject stateful DoFn in SparkRunner

commit c80554b83426a585c762143e0ad533a73c2c3f0f
Author: Scott Wegner <sw...@google.com>
Date:   2016-11-22T00:33:07Z

    Update StarterPipeline
    
    Convert StarterPipeline ParDo to MapElements.
    
    Use the new DoFn for non-outputting transforms.

commit c2dc38639ddd37c393d3bd9f341c2ec032a1096c
Author: Thomas Groh <tg...@google.com>
Date:   2016-11-22T18:10:02Z

    This closes #1406

commit 7949b708257c6e1dbd86db99bb5e10e2e47d33aa
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-22T18:51:14Z

    This closes #1409

commit 9c2d5da7c659a2603d37c492ff44f4a9cda387fe
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-16T05:33:28Z

    Reject stateful DoFn in FlinkRunner

commit e7d7aa938b815ffac04f25942d27db4986a0368d
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-22T18:53:09Z

    This closes #1408

commit 6ec45f7e732ede0e2f8256df7a483a017461594d
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-22T19:03:56Z

    Closes #1410

commit e6870a6dc10e4ad52a911c316137a9f7731a9194
Author: bchambers <bc...@google.com>
Date:   2016-11-22T19:37:23Z

    Simplify the API for managing MetricsEnvironment
    
    1. setCurrentContainer returns the previous MetricsEnvironment
    2. setCurrentContainer(null) resets the thread local
    3. scopedCurrentContainer sets the container and returns a Closeable to
       reset the previous container.

commit b41789e9c5ac8691243c796968b00a65cc11dd39
Author: Thomas Groh <tg...@google.com>
Date:   2016-11-22T20:27:41Z

    This closes #1417

commit 1cec9702e62b64252149645627d96889edfeb33e
Author: Thomas Groh <tg...@google.com>
Date:   2016-11-22T22:51:39Z

    Output Keyed Bundles in GroupAlsoByWindowEvaluator
    
    This allows reuse of keys for downstream serialization.

commit dd85cad0284d266fc569ecc6d98653bf8aa5d031
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-22T23:05:17Z

    This closes #1422

commit 73d0af9151340d85df1f720e88366f8a463b44bc
Author: Thomas Groh <tg...@google.com>
Date:   2016-11-23T00:14:29Z

    Add TransformHierarchyTest
    
    This tests basic features of TransformHierarchy

commit 3ae9425b3a36e34890980647952c61cedbd91ff3
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-23T06:24:37Z

    This closes #1425

commit 09986e9433d49812d5061fe6543dff90d78eba6a
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-23T06:16:29Z

    Use more natural class to find class loader in ReflectHelpers

commit 5f3e7787d7e724b827af8924b2773ed3b5c2b036
Author: Luke Cwik <lc...@google.com>
Date:   2016-11-23T15:42:13Z

    Use more natural class to find class loader in ReflectHelpers
    
    This closes #1427

commit 2e2146b1869807d69658592de8ed5ff339c28507
Author: Thomas Weise <th...@apache.org>
Date:   2016-11-22T19:38:00Z

    Update transitive dependencies for Apex 3.5.0 snapshot version.

commit 26a30a22d28e034d16b5f0c4ea0be1b4f8c464f6
Author: Kenneth Knowles <kl...@google.com>
Date:   2016-11-23T17:56:17Z

    This closes #1418

commit 2dacc02fd37559115fc858bddd16799a93add6f7
Author: Ahmet Altay <al...@google.com>
Date:   2016-11-23T23:27:48Z

    Merge remote-tracking branch 'origin/master' into merger

----


---
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 #1432: Merge master into Python SDK

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

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


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