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

[37/50] [abbrv] beam git commit: clean up description for sdk_location

clean up description for sdk_location


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

Branch: refs/heads/jstorm-runner
Commit: 3bbdbce67b60736b995aaea4e7a8f2b80e2866ee
Parents: 9b0cc98
Author: Ahmet Altay <al...@google.com>
Authored: Mon Apr 17 17:52:08 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Mon Apr 17 18:41:24 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/pipeline_options.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/3bbdbce6/sdks/python/apache_beam/utils/pipeline_options.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/pipeline_options.py b/sdks/python/apache_beam/utils/pipeline_options.py
index ecc2e32..e622580 100644
--- a/sdks/python/apache_beam/utils/pipeline_options.py
+++ b/sdks/python/apache_beam/utils/pipeline_options.py
@@ -475,11 +475,11 @@ class SetupOptions(PipelineOptions):
         '--sdk_location',
         default='default',
         help=
-        ('Override the default GitHub location from where Dataflow SDK is '
-         'downloaded. It can be an URL, a GCS path, or a local path to an '
-         'SDK tarball. Workflow submissions will download or copy an SDK '
-         'tarball from here. If the string "default", '
-         'a standard SDK location is used. If empty, no SDK is copied.'))
+        ('Override the default location from where the Beam SDK is downloaded. '
+         'It can be a URL, a GCS path, or a local path to an SDK tarball. '
+         'Workflow submissions will download or copy an SDK tarball from here. '
+         'If set to the string "default", a standard SDK location is used. If '
+         'empty, no SDK is copied.'))
     parser.add_argument(
         '--extra_package', '--extra_packages',
         dest='extra_packages',