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

[2/2] beam git commit: [BEAM-2031] Add support to pass through zero or more Hadoop configurations through as PipelineOptions

[BEAM-2031] Add support to pass through zero or more Hadoop configurations through as PipelineOptions

This closes #2762


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

Branch: refs/heads/master
Commit: 7478da9975e0c73af562946efccd10ec64b2ef0e
Parents: a3e7383 864e2ad
Author: Luke Cwik <lc...@google.com>
Authored: Fri Apr 28 16:14:58 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Apr 28 16:14:58 2017 -0700

----------------------------------------------------------------------
 sdks/java/io/hdfs/pom.xml                       | 10 +++
 .../sdk/io/hdfs/HadoopFileSystemModule.java     | 84 ++++++++++++++++++++
 .../sdk/io/hdfs/HadoopFileSystemOptions.java    | 49 ++++++++++++
 .../hdfs/HadoopFileSystemOptionsRegistrar.java  | 35 ++++++++
 .../sdk/io/hdfs/HadoopFileSystemModuleTest.java | 65 +++++++++++++++
 .../HadoopFileSystemOptionsRegistrarTest.java   | 49 ++++++++++++
 .../io/hdfs/HadoopFileSystemOptionsTest.java    | 48 +++++++++++
 7 files changed, 340 insertions(+)
----------------------------------------------------------------------