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/12/29 04:33:19 UTC

[3/3] beam git commit: This closes #1714

This closes #1714


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

Branch: refs/heads/python-sdk
Commit: 8bf4c8059a240d187edb1489d266b2ec09b67069
Parents: 89a5b3c cd9c9f8
Author: Dan Halperin <dh...@google.com>
Authored: Wed Dec 28 20:32:27 2016 -0800
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Dec 28 20:32:27 2016 -0800

----------------------------------------------------------------------
 .../examples/complete/autocomplete.py           |   4 +-
 .../examples/complete/estimate_pi.py            |   4 +-
 .../apache_beam/examples/complete/tfidf.py      |   4 +-
 .../examples/complete/top_wikipedia_sessions.py |   4 +-
 .../examples/cookbook/bigquery_side_input.py    |   4 +-
 .../apache_beam/examples/cookbook/bigshuffle.py |   4 +-
 .../apache_beam/examples/cookbook/coders.py     |   4 +-
 .../examples/cookbook/custom_ptransform.py      |   2 +-
 .../examples/cookbook/datastore_wordcount.py    |   6 +-
 .../examples/cookbook/group_with_coder.py       |   4 +-
 .../examples/cookbook/mergecontacts.py          |   4 +-
 .../examples/cookbook/multiple_output_pardo.py  |   4 +-
 .../apache_beam/examples/snippets/snippets.py   |  50 +-
 .../examples/snippets/snippets_test.py          |   2 +-
 sdks/python/apache_beam/examples/wordcount.py   |   4 +-
 .../apache_beam/examples/wordcount_debugging.py |   4 +-
 .../apache_beam/examples/wordcount_minimal.py   |   4 +-
 sdks/python/apache_beam/internal/apiclient.py   |   8 +-
 .../apache_beam/internal/apiclient_test.py      |   2 +-
 sdks/python/apache_beam/internal/auth.py        |   4 +-
 sdks/python/apache_beam/io/bigquery.py          |   2 +-
 sdks/python/apache_beam/io/bigquery_test.py     |   2 +-
 sdks/python/apache_beam/pipeline.py             |   8 +-
 .../apache_beam/runners/dataflow_runner.py      |   2 +-
 .../runners/direct/transform_evaluator.py       |   2 +-
 sdks/python/apache_beam/runners/runner_test.py  |   2 +-
 .../apache_beam/runners/template_runner_test.py |   2 +-
 .../runners/test/test_dataflow_runner.py        |   2 +-
 sdks/python/apache_beam/test_pipeline.py        |   2 +-
 sdks/python/apache_beam/test_pipeline_test.py   |   2 +-
 sdks/python/apache_beam/transforms/core.py      |   2 +-
 sdks/python/apache_beam/transforms/display.py   |   2 +-
 .../apache_beam/transforms/display_test.py      |   2 +-
 .../python/apache_beam/transforms/ptransform.py |   2 +-
 .../apache_beam/transforms/ptransform_test.py   |   4 +-
 .../transforms/write_ptransform_test.py         |   2 +-
 .../typehints/typed_pipeline_test.py            |   4 +-
 sdks/python/apache_beam/utils/dependency.py     |   4 +-
 .../python/apache_beam/utils/dependency_test.py |   6 +-
 sdks/python/apache_beam/utils/options.py        | 543 -------------------
 .../apache_beam/utils/pipeline_options.py       | 540 ++++++++++++++++++
 .../apache_beam/utils/pipeline_options_test.py  |   2 +-
 .../utils/pipeline_options_validator.py         |  14 +-
 .../utils/pipeline_options_validator_test.py    |   2 +-
 44 files changed, 639 insertions(+), 642 deletions(-)
----------------------------------------------------------------------