You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/12/07 17:28:37 UTC

[beam] branch go-sdk updated (473d7a0 -> 06f6411)

This is an automated email from the ASF dual-hosted git repository.

kenn pushed a change to branch go-sdk
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 473d7a0  Merge pull request #4200 from herohde/go-sdk2
     add 62de5ca  Add Go SDK container image
     new 06f6411  Merge pull request #4215: [BEAM-3287] Add Go SDK container image

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../gcp/gcemd => sdks/go/container}/Dockerfile     |  4 +-
 sdks/{python => go}/container/boot.go              | 78 ++++++++++++----------
 sdks/{python => go}/container/pom.xml              |  8 +--
 sdks/go/pkg/beam/core/runtime/harness/init/init.go |  9 ++-
 sdks/go/pom.xml                                    |  5 ++
 5 files changed, 58 insertions(+), 46 deletions(-)
 copy {runners/gcp/gcemd => sdks/go/container}/Dockerfile (93%)
 copy sdks/{python => go}/container/boot.go (53%)
 copy sdks/{python => go}/container/pom.xml (95%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4215: [BEAM-3287] Add Go SDK container image

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kenn pushed a commit to branch go-sdk
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 06f64114da7e703d6c93ac762b24140f12778a3b
Merge: 473d7a0 62de5ca
Author: Kenn Knowles <ke...@kennknowles.com>
AuthorDate: Thu Dec 7 09:28:34 2017 -0800

    Merge pull request #4215: [BEAM-3287] Add Go SDK container image

 sdks/go/container/Dockerfile                       |  30 +++++
 sdks/go/container/boot.go                          | 127 +++++++++++++++++++++
 sdks/go/{ => container}/pom.xml                    |  88 ++++++--------
 sdks/go/pkg/beam/core/runtime/harness/init/init.go |   9 +-
 sdks/go/pom.xml                                    |   5 +
 5 files changed, 206 insertions(+), 53 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.