You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/02 18:07:37 UTC

[5/5] incubator-beam git commit: Closes #761

Closes #761


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

Branch: refs/heads/master
Commit: 63c5d19b3909516402e06afdb916be3e5effbb96
Parents: d73e614 ab20823
Author: Dan Halperin <dh...@google.com>
Authored: Tue Aug 2 11:07:29 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Aug 2 11:07:29 2016 -0700

----------------------------------------------------------------------
 .../options/DataflowPipelineDebugOptions.java   |  43 --------
 .../options/DataflowPipelineOptions.java        |   6 +-
 .../dataflow/util/DataflowPathValidator.java    |  98 -----------------
 .../DataflowPipelineTranslatorTest.java         |   2 +-
 .../runners/dataflow/DataflowRunnerTest.java    |  39 ++++++-
 .../options/DataflowPipelineOptionsTest.java    |   3 +
 .../util/DataflowPathValidatorTest.java         |  94 -----------------
 .../org/apache/beam/sdk/options/GcpOptions.java |  11 +-
 .../org/apache/beam/sdk/options/GcsOptions.java |  44 ++++++++
 .../apache/beam/sdk/util/GcsPathValidator.java  |  97 +++++++++++++++++
 .../dataflow/util/GcsPathValidatorTest.java     | 104 +++++++++++++++++++
 .../apache/beam/sdk/options/GcpOptionsTest.java |   2 +
 12 files changed, 300 insertions(+), 243 deletions(-)
----------------------------------------------------------------------