You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by herohde <gi...@git.apache.org> on 2017/10/01 06:45:16 UTC

[GitHub] beam pull request #3928: [BEAM-2877][BEAM-2881] Add Java SDK harness contain...

GitHub user herohde opened a pull request:

    https://github.com/apache/beam/pull/3928

    [BEAM-2877][BEAM-2881] Add Java SDK harness container image and support

     * Add support for building Go code and docker container images with
       maven (see sdks/go/BUILD.md for details). The latter is only done
       if the "build-containers" profile is used.
     * Add GCS proxy service for managing artifacts in GCS.
     * Add GCE md service for metdata-configured provision info in GCE.
     * Add beamctl tool for manually interacting with these services.
    
    This PR is focused on the execution side and would need support from
    the submission side as well to be functional. The ULR will likely be
    the first runner to tie everything together. The contents of the java
    image is kept simple for now.

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

    $ git pull https://github.com/herohde/beam containers

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

    https://github.com/apache/beam/pull/3928.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 #3928
    
----
commit c82bd70ec1af6144533a7048255c1e63cf8d164c
Author: Henning Rohde <he...@google.com>
Date:   2017-10-01T05:36:06Z

    [BEAM-2877][BEAM-2881] Add Java SDK harness container image and support
    
     * Add support for building Go code and docker container images with
       maven (see sdks/go/BUILD.md for details). The latter is only done
       if the "build-containers" profile is used.
     * Add GCS proxy service for managing artifacts in GCS.
     * Add GCE md service for metdata-configured provision info in GCE.
     * Add beamctl tool for manually interacting with these services.
    
    This PR is focused on the execution side and would need support from
    the submission side as well to be functional. The ULR will likely be
    the first runner to tie everything together. The contents of the java
    image is kept simple for now.

----


---

[GitHub] beam pull request #3928: [BEAM-2877][BEAM-2881] Add Java SDK harness contain...

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

    https://github.com/apache/beam/pull/3928


---