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:59 UTC

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

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