[3/5] incubator-beam git commit: Renames InprocessPipelineRunner to DirectPipelineRunner and removes the existing DirectPipelineRunner. Renamed the folder to direct to keep all related files in the sa

2016-11-07 Thread robertwb
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/7f201cbb/sdks/python/apache_beam/runners/inprocess/inprocess_watermark_manager.py -- diff --git a/sdks/python/apache_beam/runners/inprocess/inprocess_watermark_manager.py

[5/5] incubator-beam git commit: Renames InprocessPipelineRunner to DirectPipelineRunner and removes the existing DirectPipelineRunner. Renamed the folder to direct to keep all related files in the sa

2016-11-07 Thread robertwb
Renames InprocessPipelineRunner to DirectPipelineRunner and removes the existing DirectPipelineRunner. Renamed the folder to direct to keep all related files in the same folder. Removed inprocess prefix from file names/class names/comments. DiskCachedPipelineRunner - not used, and it was a

[1/5] incubator-beam git commit: Closes #1240

2016-11-07 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 93a95d68b -> aa603872c Closes #1240 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/aa603872 Tree:

[GitHub] incubator-beam pull request #1274: Implement key range tracker.

2016-11-07 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1274 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[2/3] incubator-beam git commit: Implement key range tracker.

2016-11-07 Thread robertwb
Implement key range tracker. This will be useful for Bigtable and other key-based sources. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/54545c43 Tree:

[3/3] incubator-beam git commit: Closes #1274

2016-11-07 Thread robertwb
Closes #1274 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/93a95d68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/93a95d68 Diff:

[1/3] incubator-beam git commit: Generic ordered position range tracker.

2016-11-07 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 8f4551c4e -> 93a95d68b Generic ordered position range tracker. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4768227c Tree:

[GitHub] incubator-beam pull request #1286: Don't default to PickleCoder for sources.

2016-11-07 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1286 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

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

2016-11-07 Thread robertwb
Closes #1286 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8f4551c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8f4551c4 Diff:

[1/2] incubator-beam git commit: Don't default to PickleCoder for sources.

2016-11-07 Thread robertwb
s/typecoders.py @@ -125,6 +125,9 @@ class CoderRegistry(object): # In some old code, None is used for Any. # TODO(robertwb): Clean this up. pass + elif typehint is object: +# We explicitly want the fallback coder. +pass elif isin

[3/4] incubator-beam git commit: Fix cythonization

2016-11-07 Thread robertwb
Fix cythonization Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ef7e9727 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ef7e9727 Diff:

[4/4] incubator-beam git commit: Closes #1237

2016-11-07 Thread robertwb
Closes #1237 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4bf84851 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4bf84851 Diff:

[1/4] incubator-beam git commit: Add support for proto coder

2016-11-07 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 32d719911 -> 4bf848511 Add support for proto coder Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e1e4b7ce Tree:

[2/4] incubator-beam git commit: DeterministicCoder rename

2016-11-07 Thread robertwb
DeterministicCoder rename Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5d14b080 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5d14b080 Diff:

[GitHub] incubator-beam pull request #1286: Don't default to PickleCoder for sources.

2016-11-04 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/incubator-beam/pull/1286 Don't default to PickleCoder for sources. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[1/3] incubator-beam git commit: Closes #1250

2016-11-03 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk a6e104d6d -> 32d719911 Closes #1250 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/32d71991 Tree:

[2/3] incubator-beam git commit: Document the input and output of type conversions

2016-11-03 Thread robertwb
Document the input and output of type conversions Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/456f9263 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/456f9263 Diff:

[3/3] incubator-beam git commit: Make the BQ input for dataflow runner and local runner is identical for time related types

2016-11-03 Thread robertwb
Make the BQ input for dataflow runner and local runner is identical for time related types Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d66cb174 Tree:

[2/3] incubator-beam git commit: Adding unit tests

2016-11-03 Thread robertwb
Adding unit tests Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b30208be Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b30208be Diff:

[1/3] incubator-beam git commit: Checking for integer types in json conversion

2016-11-03 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 96c228675 -> a6e104d6d Checking for integer types in json conversion Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3321064e Tree:

[3/3] incubator-beam git commit: Closes #1273

2016-11-03 Thread robertwb
Closes #1273 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a6e104d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a6e104d6 Diff:

[GitHub] incubator-beam pull request #1274: Implement key range tracker.

2016-11-03 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/incubator-beam/pull/1274 Implement key range tracker. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like

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

2016-11-03 Thread robertwb
Closes #1245 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7270471b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7270471b Diff:

[1/2] incubator-beam git commit: Updated readme according to BEAM-693

2016-11-03 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 9d2acc98e -> 7270471bf Updated readme according to BEAM-693 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/43740a47 Tree:

[3/3] incubator-beam git commit: BEAM-873 Support for BigQuery 2 SQL

2016-11-03 Thread robertwb
BEAM-873 Support for BigQuery 2 SQL Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0a339653 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0a339653 Diff:

[1/3] incubator-beam git commit: Closes #1242

2016-11-03 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 7270471bf -> 96c228675 Closes #1242 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/96c22867 Tree:

[2/3] incubator-beam git commit: Add unittests for BQ 2.0

2016-11-03 Thread robertwb
Add unittests for BQ 2.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ce3f1726 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ce3f1726 Diff:

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

2016-11-03 Thread robertwb
Closes #1267 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9d2acc98 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9d2acc98 Diff:

[1/2] incubator-beam git commit: Fixes two bugs in avroio_test 'test_corrupted_file'.

2016-11-03 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 7e870613f -> 9d2acc98e Fixes two bugs in avroio_test 'test_corrupted_file'. (1) Updates test to perform corruption properly (setting 'A' and 'B'). (2) Removes an invalid usage of bytearray(). Project:

[GitHub] incubator-beam pull request #1253: Optimize WindowedValueCoder

2016-11-01 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/incubator-beam/pull/1253 Optimize WindowedValueCoder Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like

[1/2] incubator-beam git commit: Fix a couple more coder vs. element-coder changes for element sizing.

2016-11-01 Thread robertwb
+ b/sdks/python/apache_beam/coders/coder_impl.py @@ -152,6 +152,14 @@ class CallbackCoderImpl(CoderImpl): def estimate_size(self, value, nested=False): return self._get_nested_size(self._size_estimator(value), nested) + def get_estimated_size_and_observables(self, value, nested=False): +

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

2016-11-01 Thread robertwb
Closes #1244 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7e870613 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7e870613 Diff:

[GitHub] incubator-beam pull request #1241: Windowed value coder

2016-10-31 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1241 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

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

2016-10-31 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 13dd9ff49 -> b33fdfdad Closes #1235 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b33fdfda Tree:

[2/2] incubator-beam git commit: Improvements related to size estimation.

2016-10-31 Thread robertwb
Improvements related to size estimation. Updates FileBasedSource so that size estimation of glob patterns that expand into a large number of files is done using sampling. Updates Dataflow runner to set estimated sizes of sources when submitting jobs. Project:

[2/3] incubator-beam git commit: Remove fake Timestamp and WindowedValue hacks.

2016-10-31 Thread robertwb
orms/timeutil.py index 749cda1..5453b20 100644 --- a/sdks/python/apache_beam/transforms/timeutil.py +++ b/sdks/python/apache_beam/transforms/timeutil.py @@ -22,14 +22,16 @@ from __future__ import absolute_import from abc import ABCMeta from abc import abstractmethod -import datetime - -

[1/3] incubator-beam git commit: Move Timestamp and related classes into apache_beam/utils.

2016-10-31 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 979e299c7 -> 13dd9ff49 Move Timestamp and related classes into apache_beam/utils. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[3/3] incubator-beam git commit: Closes #1241

2016-10-31 Thread robertwb
Closes #1241 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/13dd9ff4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/13dd9ff4 Diff:

[GitHub] incubator-beam pull request #1241: Windowed value coder

2016-10-31 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/incubator-beam/pull/1241 Windowed value coder Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like

[GitHub] incubator-beam pull request #1224: Estimate sizes

2016-10-31 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1224 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[3/3] incubator-beam git commit: Closes #1224

2016-10-31 Thread robertwb
Closes #1224 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/979e299c Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/979e299c Diff:

[2/3] incubator-beam git commit: Several fixes to coder size estimates.

2016-10-31 Thread robertwb
Several fixes to coder size estimates. The coder returned in alongside the observable must be the coder of the observable's elements, not the coder of the observable itself. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[1/3] incubator-beam git commit: Implement size observation for FastPrimitivesCoderImpl.

2016-10-31 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 03c3c7074 -> 979e299c7 Implement size observation for FastPrimitivesCoderImpl. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/fba0e91b

[GitHub] incubator-beam pull request #1223: Adds IterableCoder, fast coding for sets,...

2016-10-31 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1223 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[2/2] incubator-beam git commit: Adds IterableCoder, fast coding for sets, booleans.

2016-10-31 Thread robertwb
Adds IterableCoder, fast coding for sets, booleans. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9dd16455 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9dd16455 Diff:

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

2016-10-31 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk ef01140d6 -> 03c3c7074 Closes #1223 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/03c3c707 Tree:

[1/3] incubator-beam git commit: Improving error of missing sdk_location

2016-10-31 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 00b17e542 -> ef01140d6 Improving error of missing sdk_location Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a68c2461 Tree:

[2/3] incubator-beam git commit: Pushing check down. Rewritting error message

2016-10-31 Thread robertwb
Pushing check down. Rewritting error message Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/32f3214c Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/32f3214c Diff:

[3/3] incubator-beam git commit: Closes #1200

2016-10-31 Thread robertwb
Closes #1200 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/ef01140d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/ef01140d Diff:

[1/2] incubator-beam git commit: Compare display data items, not dicts.

2016-10-28 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 811858bca -> 00b17e542 Compare display data items, not dicts. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9d1cfa1a Tree:

[GitHub] incubator-beam pull request #1211: Compare display data items, not dicts.

2016-10-28 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1211 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-beam pull request #1223: Adds IterableCoder, fast coding for sets,...

2016-10-28 Thread robertwb
GitHub user robertwb opened a pull request: https://github.com/apache/incubator-beam/pull/1223 Adds IterableCoder, fast coding for sets, booleans. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[2/2] incubator-beam git commit: Removing superfluous TODO after unittest is passing

2016-10-27 Thread robertwb
Removing superfluous TODO after unittest is passing Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/595bd0d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/595bd0d5 Diff:

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

2016-10-27 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 03662da9d -> 811858bca Closes #1209 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/811858bc Tree:

[1/6] incubator-beam git commit: Addressing comments

2016-10-27 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 57f03f793 -> 03662da9d Addressing comments Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1d478dd4 Tree:

[6/6] incubator-beam git commit: Closes #1112

2016-10-27 Thread robertwb
Closes #1112 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/03662da9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/03662da9 Diff:

[5/6] incubator-beam git commit: Moving files. Using DisplayDataItem to enable dictionaries to be used as display data

2016-10-27 Thread robertwb
Moving files. Using DisplayDataItem to enable dictionaries to be used as display data Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d864d968 Tree:

[2/6] incubator-beam git commit: Adding documentation. Setting Python classes as STRING types.

2016-10-27 Thread robertwb
Adding documentation. Setting Python classes as STRING types. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/bfcff012 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/bfcff012 Diff:

[3/6] incubator-beam git commit: Laying down infrastructure for static display data

2016-10-27 Thread robertwb
Laying down infrastructure for static display data Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/07885c86 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/07885c86 Diff:

[4/6] incubator-beam git commit: Adding license text to all files. Fixing one lint issue. Refactoring runner_test

2016-10-27 Thread robertwb
Adding license text to all files. Fixing one lint issue. Refactoring runner_test Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/11022016 Tree:

[27/50] [abbrv] incubator-beam git commit: [BEAM-809] Create a KryoRegistrator for the SparkRunner.

2016-10-27 Thread robertwb
[BEAM-809] Create a KryoRegistrator for the SparkRunner. Use Class#getName() instead of canonicalName(). Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/13b83858 Tree:

[19/50] [abbrv] incubator-beam git commit: Remove use of OldDoFn from some DirectRunner tests

2016-10-27 Thread robertwb
Remove use of OldDoFn from some DirectRunner tests Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3d086857 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3d086857 Diff:

[47/50] [abbrv] incubator-beam git commit: [BEAM-813] support metadata in Avro sink

2016-10-27 Thread robertwb
[BEAM-813] support metadata in Avro sink Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/eba099f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/eba099f5 Diff:

[21/50] [abbrv] incubator-beam git commit: This closes #1178

2016-10-27 Thread robertwb
This closes #1178 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/13af296d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/13af296d Diff:

[12/50] [abbrv] incubator-beam git commit: Improve teardown behavior in DoFnLifecycleManager

2016-10-27 Thread robertwb
Improve teardown behavior in DoFnLifecycleManager Use Cache invalidation hooks to teardown DoFns that are no longer in the cache. Ensure that remove() and removeAll() report thrown exceptions even though the exceptions are not thrown by the LoadingCache. Project:

[41/50] [abbrv] incubator-beam git commit: Streamline Travis CI build

2016-10-27 Thread robertwb
Streamline Travis CI build Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5c558e6f Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5c558e6f Diff:

[32/50] [abbrv] incubator-beam git commit: Add utility to handle JSON option manipulation

2016-10-27 Thread robertwb
Add utility to handle JSON option manipulation Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/35244a68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/35244a68 Diff:

[11/50] [abbrv] incubator-beam git commit: This closes #1174

2016-10-27 Thread robertwb
This closes #1174 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c03e3e92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c03e3e92 Diff:

[42/50] [abbrv] incubator-beam git commit: Closes #1181

2016-10-27 Thread robertwb
Closes #1181 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/09a80ecb Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/09a80ecb Diff:

[16/50] [abbrv] incubator-beam git commit: Remove unused GroupAlsoByWindowsDoFn.createDefault

2016-10-27 Thread robertwb
Remove unused GroupAlsoByWindowsDoFn.createDefault Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5ce3aac2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5ce3aac2 Diff:

[29/50] [abbrv] incubator-beam git commit: Revert "Fix invalid snapshot repo in Travis CI's maven settings.xml"

2016-10-27 Thread robertwb
Revert "Fix invalid snapshot repo in Travis CI's maven settings.xml" This reverts commit fbc23ed9234088c9d88bf88b19a3a4d6d5e52446. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3c71e4da Tree:

[46/50] [abbrv] incubator-beam git commit: This closes #1173

2016-10-27 Thread robertwb
This closes #1173 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/25102f79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/25102f79 Diff:

[25/50] [abbrv] incubator-beam git commit: [BEAM-799] Support GroupByKey directly.

2016-10-27 Thread robertwb
[BEAM-799] Support GroupByKey directly. Remove runner override for GroupByKey. Avoid NPE if no sideInputs are available in reader. Handle CombineFn with or without context. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[17/50] [abbrv] incubator-beam git commit: Add experimental ServiceAccount option

2016-10-27 Thread robertwb
Add experimental ServiceAccount option Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/60907b21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/60907b21 Diff:

[03/50] [abbrv] incubator-beam git commit: Closes #1135

2016-10-27 Thread robertwb
Closes #1135 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d285e85d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d285e85d Diff:

[15/50] [abbrv] incubator-beam git commit: This closes #1158

2016-10-27 Thread robertwb
This closes #1158 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0ec956d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0ec956d3 Diff:

[13/50] [abbrv] incubator-beam git commit: Encode bundle elements in the DirectRunner

2016-10-27 Thread robertwb
Encode bundle elements in the DirectRunner This ensures that any changes that are caused when an element is encoded and decoded is caught within the pipeline. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[31/50] [abbrv] incubator-beam git commit: Closes #1180

2016-10-27 Thread robertwb
Closes #1180 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7091a012 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7091a012 Diff:

[09/50] [abbrv] incubator-beam git commit: Remove pieces of Trigger now owned by TriggerStateMachine

2016-10-27 Thread robertwb
Remove pieces of Trigger now owned by TriggerStateMachine Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1eff320d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1eff320d Diff:

[33/50] [abbrv] incubator-beam git commit: Closes #1105

2016-10-27 Thread robertwb
Closes #1105 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c94b8eac Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c94b8eac Diff:

[37/50] [abbrv] incubator-beam git commit: This closes #1185

2016-10-27 Thread robertwb
This closes #1185 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9f30b21a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9f30b21a Diff:

[24/50] [abbrv] incubator-beam git commit: Closes #1182

2016-10-27 Thread robertwb
Closes #1182 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f2fe1ae4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f2fe1ae4 Diff:

[36/50] [abbrv] incubator-beam git commit: [BEAM-816] Aggregators are not properly named when reported to Graphite.

2016-10-27 Thread robertwb
[BEAM-816] Aggregators are not properly named when reported to Graphite. Added NamedAggregatorTest. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6db94249 Tree:

[34/50] [abbrv] incubator-beam git commit: [BEAM-658] Support Read.Unbounded primitive.

2016-10-27 Thread robertwb
[BEAM-658] Support Read.Unbounded primitive. Changed mapSourceFunction to use scala's native Option. Upgrade to kryo-serializers 0.39 that provides support for ReverseList (used by Top). Better logging. Allow a longer read time-frame for read in tests. Assert initial parallelism is gerater

[40/50] [abbrv] incubator-beam git commit: Add default version for beam-sdks-java-io-kafka

2016-10-27 Thread robertwb
Add default version for beam-sdks-java-io-kafka Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c8895338 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c8895338 Diff:

[18/50] [abbrv] incubator-beam git commit: This closes #1163

2016-10-27 Thread robertwb
This closes #1163 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7abdcbfb Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7abdcbfb Diff:

[38/50] [abbrv] incubator-beam git commit: Use project-wise version in SparkRunner dep on KafkaIO

2016-10-27 Thread robertwb
Use project-wise version in SparkRunner dep on KafkaIO Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9d6598d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9d6598d3 Diff:

[04/50] [abbrv] incubator-beam git commit: pom.xml: make Dataflow runner like every other runner

2016-10-27 Thread robertwb
pom.xml: make Dataflow runner like every other runner Pom dependencies no longer require it to be treated specially. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6291a6f6 Tree:

[48/50] [abbrv] incubator-beam git commit: Merge branch 'master' into py_merge_master

2016-10-27 Thread robertwb
Merge branch 'master' into py_merge_master Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/02b5b4c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/02b5b4c9 Diff:

[49/50] [abbrv] incubator-beam git commit: update parent pom version in python/pom.xml

2016-10-27 Thread robertwb
update parent pom version in python/pom.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/654b848b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/654b848b Diff:

[44/50] [abbrv] incubator-beam git commit: Remove checked exceptions from PipelineResult.waitUntilFinish interface.

2016-10-27 Thread robertwb
Remove checked exceptions from PipelineResult.waitUntilFinish interface. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1559a7f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1559a7f4

[45/50] [abbrv] incubator-beam git commit: Port some example utils from OldDoFn to DoFn

2016-10-27 Thread robertwb
Port some example utils from OldDoFn to DoFn Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3bec5e03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3bec5e03 Diff:

[01/50] [abbrv] incubator-beam git commit: Closes #1168

2016-10-27 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk c37b89ec7 -> 57f03f793 Closes #1168 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/44b9f4eb Tree:

[50/50] [abbrv] incubator-beam git commit: Closes #1198

2016-10-27 Thread robertwb
Closes #1198 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/57f03f79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/57f03f79 Diff:

[07/50] [abbrv] incubator-beam git commit: Remove pieces of Trigger now owned by TriggerStateMachine

2016-10-27 Thread robertwb
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1eff320d/sdks/java/core/src/test/java/org/apache/beam/sdk/util/FinishedTriggersProperties.java -- diff --git

[2/3] incubator-beam git commit: Limit version ranges for dependencies in the 0.* version range

2016-10-25 Thread robertwb
Limit version ranges for dependencies in the 0.* version range Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8dd1bd8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8dd1bd8c Diff:

[1/3] incubator-beam git commit: Pin the version of dependencies

2016-10-25 Thread robertwb
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 2b8d9f704 -> c37b89ec7 Pin the version of dependencies Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b26cb651 Tree:

[3/3] incubator-beam git commit: Closes #1148

2016-10-25 Thread robertwb
Closes #1148 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c37b89ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c37b89ec Diff:

[GitHub] incubator-beam pull request #1132: Close threadpools when finished with them

2016-10-19 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1132 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-beam pull request #1131: Better error for missing job name

2016-10-19 Thread robertwb
Github user robertwb closed the pull request at: https://github.com/apache/incubator-beam/pull/1131 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

<    1   2   3   4   5   >