You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pe...@apache.org on 2017/03/30 11:30:55 UTC

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

This closes #2175


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

Branch: refs/heads/master
Commit: 769398e403b9632562544ca752ee528acfceec5a
Parents: 5363431 d07ef53
Author: Pei He <pe...@gmail.com>
Authored: Thu Mar 30 19:25:09 2017 +0800
Committer: Pei He <pe...@gmail.com>
Committed: Thu Mar 30 19:25:09 2017 +0800

----------------------------------------------------------------------
 .../org/apache/beam/sdk/io/FileSystems.java     | 302 +++++++++++++++++--
 .../org/apache/beam/sdk/io/LocalFileSystem.java |  57 ++--
 .../org/apache/beam/sdk/io/LocalResourceId.java |   2 +-
 .../org/apache/beam/sdk/io/fs/MoveOptions.java  |  34 +++
 .../org/apache/beam/sdk/io/fs/ResourceId.java   |   8 +
 .../java/org/apache/beam/sdk/util/GcsUtil.java  |  10 -
 .../org/apache/beam/sdk/io/FileSystemsTest.java | 168 ++++++++++-
 .../apache/beam/sdk/io/LocalFileSystemTest.java |  12 +-
 .../beam/sdk/io/gcp/storage/GcsResourceId.java  |   2 +-
 9 files changed, 516 insertions(+), 79 deletions(-)
----------------------------------------------------------------------