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/12/22 19:55:14 UTC

[GitHub] incubator-beam pull request #1690: Merge remote-tracking branch 'origin/mast...

GitHub user aaltay opened a pull request:

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

    Merge remote-tracking branch 'origin/master' into python-sdk

    Merge and update python-sdk pom.xml version and fixup to merge errors.

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

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

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

    https://github.com/apache/incubator-beam/pull/1690.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 #1690
    
----
commit 038950df02fa553cbb91f57978efe125a9ebc80f
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-08T22:33:36Z

    Add Parameters to finishSpecifying
    
    Remove the need to use getProducingTransformInternal in TypedPValue.
    
    Ensure that all nodes are finished specifying before a call to
    TransformHierarchy#visit. This ensures that all nodes are fully
    specified without requiring the Pipeline or Runner to do so explicitly.

commit b053be460c2e6ff486faed1b1a0996af63f93db2
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-20T22:23:21Z

    Use CountingSource in ForceStreamingTest
    
    Removes the requirement to have a FakeUnboundedSource, plus the read is
    fully specified.

commit 7984fe3fc20160d2286433434190f35658aef158
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-21T23:26:18Z

    This closes #1582

commit 50b192dcd80f52621ea252f60d62e91626a89596
Author: Pramod Immaneni <pr...@datatorrent.com>
Date:   2016-12-22T01:56:55Z

    BEAM-1203 Fixed exception when creating zip entries during Apex YARN launch

commit aebe0675683cb7777c06863ea61f53efcf7aa6d0
Author: Thomas Weise <th...@apache.org>
Date:   2016-12-22T02:49:08Z

    This closes #1684

commit d92fb4a402fd48cc675df08f970a25afa1cfa65d
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T19:48:06Z

    Merge remote-tracking branch 'origin/master' into python-sdk

commit e1e1077457aca34075cad6129d7d400b5bdc3e31
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T19:53:12Z

    Update python-sdk pom.xml version and fixup to merge errors.

----


---
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 #1690: Merge remote-tracking branch 'origin/mast...

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

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


---
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 #1690: Merge remote-tracking branch 'origin/mast...

Posted by aaltay <gi...@git.apache.org>.
GitHub user aaltay reopened a pull request:

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

    Merge remote-tracking branch 'origin/master' into python-sdk

    Merge and update python-sdk pom.xml version and fixup to merge errors.

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

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

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

    https://github.com/apache/incubator-beam/pull/1690.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 #1690
    
----
commit 038950df02fa553cbb91f57978efe125a9ebc80f
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-08T22:33:36Z

    Add Parameters to finishSpecifying
    
    Remove the need to use getProducingTransformInternal in TypedPValue.
    
    Ensure that all nodes are finished specifying before a call to
    TransformHierarchy#visit. This ensures that all nodes are fully
    specified without requiring the Pipeline or Runner to do so explicitly.

commit b053be460c2e6ff486faed1b1a0996af63f93db2
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-20T22:23:21Z

    Use CountingSource in ForceStreamingTest
    
    Removes the requirement to have a FakeUnboundedSource, plus the read is
    fully specified.

commit 7984fe3fc20160d2286433434190f35658aef158
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-21T23:26:18Z

    This closes #1582

commit 50b192dcd80f52621ea252f60d62e91626a89596
Author: Pramod Immaneni <pr...@datatorrent.com>
Date:   2016-12-22T01:56:55Z

    BEAM-1203 Fixed exception when creating zip entries during Apex YARN launch

commit aebe0675683cb7777c06863ea61f53efcf7aa6d0
Author: Thomas Weise <th...@apache.org>
Date:   2016-12-22T02:49:08Z

    This closes #1684

commit d92fb4a402fd48cc675df08f970a25afa1cfa65d
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T19:48:06Z

    Merge remote-tracking branch 'origin/master' into python-sdk

commit e1e1077457aca34075cad6129d7d400b5bdc3e31
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T19:53:12Z

    Update python-sdk pom.xml version and fixup to merge errors.

----


---
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 #1690: Merge remote-tracking branch 'origin/mast...

Posted by aaltay <gi...@git.apache.org>.
GitHub user aaltay reopened a pull request:

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

    Merge remote-tracking branch 'origin/master' into python-sdk

    Merge and update python-sdk pom.xml version and fixup to merge errors.

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

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

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

    https://github.com/apache/incubator-beam/pull/1690.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 #1690
    
----
commit 038950df02fa553cbb91f57978efe125a9ebc80f
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-08T22:33:36Z

    Add Parameters to finishSpecifying
    
    Remove the need to use getProducingTransformInternal in TypedPValue.
    
    Ensure that all nodes are finished specifying before a call to
    TransformHierarchy#visit. This ensures that all nodes are fully
    specified without requiring the Pipeline or Runner to do so explicitly.

commit b053be460c2e6ff486faed1b1a0996af63f93db2
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-20T22:23:21Z

    Use CountingSource in ForceStreamingTest
    
    Removes the requirement to have a FakeUnboundedSource, plus the read is
    fully specified.

commit 7984fe3fc20160d2286433434190f35658aef158
Author: Thomas Groh <tg...@google.com>
Date:   2016-12-21T23:26:18Z

    This closes #1582

commit 50b192dcd80f52621ea252f60d62e91626a89596
Author: Pramod Immaneni <pr...@datatorrent.com>
Date:   2016-12-22T01:56:55Z

    BEAM-1203 Fixed exception when creating zip entries during Apex YARN launch

commit aebe0675683cb7777c06863ea61f53efcf7aa6d0
Author: Thomas Weise <th...@apache.org>
Date:   2016-12-22T02:49:08Z

    This closes #1684

commit d92fb4a402fd48cc675df08f970a25afa1cfa65d
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T19:48:06Z

    Merge remote-tracking branch 'origin/master' into python-sdk

commit e1e1077457aca34075cad6129d7d400b5bdc3e31
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T19:53:12Z

    Update python-sdk pom.xml version and fixup to merge errors.

----


---
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 #1690: Merge remote-tracking branch 'origin/mast...

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

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


---
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 #1690: Merge remote-tracking branch 'origin/mast...

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

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


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