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 2016/12/20 21:04:45 UTC

[3/3] incubator-beam git commit: [BEAM-1097] Provide a better error message for non-existing gcpTempLocation

[BEAM-1097] Provide a better error message for non-existing gcpTempLocation

This closes #1522


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

Branch: refs/heads/master
Commit: acd2196cf54e30e18e69c4dd30b57e6179909ecf
Parents: 2f4b803 96d3931
Author: Luke Cwik <lc...@google.com>
Authored: Tue Dec 20 13:04:31 2016 -0800
Committer: Luke Cwik <lc...@google.com>
Committed: Tue Dec 20 13:04:31 2016 -0800

----------------------------------------------------------------------
 .../beam/runners/dataflow/DataflowRunner.java   | 25 ++++++----
 .../options/DataflowPipelineOptions.java        | 19 ++++----
 .../runners/dataflow/DataflowRunnerTest.java    | 48 ++++++++++++++------
 .../options/DataflowPipelineOptionsTest.java    | 20 +++++---
 .../org/apache/beam/sdk/options/GcpOptions.java | 19 ++++----
 .../apache/beam/sdk/util/GcsPathValidator.java  |  3 +-
 .../apache/beam/sdk/options/GcpOptionsTest.java | 32 +++++++++++--
 .../beam/sdk/util/GcsPathValidatorTest.java     | 15 +-----
 8 files changed, 117 insertions(+), 64 deletions(-)
----------------------------------------------------------------------