This closes #96

Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c8ed3980
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c8ed3980
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c8ed3980

Branch: refs/heads/master
Commit: c8ed3980687f22c0d2342ed7f7117b9e6550e1c6
Parents: bcefff6 404b633
Author: Davor Bonaci <da...@google.com>
Authored: Fri Apr 15 10:28:53 2016 -0700
Committer: Davor Bonaci <da...@google.com>
Committed: Fri Apr 15 10:28:53 2016 -0700

----------------------------------------------------------------------
 contrib/hadoop/README.md                        |  24 -
 contrib/hadoop/pom.xml                          | 170 -------
 .../apache/contrib/hadoop/HadoopFileSource.java | 486 -------------------
 .../apache/contrib/hadoop/WritableCoder.java    | 111 -----
 .../contrib/hadoop/HadoopFileSourceTest.java    | 190 --------
 .../contrib/hadoop/WritableCoderTest.java       |  37 --
 sdks/java/io/hdfs/README.md                     |  24 +
 sdks/java/io/hdfs/pom.xml                       |  65 +++
 .../apache/beam/sdk/io/hdfs/HDFSFileSource.java | 486 +++++++++++++++++++
 .../apache/beam/sdk/io/hdfs/WritableCoder.java  | 111 +++++
 .../beam/sdk/io/hdfs/HDFSFileSourceTest.java    | 190 ++++++++
 .../beam/sdk/io/hdfs/WritableCoderTest.java     |  37 ++
 sdks/java/io/pom.xml                            |  41 ++
 sdks/java/pom.xml                               |   1 +
 14 files changed, 955 insertions(+), 1018 deletions(-)
----------------------------------------------------------------------


Reply via email to