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

[2/2] beam git commit: This closes #2419

This closes #2419


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

Branch: refs/heads/master
Commit: 45f63eb6c4d763f2ff8a3ff3e41df32aa00d1d2b
Parents: cc8e0b9 6f7defd
Author: Isma�l Mej�a <ie...@apache.org>
Authored: Tue Apr 4 14:03:55 2017 +0200
Committer: Isma�l Mej�a <ie...@apache.org>
Committed: Tue Apr 4 14:03:55 2017 +0200

----------------------------------------------------------------------
 runners/spark/pom.xml                           |  19 --
 .../beam/runners/spark/io/hadoop/HadoopIO.java  | 216 ----------------
 .../spark/io/hadoop/ShardNameBuilder.java       | 111 --------
 .../spark/io/hadoop/ShardNameTemplateAware.java |  31 ---
 .../io/hadoop/ShardNameTemplateHelper.java      |  63 -----
 .../io/hadoop/TemplatedAvroKeyOutputFormat.java |  45 ----
 .../TemplatedSequenceFileOutputFormat.java      |  45 ----
 .../io/hadoop/TemplatedTextOutputFormat.java    |  45 ----
 .../runners/spark/io/hadoop/package-info.java   |  22 --
 .../spark/translation/TransformTranslator.java  | 251 -------------------
 .../io/hadoop/HadoopFileFormatPipelineTest.java | 121 ---------
 .../spark/io/hadoop/ShardNameBuilderTest.java   |  88 -------
 runners/spark/src/test/resources/test_text.txt  |   2 -
 13 files changed, 1059 deletions(-)
----------------------------------------------------------------------