Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0A157200D71 for ; Thu, 21 Dec 2017 03:40:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0851E160C18; Thu, 21 Dec 2017 02:40:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7510E160C15 for ; Thu, 21 Dec 2017 03:40:01 +0100 (CET) Received: (qmail 98257 invoked by uid 500); 21 Dec 2017 02:40:00 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 98248 invoked by uid 99); 21 Dec 2017 02:40:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Dec 2017 02:40:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AB9E281178; Thu, 21 Dec 2017 02:39:58 +0000 (UTC) Date: Thu, 21 Dec 2017 02:39:59 +0000 To: "commits@beam.apache.org" Subject: [beam] 01/01: Merge pull request #4233 from udim/hdfs_py MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: chamikara@apache.org In-Reply-To: <151382399794.6976.15168864529913849469@gitbox.apache.org> References: <151382399794.6976.15168864529913849469@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 41882789d8c6dd474b24faa5c7b953fc912c24d2 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171221023958.AB9E281178@gitbox.apache.org> archived-at: Thu, 21 Dec 2017 02:40:02 -0000 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 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" .