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/09/09 20:12:40 UTC

[1/2] incubator-beam git commit: Update 404 link to setuptools docs

Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk 76a6d6bdc -> 009230e8b


Update 404 link to setuptools docs


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

Branch: refs/heads/python-sdk
Commit: f04e6e2191f5fab6b14e8ca9f87fd843253e731f
Parents: 76a6d6b
Author: Scott Wegner <sw...@google.com>
Authored: Thu Sep 8 09:32:14 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Sep 9 13:12:26 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/dependency.py | 2 +-
 sdks/python/apache_beam/utils/options.py    | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/f04e6e21/sdks/python/apache_beam/utils/dependency.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/dependency.py b/sdks/python/apache_beam/utils/dependency.py
index 9585887..56700f5 100644
--- a/sdks/python/apache_beam/utils/dependency.py
+++ b/sdks/python/apache_beam/utils/dependency.py
@@ -22,7 +22,7 @@ Workflows, with the exception of very simple ones, are organized in multiple
 modules and packages. Typically, these modules and packages have
 dependencies on other standard libraries. Dataflow relies on the Python
 setuptools package to handle these scenarios. For further details please read:
-https://pythonhosted.org/setuptools/setuptools.html
+https://pythonhosted.org/an_example_pypi_project/setuptools.html
 
 When a runner tries to run a pipeline it will check for a --requirements_file
 and a --setup_file option.

http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/f04e6e21/sdks/python/apache_beam/utils/options.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/utils/options.py b/sdks/python/apache_beam/utils/options.py
index 933aa12..794a10d 100644
--- a/sdks/python/apache_beam/utils/options.py
+++ b/sdks/python/apache_beam/utils/options.py
@@ -407,9 +407,10 @@ class SetupOptions(PipelineOptions):
          'specified, the file\'s containing folder is assumed to have the '
          'structure required for a setuptools setup package. The file must be '
          'named setup.py. More details: '
-         'https://pythonhosted.org/setuptools/setuptools.html During job '
-         'submission a source distribution will be built and the worker will '
-         'install the resulting package before running any custom code.'))
+         'https://pythonhosted.org/an_example_pypi_project/setuptools.html '
+         'During job submission a source distribution will be built and the '
+         'worker will install the resulting package before running any custom '
+         'code.'))
     parser.add_argument(
         '--save_main_session',
         default=False,


[2/2] incubator-beam git commit: Closes #933

Posted by dh...@apache.org.
Closes #933


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

Branch: refs/heads/python-sdk
Commit: 009230e8b6e58f2e79d5c6d9a24cb00531d87735
Parents: 76a6d6b f04e6e2
Author: Dan Halperin <dh...@google.com>
Authored: Fri Sep 9 13:12:27 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Sep 9 13:12:27 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/utils/dependency.py | 2 +-
 sdks/python/apache_beam/utils/options.py    | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------