You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2018/05/21 23:05:11 UTC

[beam] branch master updated (2862e33 -> 9faf6a9)

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

jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 2862e33  Merge pull request #5442: [BEAM-4343][BEAM-4344] Enforce ErrorProne analysis in HBaseIO and HCatalogIO
     add 65a61fa  Updating python container version to beam-master-20180518
     add d8333a2  Reverting fnapi container version
     add 1813bee  Copyting dependency.py and dependency_test.py
     add 719b5b0  reformatting code
     add c73bba4  Introducing classes
     add 8e51948  gruping public and non public methods
     add b1069d1  Renaming method and updating reference for file_copy and file_download
     add 500b82d  Removing Google specific code and unused code in stager.
     add 10307e3  Removing reference to Google/GCS/Dataflow and restructuring a bit of code.
     add 1d65023  Fixing Stager Tests
     add efcb359  Making dependency.py use stager.py and fixing dependency_test.py test cases.
     add eeb3632  Moving stager to portability
     add 81f69f1  Removing stage_job_resources from dependencies.py and other minor changes
     add 33d597c  Merging filehandler in stager
     add 5575023  renaming GCSStager to _ParameterizedStager
     add 0a3b6c1  Making a few methods static and moving code around
     add 10e5c79  Applying changes from rebase
     add c4d329d  Fixing lint
     new 9faf6a9  Merge pull request #5251: [BEAM-3883] Refactor and clean dependency.py to make it reusable with artifact service

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:
 .../runners/dataflow/internal/apiclient.py         | 116 +++-
 .../runners/dataflow/internal/apiclient_test.py    |  24 +-
 .../runners/dataflow/internal/dependency.py        | 671 ---------------------
 .../apache_beam/runners/dataflow/internal/names.py |  24 +
 .../apache_beam/runners/portability/stager.py      | 557 +++++++++++++++++
 .../stager_test.py}                                | 473 +++++++--------
 6 files changed, 929 insertions(+), 936 deletions(-)
 delete mode 100644 sdks/python/apache_beam/runners/dataflow/internal/dependency.py
 create mode 100644 sdks/python/apache_beam/runners/portability/stager.py
 rename sdks/python/apache_beam/runners/{dataflow/internal/dependency_test.py => portability/stager_test.py} (56%)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.

[beam] 01/01: Merge pull request #5251: [BEAM-3883] Refactor and clean dependency.py to make it reusable with artifact service

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

jkff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9faf6a994e8347aa7aba185cef55862f883a8544
Merge: 2862e33 c4d329d
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Mon May 21 16:05:06 2018 -0700

    Merge pull request #5251: [BEAM-3883] Refactor and clean dependency.py to make it reusable with artifact service
    
    [BEAM-3883] Refactor and clean dependency.py to make it reusable with artifact service

 .../runners/dataflow/internal/apiclient.py         | 116 +++-
 .../runners/dataflow/internal/apiclient_test.py    |  24 +-
 .../runners/dataflow/internal/dependency.py        | 671 ---------------------
 .../apache_beam/runners/dataflow/internal/names.py |  24 +
 .../apache_beam/runners/portability/stager.py      | 557 +++++++++++++++++
 .../stager_test.py}                                | 473 +++++++--------
 6 files changed, 929 insertions(+), 936 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
jkff@apache.org.