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 2017/01/31 20:02:23 UTC

[1/2] beam git commit: Remove python-sdk links from the sdks/python/README.md

Repository: beam
Updated Branches:
  refs/heads/master 7da5a2c27 -> e053207f4


Remove python-sdk links from the sdks/python/README.md


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

Branch: refs/heads/master
Commit: c40c06ebcd744d49de8f32ec886e90a8db921a9e
Parents: 7da5a2c
Author: Ahmet Altay <al...@google.com>
Authored: Tue Jan 31 09:43:31 2017 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Jan 31 12:02:02 2017 -0800

----------------------------------------------------------------------
 sdks/python/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/c40c06eb/sdks/python/README.md
----------------------------------------------------------------------
diff --git a/sdks/python/README.md b/sdks/python/README.md
index d202ebc..5b75db2 100644
--- a/sdks/python/README.md
+++ b/sdks/python/README.md
@@ -123,7 +123,7 @@ directory you created.
 
 ### Execute a pipeline locally
 
-The Apache Beam [examples](https://github.com/apache/beam/tree/python-sdk/sdks/python/apache_beam/examples) directory has many examples. All examples can be run locally by passing the arguments required by the example script.
+The Apache Beam [examples](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples) directory has many examples. All examples can be run locally by passing the arguments required by the example script.
 
 For example, to run `wordcount.py`, run:
 
@@ -157,7 +157,7 @@ Make sure you installed the package first. If not, run `python setup.py install`
 
 ## Simple Examples
 
-The following examples demonstrate some basic, fundamental concepts for using Apache Beam's Python SDK. For more detailed examples, Beam provides a [directory of examples](https://github.com/apache/beam/tree/python-sdk/sdks/python/apache_beam/examples) for Python.
+The following examples demonstrate some basic, fundamental concepts for using Apache Beam's Python SDK. For more detailed examples, Beam provides a [directory of examples](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples) for Python.
 
 ### Basic pipeline
 
@@ -357,13 +357,13 @@ SAMPLE_DATA = [('a', 1), ('b', 10), ('a', 2), ('a', 3), ('b', 20)]
 p.run()
 ```
 
-The [combiners_test.py](https://github.com/apache/beam/blob/python-sdk/sdks/python/apache_beam/examples/cookbook/combiners_test.py) file contains more combiner examples.
+The [combiners_test.py](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/cookbook/combiners_test.py) file contains more combiner examples.
 
 ## Organizing Your Code
 
 Many projects will grow to multiple source code files. It is recommended that you organize your project so that all code involved in running your pipeline can be built as a Python package. This way, the package can easily be installed in the VM workers executing the job.
 
-Follow the [Juliaset example](https://github.com/apache/beam/tree/python-sdk/sdks/python/apache_beam/examples/complete/juliaset). If the code is organized in this fashion, you can use the `--setup_file` command line option to create a source distribution out of the project files, stage the resulting tarball, and later install it in the workers executing the job.
+Follow the [Juliaset example](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples/complete/juliaset). If the code is organized in this fashion, you can use the `--setup_file` command line option to create a source distribution out of the project files, stage the resulting tarball, and later install it in the workers executing the job.
 
 ## More Information
 


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

Posted by dh...@apache.org.
This closes #1881


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

Branch: refs/heads/master
Commit: e053207f469d3090a38ed298e708b6a6acaf9de3
Parents: 7da5a2c c40c06e
Author: Dan Halperin <dh...@google.com>
Authored: Tue Jan 31 12:02:06 2017 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Tue Jan 31 12:02:06 2017 -0800

----------------------------------------------------------------------
 sdks/python/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------