Build failed in Jenkins: beam_PostCommit_RunnableOnService_GearpumpLocal #153

2016-11-22 Thread Apache Jenkins Server
See Changes: [thw] BEAM-261 Apex runner PoC [thw] BEAM-261 Use Apex 3.5.0-SNAPSHOT to use loopback as connect address. [thw] BEAM-261 Read.Bounded and FlattenPCollection. [thw] BEAM-261

[20/50] incubator-beam git commit: [Beam-1001] Add non blocking cancel() and waitUntilFinish() for streaming applications. remove timeout parameer in spark pipeline option.

2016-11-22 Thread kenn
[Beam-1001] Add non blocking cancel() and waitUntilFinish() for streaming applications. remove timeout parameer in spark pipeline 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/dafd5be7 Tree:

[23/50] incubator-beam git commit: [BEAM-1018] This closes #1394

2016-11-22 Thread kenn
[BEAM-1018] This closes #1394 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c6b86f60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c6b86f60 Diff:

[32/50] incubator-beam git commit: Add JUnit category for stateful ParDo tests

2016-11-22 Thread kenn
Add JUnit category for stateful ParDo 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/8d715689 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8d715689 Diff:

[47/50] incubator-beam git commit: Simplify the API for managing MetricsEnvironment

2016-11-22 Thread kenn
Simplify the API for managing MetricsEnvironment 1. setCurrentContainer returns the previous MetricsEnvironment 2. setCurrentContainer(null) resets the thread local 3. scopedCurrentContainer sets the container and returns a Closeable to reset the previous container. Project:

[28/50] incubator-beam git commit: Remove microbenchmarks directory from Beam

2016-11-22 Thread kenn
Remove microbenchmarks directory from Beam The microbenchmarks should not be released as part of the Beam distribution, rather they exist for internal measurements and testing. Given that we also don't have any automatic monitoring (and that any such measurements are not indicative of real

[04/50] incubator-beam git commit: Block earlier in BoundedReadEvaluatorFactoryTest

2016-11-22 Thread kenn
Block earlier in BoundedReadEvaluatorFactoryTest This ensures that the reader doesn't claim the split point, which in turn ensures the dynamic split request will not be refused by the OffsetBasedSource. If the split is refused, ...ProducesDynamicSplits flakes, as if the reader is faster than the

[27/50] incubator-beam git commit: This closes #1401

2016-11-22 Thread kenn
This closes #1401 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/869d082e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/869d082e Diff:

[09/50] incubator-beam git commit: Remove dead code from MetricsContainer

2016-11-22 Thread kenn
Remove dead code from MetricsContainer Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5fc68a5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5fc68a5c Diff:

[45/50] incubator-beam git commit: Closes #1410

2016-11-22 Thread kenn
Closes #1410 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6ec45f7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/6ec45f7e Diff:

[10/50] incubator-beam git commit: Move DoFn.ArgumentProvider to DoFnInvoker.ArgumentProvider

2016-11-22 Thread kenn
Move DoFn.ArgumentProvider to DoFnInvoker.ArgumentProvider The arguments provided as a single object are an aspect of the DoFnInvoker, not the DoFn. The DoFn itself is a specification that may have other ways of being invoked, depending on the circumstance. Project:

[15/50] incubator-beam git commit: DirectRunner: Expand ParDo.Bound into ParDo.BoundMulti

2016-11-22 Thread kenn
DirectRunner: Expand ParDo.Bound into ParDo.BoundMulti Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f86e98c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f86e98c9 Diff:

[GitHub] incubator-beam pull request #1413: merge master into gearpump-runner

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1413 --- 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

[40/50] incubator-beam git commit: Update StarterPipeline

2016-11-22 Thread kenn
Update StarterPipeline Convert StarterPipeline ParDo to MapElements. Use the new DoFn for non-outputting transforms. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c80554b8 Tree:

[05/50] incubator-beam git commit: This closes #1377

2016-11-22 Thread kenn
This closes #1377 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/212fec4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/212fec4e Diff:

[26/50] incubator-beam git commit: Remove dependency on findbugs annotations artifact

2016-11-22 Thread kenn
Remove dependency on findbugs annotations artifact The findbugs annotations artifact has an incompatible license and cannot be included within Beam. We were previously referencing it for the @SuppressFBWarning annotation for inline FindBugs suppression. This change moves inline suppressions out

[01/50] incubator-beam git commit: Restores StateContexts.stateContextFromComponents

2016-11-22 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/gearpump-runner a14927f40 -> 28124050d Restores StateContexts.stateContextFromComponents It must be temporarily restored for compatibility with current Dataflow worker in order for integration tests to pass. Project:

[33/50] incubator-beam git commit: Reject stateful DoFn in SparkRunner

2016-11-22 Thread kenn
Reject stateful DoFn in SparkRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b0d07d74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b0d07d74 Diff:

[41/50] incubator-beam git commit: This closes #1406

2016-11-22 Thread kenn
This closes #1406 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c2dc3863 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c2dc3863 Diff:

[34/50] incubator-beam git commit: Beam archetypes: enable snapshot repositories.

2016-11-22 Thread kenn
Beam archetypes: enable snapshot repositories. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f3c4709f Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f3c4709f Diff:

[50/50] incubator-beam git commit: Merge branch 'master' of https://github.com/apache/incubator-beam into gearpump-runner

2016-11-22 Thread kenn
Merge branch 'master' of https://github.com/apache/incubator-beam into gearpump-runner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/28124050 Tree:

[13/50] incubator-beam git commit: This closes #1389

2016-11-22 Thread kenn
This closes #1389 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3548ffb0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3548ffb0 Diff:

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

2016-11-22 Thread kenn
This closes #1386 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2a7169b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2a7169b6 Diff:

[30/50] incubator-beam git commit: Add JUnit category for stateful ParDo tests

2016-11-22 Thread kenn
Add JUnit category for stateful ParDo 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/f8b6bb7f Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f8b6bb7f Diff:

[42/50] incubator-beam git commit: This closes #1409

2016-11-22 Thread kenn
This closes #1409 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7949b708 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7949b708 Diff:

[16/50] incubator-beam git commit: Use getNewFn for coder inferences in ParDo

2016-11-22 Thread kenn
Use getNewFn for coder inferences in 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/34e2a352 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/34e2a352 Diff:

[03/50] incubator-beam git commit: Refactor SparkProcessContext more cleanly into single- and multi-output versions

2016-11-22 Thread kenn
Refactor SparkProcessContext more cleanly into single- and multi-output versions Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8243fcdc Tree:

[35/50] incubator-beam git commit: This closes #1407

2016-11-22 Thread kenn
This closes #1407 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/249dbc04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/249dbc04 Diff:

[38/50] incubator-beam git commit: [BEAM-59] Use ServiceLoader to register IOChannelFactories in IOChannelUtils.

2016-11-22 Thread kenn
[BEAM-59] Use ServiceLoader to register IOChannelFactories in IOChannelUtils. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/fa417f9c Tree:

[06/50] incubator-beam git commit: Added messages to exceptions

2016-11-22 Thread kenn
Added messages to exceptions Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c0623c10 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c0623c10 Diff:

[07/50] incubator-beam git commit: This closes #1353

2016-11-22 Thread kenn
This closes #1353 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4852d2eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4852d2eb Diff:

[18/50] incubator-beam git commit: Separate ParDoTest cases and make them more flexible

2016-11-22 Thread kenn
Separate ParDoTest cases and make them more flexible A number of excessively rigid name tests preclude runner expansion of ParDo. This change makes them into independent unit tests for better signal and makes them more accurate to the intent - the name should have the relevant information, but

[39/50] incubator-beam git commit: [BEAM-952] Use ServiceLoader to register IOChannelFactories.

2016-11-22 Thread kenn
[BEAM-952] Use ServiceLoader to register IOChannelFactories. This closes #1255 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e53d6d45 Tree:

[02/50] incubator-beam git commit: Replaces SideInputAccess with SideInputReader

2016-11-22 Thread kenn
Replaces SideInputAccess with SideInputReader Makes WindowingInternals.sideInput take the side input window instead of main input window. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/90a0d0e1 Tree:

[43/50] incubator-beam git commit: Reject stateful DoFn in FlinkRunner

2016-11-22 Thread kenn
Reject stateful DoFn in FlinkRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9c2d5da7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/9c2d5da7 Diff:

[12/50] incubator-beam git commit: Restore StateContexts.windowOnly for temporary compatibility

2016-11-22 Thread kenn
Restore StateContexts.windowOnly for temporary compatibility Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/73692b80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/73692b80 Diff:

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

2016-11-22 Thread kenn
This closes #1393 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/875631f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/875631f0 Diff:

[44/50] incubator-beam git commit: This closes #1408

2016-11-22 Thread kenn
This closes #1408 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e7d7aa93 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e7d7aa93 Diff:

[31/50] incubator-beam git commit: Reject stateful DoFn in ApexRunner

2016-11-22 Thread kenn
Reject stateful DoFn in ApexRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e85cea78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e85cea78 Diff:

[29/50] incubator-beam git commit: This closes #1403

2016-11-22 Thread kenn
This closes #1403 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/70efa47c Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/70efa47c Diff:

[25/50] incubator-beam git commit: This closes #1402

2016-11-22 Thread kenn
This closes #1402 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/cb5d216b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/cb5d216b Diff:

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

2016-11-22 Thread kenn
This closes #1417 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b41789e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b41789e9 Diff:

[49/50] incubator-beam git commit: This closes #1422

2016-11-22 Thread kenn
This closes #1422 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/dd85cad0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/dd85cad0 Diff:

[GitHub] incubator-beam pull request #1425: Add TransformHierarchyTest

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1425 --- 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: This closes #1425

2016-11-22 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master dd85cad02 -> 3ae9425b3 This closes #1425 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3ae9425b Tree:

[2/2] incubator-beam git commit: Add TransformHierarchyTest

2016-11-22 Thread kenn
Add TransformHierarchyTest This tests basic features of TransformHierarchy Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/73d0af91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/73d0af91

[jira] [Commented] (BEAM-1025) User guide - "How to create Beam IO Transforms"

2016-11-22 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15689087#comment-15689087 ] Jean-Baptiste Onofré commented on BEAM-1025: I will be happy to help there (as I did some IOs

[jira] [Commented] (BEAM-1042) Clean build fails on Windows in Starter archetype

2016-11-22 Thread JIRA
[ https://issues.apache.org/jira/browse/BEAM-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15689081#comment-15689081 ] Jean-Baptiste Onofré commented on BEAM-1042: Hi Thomas, by the way, we have a PR opened about

[3/3] incubator-beam-site git commit: This closes #81

2016-11-22 Thread davor
This closes #81 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/946ed001 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/946ed001 Diff:

[2/3] incubator-beam-site git commit: Regenerate website

2016-11-22 Thread davor
Regenerate website Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/6a453509 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/6a453509 Diff:

[1/3] incubator-beam-site git commit: Update documentation/pipelines/design-your-pipeline.md. Add 5 images for the doc.

2016-11-22 Thread davor
Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 51e0afeb0 -> 946ed0010 Update documentation/pipelines/design-your-pipeline.md. Add 5 images for the doc. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit:

[GitHub] incubator-beam pull request #1426: FileBasedSource: replace SeekableByteChan...

2016-11-22 Thread peihe
GitHub user peihe opened a pull request: https://github.com/apache/incubator-beam/pull/1426 FileBasedSource: replace SeekableByteChannel with open with startingPosition. Be sure to do all of the following to help us incorporate your contribution quickly and easily: -

[jira] [Updated] (BEAM-1043) Dependency problems found in runner-apex

2016-11-22 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated BEAM-1043: --- Affects Version/s: (was: 0.3.0-incubating) 0.4.0-incubating > Dependency

[jira] [Commented] (BEAM-1043) Dependency problems found in runner-apex

2016-11-22 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688545#comment-15688545 ] Thomas Weise commented on BEAM-1043: https://github.com/apache/incubator-beam/pull/1418 > Dependency

[GitHub] incubator-beam pull request #1418: Update transitive dependencies for Apex 3...

2016-11-22 Thread tweise
Github user tweise closed the pull request at: https://github.com/apache/incubator-beam/pull/1418 --- 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] [Created] (BEAM-1043) Dependency problems found in runner-apex

2016-11-22 Thread Manu Zhang (JIRA)
Manu Zhang created BEAM-1043: Summary: Dependency problems found in runner-apex Key: BEAM-1043 URL: https://issues.apache.org/jira/browse/BEAM-1043 Project: Beam Issue Type: Bug

[jira] [Commented] (BEAM-1042) Clean build fails on Windows in Starter archetype

2016-11-22 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688466#comment-15688466 ] Thomas Weise commented on BEAM-1042: {code} [ERROR] -> [Help 1]

[jira] [Commented] (BEAM-1042) Clean build fails on Windows in Starter archetype

2016-11-22 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688459#comment-15688459 ] Thomas Weise commented on BEAM-1042: mvn clean install -DskipTests {code} [INFO] Apache Beam :: SDKs

[jira] [Created] (BEAM-1042) Clean build fails on Windows in Starter archetype

2016-11-22 Thread Thomas Weise (JIRA)
Thomas Weise created BEAM-1042: -- Summary: Clean build fails on Windows in Starter archetype Key: BEAM-1042 URL: https://issues.apache.org/jira/browse/BEAM-1042 Project: Beam Issue Type: Bug

[GitHub] incubator-beam pull request #1425: Add TransformHierarchyTest

2016-11-22 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/incubator-beam/pull/1425 Add TransformHierarchyTest 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 #1424: Add input and output types to TransformRe...

2016-11-22 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/1424 Add input and output types to TransformResult Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title

[jira] [Updated] (BEAM-1041) IOChannelFactory: supports for recursively remove().

2016-11-22 Thread Pei He (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pei He updated BEAM-1041: - Summary: IOChannelFactory: supports for recursively remove(). (was: IOChannelFactory: supports for recursively

[jira] [Created] (BEAM-1041) IOChannelFactory: supports for recursively remove.

2016-11-22 Thread Pei He (JIRA)
Pei He created BEAM-1041: Summary: IOChannelFactory: supports for recursively remove. Key: BEAM-1041 URL: https://issues.apache.org/jira/browse/BEAM-1041 Project: Beam Issue Type: Bug

[1/2] incubator-beam git commit: Remove tests for merge

2016-11-22 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/python-sdk 3b5cd0efc -> 21f9c6d2c Remove tests for merge Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a6be102a Tree:

[2/2] incubator-beam git commit: This closes #1423

2016-11-22 Thread kenn
This closes #1423 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/21f9c6d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/21f9c6d2 Diff:

[jira] [Created] (BEAM-1040) Hadoop InputFormat - IO Transform for reads

2016-11-22 Thread Stephen Sisk (JIRA)
Stephen Sisk created BEAM-1040: -- Summary: Hadoop InputFormat - IO Transform for reads Key: BEAM-1040 URL: https://issues.apache.org/jira/browse/BEAM-1040 Project: Beam Issue Type: Bug

[GitHub] incubator-beam pull request #1422: Output Keyed Bundles in GroupAlsoByWindow...

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1422 --- 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: This closes #1422

2016-11-22 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master b41789e9c -> dd85cad02 This closes #1422 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/dd85cad0 Tree:

[2/2] incubator-beam git commit: Output Keyed Bundles in GroupAlsoByWindowEvaluator

2016-11-22 Thread kenn
Output Keyed Bundles in GroupAlsoByWindowEvaluator This allows reuse of keys for downstream serialization. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1cec9702 Tree:

[GitHub] incubator-beam pull request #1422: Output Keyed Bundles in GroupAlsoByWindow...

2016-11-22 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/incubator-beam/pull/1422 Output Keyed Bundles in GroupAlsoByWindowEvaluator Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

[jira] [Assigned] (BEAM-1025) User guide - "How to create Beam IO Transforms"

2016-11-22 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Sisk reassigned BEAM-1025: -- Assignee: Stephen Sisk > User guide - "How to create Beam IO Transforms" >

[GitHub] incubator-beam pull request #1421: Improve the GCS stat using batchAPI

2016-11-22 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/incubator-beam/pull/1421 Improve the GCS stat using batchAPI Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[jira] [Assigned] (BEAM-1027) Hosting data stores to enable IO Transform testing

2016-11-22 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Sisk reassigned BEAM-1027: -- Assignee: Stephen Sisk > Hosting data stores to enable IO Transform testing >

[jira] [Commented] (BEAM-147) Introduce an easy API for pipeline metrics

2016-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688146#comment-15688146 ] ASF GitHub Bot commented on BEAM-147: - GitHub user pabloem opened a pull request:

[jira] [Commented] (BEAM-147) Introduce an easy API for pipeline metrics

2016-11-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15688141#comment-15688141 ] ASF GitHub Bot commented on BEAM-147: - GitHub user pabloem opened a pull request:

[jira] [Commented] (BEAM-147) Introduce an easy API for pipeline metrics

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

[GitHub] incubator-beam pull request #1419: [BEAM-147] Adding Metrics API to Python S...

2016-11-22 Thread pabloem
GitHub user pabloem opened a pull request: https://github.com/apache/incubator-beam/pull/1419 [BEAM-147] Adding Metrics API to Python SDK Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is

[GitHub] incubator-beam pull request #1419: [BEAM-147] Adding Metrics API to Python S...

2016-11-22 Thread pabloem
Github user pabloem closed the pull request at: https://github.com/apache/incubator-beam/pull/1419 --- 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/3] incubator-beam git commit: fixing reviewer comments

2016-11-22 Thread kenn
fixing reviewer 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/d5a68ea8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d5a68ea8 Diff:

[3/3] incubator-beam git commit: This closes #1384

2016-11-22 Thread kenn
This closes #1384 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3b5cd0ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3b5cd0ef Diff:

[GitHub] incubator-beam pull request #1384: Fix the flaky test_model_multiple_pcollec...

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1384 --- 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/3] incubator-beam git commit: Fix the flaky test_model_multiple_pcollections_partition test

2016-11-22 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/python-sdk b4187bd91 -> 3b5cd0efc Fix the flaky test_model_multiple_pcollections_partition test _NativeWriteEvaluator should ignore empty bundles that arrive after a write. Write happens once the last bundle containing data is processed.

[jira] [Closed] (BEAM-1039) Spark context is never actually re-used in tests

2016-11-22 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin closed BEAM-1039. Resolution: Not A Problem Fix Version/s: Not applicable > Spark context is never actually re-used in

[jira] [Commented] (BEAM-1039) Spark context is never actually re-used in tests

2016-11-22 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15687906#comment-15687906 ] Stas Levin commented on BEAM-1039: -- For some reason it looked like... Must have been a brain f... My bad,

[jira] [Updated] (BEAM-1020) FileBasedSink fails to remove temporary directory on Windows operating system

2016-11-22 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci updated BEAM-1020: --- Fix Version/s: (was: Not applicable) 0.4.0-incubating > FileBasedSink fails to

[jira] [Updated] (BEAM-1020) FileBasedSink fails to remove temporary directory on Windows operating system

2016-11-22 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci updated BEAM-1020: --- Assignee: Tenghuan He (was: Davor Bonaci) > FileBasedSink fails to remove temporary directory on

[GitHub] incubator-beam pull request #1417: Simplify the API for managing MetricsEnvi...

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1417 --- 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: Simplify the API for managing MetricsEnvironment

2016-11-22 Thread tgroh
Simplify the API for managing MetricsEnvironment 1. setCurrentContainer returns the previous MetricsEnvironment 2. setCurrentContainer(null) resets the thread local 3. scopedCurrentContainer sets the container and returns a Closeable to reset the previous container. Project:

[1/2] incubator-beam git commit: This closes #1417

2016-11-22 Thread tgroh
Repository: incubator-beam Updated Branches: refs/heads/master 6ec45f7e7 -> b41789e9c This closes #1417 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b41789e9 Tree:

[04/50] incubator-beam git commit: Properly apply Transform Overrides in the Direct Runner

2016-11-22 Thread kenn
Properly apply Transform Overrides in the Direct Runner Previously the direct runner would use the transform override to .apply(), but would keep the original transform in the pipeline, e.g. it would use the original transform to look up an evaluator. The current commit makes it use the node

[49/50] incubator-beam git commit: Merge remote-tracking branch 'origin/master' into merge_master

2016-11-22 Thread kenn
Merge remote-tracking branch 'origin/master' into 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/0a66721b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0a66721b Diff:

[41/50] incubator-beam git commit: Remove microbenchmarks directory from Beam

2016-11-22 Thread kenn
Remove microbenchmarks directory from Beam The microbenchmarks should not be released as part of the Beam distribution, rather they exist for internal measurements and testing. Given that we also don't have any automatic monitoring (and that any such measurements are not indicative of real

[39/50] incubator-beam git commit: Remove dependency on findbugs annotations artifact

2016-11-22 Thread kenn
Remove dependency on findbugs annotations artifact The findbugs annotations artifact has an incompatible license and cannot be included within Beam. We were previously referencing it for the @SuppressFBWarning annotation for inline FindBugs suppression. This change moves inline suppressions out

[44/50] incubator-beam git commit: This closes #1407

2016-11-22 Thread kenn
This closes #1407 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/249dbc04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/249dbc04 Diff:

[05/50] incubator-beam git commit: This closes #1373

2016-11-22 Thread kenn
This closes #1373 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/abd9fb3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/abd9fb3d Diff:

[16/50] incubator-beam git commit: Liberates ReduceFnRunner from WindowingInternals

2016-11-22 Thread kenn
Liberates ReduceFnRunner from WindowingInternals Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/24cae56a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/24cae56a Diff:

[32/50] incubator-beam git commit: DirectRunner: Expand ParDo.Bound into ParDo.BoundMulti

2016-11-22 Thread kenn
DirectRunner: Expand ParDo.Bound into ParDo.BoundMulti Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/f86e98c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/f86e98c9 Diff:

[GitHub] incubator-beam pull request #1416: Merge master

2016-11-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1416 --- 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

[50/50] incubator-beam git commit: This closes #1416

2016-11-22 Thread kenn
This closes #1416 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b4187bd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b4187bd9 Diff:

[47/50] incubator-beam git commit: [BEAM-59] Use ServiceLoader to register IOChannelFactories in IOChannelUtils.

2016-11-22 Thread kenn
[BEAM-59] Use ServiceLoader to register IOChannelFactories in IOChannelUtils. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/fa417f9c Tree:

  1   2   >