[GitHub] incubator-beam pull request #842: [BEAM-557] Fix repackaging exclude pattern...

2016-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/842 --- 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, or if the

[2/2] incubator-beam git commit: [BEAM-557] Fix repackaging exclude pattern for guava-testlib

2016-08-17 Thread lcwik
[BEAM-557] Fix repackaging exclude pattern for guava-testlib This closes #842 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/46097736 Tree:

[1/2] incubator-beam git commit: Fix repackaging exclude pattern for guava-testlib

2016-08-17 Thread lcwik
Repository: incubator-beam Updated Branches: refs/heads/master 9b4a464a3 -> 46097736b Fix repackaging exclude pattern for guava-testlib Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2a8ceed6 Tree:

[jira] [Commented] (BEAM-557) Test-scoped dependencies should be excluded from shading package relocation

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424916#comment-15424916 ] ASF GitHub Bot commented on BEAM-557: - Github user asfgit closed the pull request at:

[jira] [Resolved] (BEAM-557) Test-scoped dependencies should be excluded from shading package relocation

2016-08-17 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik resolved BEAM-557. Resolution: Fixed Fix Version/s: 0.3.0-incubating > Test-scoped dependencies should be excluded from

[GitHub] incubator-beam pull request #842: [BEAM-557] Fix repackaging exclude pattern...

2016-08-17 Thread swegner
GitHub user swegner opened a pull request: https://github.com/apache/incubator-beam/pull/842 [BEAM-557] Fix repackaging exclude pattern for guava-testlib Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the

[jira] [Commented] (BEAM-557) Test-scoped dependencies should be excluded from shading package relocation

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15424846#comment-15424846 ] ASF GitHub Bot commented on BEAM-557: - GitHub user swegner opened a pull request:

[jira] [Created] (BEAM-560) In JAXBCoder, use a pair of ThreadLocals to cache Marshaller/Unmarshaller

2016-08-17 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-560: Summary: In JAXBCoder, use a pair of ThreadLocals to cache Marshaller/Unmarshaller Key: BEAM-560 URL: https://issues.apache.org/jira/browse/BEAM-560 Project: Beam

[jira] [Updated] (BEAM-493) All Runners Run WordCount in Precommit

2016-08-17 Thread Jason Kuster (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Kuster updated BEAM-493: -- Summary: All Runners Run WordCount in Precommit (was: All Runners Run WordCount in Presubmit) > All

[jira] [Updated] (BEAM-561) Add WindowedWordCountIT

2016-08-17 Thread Jason Kuster (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Kuster updated BEAM-561: -- Summary: Add WindowedWordCountIT (was: WindowedWordCountIT for Beam) > Add WindowedWordCountIT >

[jira] [Commented] (BEAM-440) Create.values() returns a type-unsafe Coder

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425458#comment-15425458 ] ASF GitHub Bot commented on BEAM-440: - GitHub user JasonMWhite opened a pull request:

[jira] [Commented] (BEAM-414) IntraBundleParallelization needs to be removed

2016-08-17 Thread Scott Wegner (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425499#comment-15425499 ] Scott Wegner commented on BEAM-414: --- Is the plan still to remove IntraBundleParallelization? I also

[jira] [Created] (BEAM-561) WindowedWordCountIT for Beam

2016-08-17 Thread Jason Kuster (JIRA)
Jason Kuster created BEAM-561: - Summary: WindowedWordCountIT for Beam Key: BEAM-561 URL: https://issues.apache.org/jira/browse/BEAM-561 Project: Beam Issue Type: Bug Reporter: Jason

[GitHub] incubator-beam pull request #844: Update DoFn javadocs to remove references ...

2016-08-17 Thread swegner
GitHub user swegner opened a pull request: https://github.com/apache/incubator-beam/pull/844 Update DoFn javadocs to remove references to OldDoFn and Dataflow Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make

[1/4] incubator-beam git commit: Rewrites DoFnReflector to go via DoFnSignature

2016-08-17 Thread bchambers
Repository: incubator-beam Updated Branches: refs/heads/master 46097736b -> 89367cfb1 http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/fbf77f90/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/reflect/DoFnSignaturesTest.java

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

2016-08-17 Thread bchambers
Closes #812 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/89367cfb Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/89367cfb Diff:

[3/4] incubator-beam git commit: Rewrites DoFnReflector to go via DoFnSignature

2016-08-17 Thread bchambers
Rewrites DoFnReflector to go via DoFnSignature DoFnSignature encapsulates type information about a DoFn, in particular which arguments/features its methods actually use. Before this commit, DoFnReflector would parse/verify/generate code in one go; after this commit, these stages are separated:

[GitHub] incubator-beam pull request #812: Rewrites DoFnReflector to go via DoFnSigna...

2016-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/812 --- 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, or if the

[2/4] incubator-beam git commit: Rewrites DoFnReflector to go via DoFnSignature

2016-08-17 Thread bchambers
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/fbf77f90/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/reflect/DoFnSignature.java -- diff --git

[GitHub] incubator-beam pull request #841: [Beam-556] Fix typo in documentation

2016-08-17 Thread fyellin
GitHub user fyellin opened a pull request: https://github.com/apache/incubator-beam/pull/841 [Beam-556] Fix typo in documentation This is my first python submission. It was built on top of origin/python-sdk rather than origin/master. If I'm doing this wrong, please let me know.

[3/4] incubator-beam git commit: Set Gcs upload buffer size to 1M in streaming mode in DataflowRunner

2016-08-17 Thread lcwik
Set Gcs upload buffer size to 1M in streaming mode in DataflowRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/da3081a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/da3081a6 Diff:

[jira] [Commented] (BEAM-554) Dataflow runner to support bounded writes in streaming mode.

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425588#comment-15425588 ] ASF GitHub Bot commented on BEAM-554: - Github user asfgit closed the pull request at:

[1/2] incubator-beam git commit: Change name of result returned by BigQueryIO.Read

2016-08-17 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master cf056f992 -> 7ac8d6ded Change name of result returned by BigQueryIO.Read Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/214776e5 Tree:

[GitHub] incubator-beam pull request #840: [Beam-555] Remove cut-and-paste error from...

2016-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/840 --- 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, or if the

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

2016-08-17 Thread dhalperi
Closes #840 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7ac8d6de Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7ac8d6de Diff:

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

2016-08-17 Thread dhalperi
Closes #836 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e39bf3ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e39bf3ff Diff:

[1/2] incubator-beam git commit: Remove egg_info from setup.cfg

2016-08-17 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 600684865 -> e39bf3ff4 Remove egg_info from setup.cfg Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/44145bbe Tree:

[GitHub] incubator-beam pull request #835: Fix NPE in BigQueryIO.TransformingReader w...

2016-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/835 --- 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, or if the

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

2016-08-17 Thread dhalperi
Repository: incubator-beam Updated Branches: refs/heads/master 7ac8d6ded -> bfa3b70ab Closes #835 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/bfa3b70a Tree:

[2/2] incubator-beam git commit: Fix NPE in BigQueryIO.TransformingReader

2016-08-17 Thread dhalperi
Fix NPE in BigQueryIO.TransformingReader Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2c8a6546 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2c8a6546 Diff:

[GitHub] incubator-beam pull request #836: Remove egg_info from setup.cfg

2016-08-17 Thread aaltay
Github user aaltay closed the pull request at: https://github.com/apache/incubator-beam/pull/836 --- 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, or if the

[jira] [Commented] (BEAM-565) Datastore Sink should support deletes

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425788#comment-15425788 ] ASF GitHub Bot commented on BEAM-565: - GitHub user vikkyrk opened a pull request:

[GitHub] incubator-beam pull request #845: [BEAM-565] Datastore Sink support for writ...

2016-08-17 Thread vikkyrk
GitHub user vikkyrk opened a pull request: https://github.com/apache/incubator-beam/pull/845 [BEAM-565] Datastore Sink support for writing Mutations Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[jira] [Created] (BEAM-565) Datastore Sink should support deletes

2016-08-17 Thread Vikas Kedigehalli (JIRA)
Vikas Kedigehalli created BEAM-565: -- Summary: Datastore Sink should support deletes Key: BEAM-565 URL: https://issues.apache.org/jira/browse/BEAM-565 Project: Beam Issue Type: Improvement

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

2016-08-17 Thread bchambers
Repository: incubator-beam Updated Branches: refs/heads/master 89367cfb1 -> d93ef2edd Closes #756 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d93ef2ed Tree:

[jira] [Resolved] (BEAM-550) Datastore should support writes for Unbounded PCollections

2016-08-17 Thread Vikas Kedigehalli (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Kedigehalli resolved BEAM-550. Resolution: Fixed Fix Version/s: 0.3.0-incubating > Datastore should support writes

[jira] [Commented] (BEAM-414) IntraBundleParallelization needs to be removed

2016-08-17 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425597#comment-15425597 ] Luke Cwik commented on BEAM-414: [~pei...@gmail.com] was working on some refactoring of the examples which

[jira] [Created] (BEAM-563) DoFn Reuse: Update DirectRunner

2016-08-17 Thread Ahmet Altay (JIRA)
Ahmet Altay created BEAM-563: Summary: DoFn Reuse: Update DirectRunner Key: BEAM-563 URL: https://issues.apache.org/jira/browse/BEAM-563 Project: Beam Issue Type: New Feature

[jira] [Created] (BEAM-562) DoFn Reuse: Add new methods to DoFn

2016-08-17 Thread Ahmet Altay (JIRA)
Ahmet Altay created BEAM-562: Summary: DoFn Reuse: Add new methods to DoFn Key: BEAM-562 URL: https://issues.apache.org/jira/browse/BEAM-562 Project: Beam Issue Type: New Feature

[2/2] incubator-beam git commit: DatastoreIO Sink as ParDo

2016-08-17 Thread dhalperi
DatastoreIO Sink as ParDo Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a0361ae9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a0361ae9 Diff:

[GitHub] incubator-beam pull request #833: [BEAM-550] DatastoreIO Sink as ParDo

2016-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/833 --- 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, or if the

[jira] [Commented] (BEAM-550) Datastore should support writes for Unbounded PCollections

2016-08-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15425670#comment-15425670 ] ASF GitHub Bot commented on BEAM-550: - Github user asfgit closed the pull request at:

[jira] [Created] (BEAM-564) Update source framework so that remaining and consumed number of split points can be reported

2016-08-17 Thread Chamikara Jayalath (JIRA)
Chamikara Jayalath created BEAM-564: --- Summary: Update source framework so that remaining and consumed number of split points can be reported Key: BEAM-564 URL: https://issues.apache.org/jira/browse/BEAM-564