You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2017/12/21 02:39:58 UTC

[beam] branch master updated (38a61c1 -> 4188278)

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

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


    from 38a61c1  Merge pull request #4299 from aaltay/cont
     add c396d69  Initial implementation of HadoopFileSsytem.
     new 4188278  Merge pull request #4233 from udim/hdfs_py

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:
 sdks/python/apache_beam/io/filesystem.py           |   4 +-
 sdks/python/apache_beam/io/filesystems.py          |   1 +
 sdks/python/apache_beam/io/hadoopfilesystem.py     | 285 +++++++++++++
 .../python/apache_beam/io/hadoopfilesystem_test.py | 472 +++++++++++++++++++++
 sdks/python/generate_pydoc.sh                      |   1 +
 sdks/python/setup.py                               |   1 +
 6 files changed, 762 insertions(+), 2 deletions(-)
 create mode 100644 sdks/python/apache_beam/io/hadoopfilesystem.py
 create mode 100644 sdks/python/apache_beam/io/hadoopfilesystem_test.py

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

[beam] 01/01: Merge pull request #4233 from udim/hdfs_py

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

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

commit 41882789d8c6dd474b24faa5c7b953fc912c24d2
Merge: 38a61c1 c396d69
Author: Chamikara Jayalath <ch...@google.com>
AuthorDate: Wed Dec 20 18:39:54 2017 -0800

    Merge pull request #4233 from udim/hdfs_py
    
    [BEAM-3099] Initial implementation of HadoopFileSystem.

 sdks/python/apache_beam/io/filesystem.py           |   4 +-
 sdks/python/apache_beam/io/filesystems.py          |   1 +
 sdks/python/apache_beam/io/hadoopfilesystem.py     | 285 +++++++++++++
 .../python/apache_beam/io/hadoopfilesystem_test.py | 472 +++++++++++++++++++++
 sdks/python/generate_pydoc.sh                      |   1 +
 sdks/python/setup.py                               |   1 +
 6 files changed, 762 insertions(+), 2 deletions(-)

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