This closes #2080
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/00b39588 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/00b39588 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/00b39588 Branch: refs/heads/master Commit: 00b39588110c1b5fb7e4a34586957cc05fbcd03c Parents: 8ec8909 821669d Author: Ahmet Altay <[email protected]> Authored: Wed Feb 22 19:37:20 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Wed Feb 22 19:37:20 2017 -0800 ---------------------------------------------------------------------- .../runners/dataflow/internal/apiclient.py | 6 +- .../runners/dataflow/internal/dependency.py | 508 +++++++++++++++++++ .../dataflow/internal/dependency_test.py | 425 ++++++++++++++++ sdks/python/apache_beam/utils/dependency.py | 504 ------------------ .../python/apache_beam/utils/dependency_test.py | 425 ---------------- sdks/python/apache_beam/utils/profiler.py | 12 +- 6 files changed, 942 insertions(+), 938 deletions(-) ----------------------------------------------------------------------
