This closes #1783
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/860ac1d1 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/860ac1d1 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/860ac1d1 Branch: refs/heads/master Commit: 860ac1d1f2c96f758700160911be93f5977e0505 Parents: 0e6b379 93832aa Author: Ahmet Altay <[email protected]> Authored: Wed Feb 1 16:27:08 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Wed Feb 1 16:27:08 2017 -0800 ---------------------------------------------------------------------- .../examples/cookbook/datastore_wordcount.py | 22 ++-- .../apache_beam/examples/snippets/snippets.py | 18 +-- sdks/python/apache_beam/examples/wordcount.py | 26 ++-- .../apache_beam/examples/wordcount_debugging.py | 21 ++-- sdks/python/apache_beam/metrics/metric_test.py | 2 +- sdks/python/apache_beam/runners/common.py | 5 - sdks/python/apache_beam/transforms/__init__.py | 1 - .../python/apache_beam/transforms/aggregator.py | 120 ------------------- .../apache_beam/transforms/aggregator_test.py | 77 ------------ sdks/python/apache_beam/transforms/core.py | 12 +- 10 files changed, 43 insertions(+), 261 deletions(-) ----------------------------------------------------------------------
