Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #2134

2016-12-17 Thread Apache Jenkins Server
See

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Dataflow #1846

2016-12-17 Thread Apache Jenkins Server
See

[jira] [Resolved] (BEAM-853) Force streaming execution on batch pipelines for testing.

2016-12-17 Thread Amit Sela (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Sela resolved BEAM-853. Resolution: Fixed Fix Version/s: 0.5.0-incubating > Force streaming execution on batch pipelines for

[3/5] incubator-beam git commit: Add timer support to DoFnRunner(s)

2016-12-17 Thread kenn
Add timer support to DoFnRunner(s) Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8af13b01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8af13b01 Diff:

[GitHub] incubator-beam pull request #1612: [BEAM-27] Support timer setting and recei...

2016-12-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1612 --- 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/5] incubator-beam git commit: Make TimerSpec and StateSpec fields accessible

2016-12-17 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 5255a3381 -> c28957d16 Make TimerSpec and StateSpec fields accessible Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c1e1017d Tree:

[5/5] incubator-beam git commit: This closes #1612: [BEAM-27] Support timer setting and receiving in SimpleDoFnRunner

2016-12-17 Thread kenn
This closes #1612: [BEAM-27] Support timer setting and receiving in SimpleDoFnRunner Use empty SideInputReader, fixes NPE in SimpleDoFnRunnerTest Test that SimpleDoFnRunner wraps exceptions in startBundle and finishBundle Add timer support to DoFnRunner(s) Make TimerSpec and StateSpec

[4/5] incubator-beam git commit: Use empty SideInputReader, fixes NPE in SimpleDoFnRunnerTest

2016-12-17 Thread kenn
Use empty SideInputReader, fixes NPE in SimpleDoFnRunnerTest Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b78aa669 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b78aa669 Diff:

[2/5] incubator-beam git commit: Test that SimpleDoFnRunner wraps exceptions in startBundle and finishBundle

2016-12-17 Thread kenn
Test that SimpleDoFnRunner wraps exceptions in startBundle and finishBundle Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/3b4c7d10 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/3b4c7d10

[jira] [Commented] (BEAM-27) Add user-ready API for interacting with timers

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

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Dataflow #1846

2016-12-17 Thread Apache Jenkins Server
See

[jira] [Resolved] (BEAM-85) PAssert needs sanity check that it's used correctly

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-85. - Resolution: Fixed Fix Version/s: 0.5.0-incubating When used as a `@Rule` this is now the

[jira] [Updated] (BEAM-947) WindowedWordCountIT fails due to not setting "--output" pipeline options

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-947: - Issue Type: Bug (was: New Feature) > WindowedWordCountIT fails due to not setting "--output"

[jira] [Updated] (BEAM-261) Apache Apex Runner

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-261: - Issue Type: New Feature (was: Wish) > Apache Apex Runner > -- > >

[jira] [Updated] (BEAM-808) Increase "spark.port.maxRetries" to avoid BindException in ROS.

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-808: - Issue Type: Bug (was: Improvement) > Increase "spark.port.maxRetries" to avoid BindException in

[jira] [Updated] (BEAM-864) RAT check fails on DEPENDENCIES

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-864: - Summary: RAT check fails on DEPENDENCIES (was: Update to latest Apache Maven-Parent) > RAT check

[2/3] incubator-beam git commit: Empty TestPipeline need not be run

2016-12-17 Thread kenn
Empty TestPipeline need not be run Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/0d54a4c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/0d54a4c6 Diff:

[3/3] incubator-beam git commit: This closes #1595, makes TestPipeline a JUnit rule

2016-12-17 Thread kenn
This closes #1595, makes TestPipeline a JUnit rule Empty TestPipeline need not be run [BEAM-85, BEAM-298] Make TestPipeline a JUnit Rule checking proper usage Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[1/3] incubator-beam git commit: [BEAM-85, BEAM-298] Make TestPipeline a JUnit Rule checking proper usage

2016-12-17 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master c28957d16 -> 1c9bf8d66 [BEAM-85, BEAM-298] Make TestPipeline a JUnit Rule checking proper usage Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[GitHub] incubator-beam pull request #1595: [BEAM-85,BEAM-298] Introducing TestPipeli...

2016-12-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1595 --- 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-85) PAssert needs sanity check that it's used correctly

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

[jira] [Created] (BEAM-1176) Make our test suites use @Rule TestPipeline

2016-12-17 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1176: - Summary: Make our test suites use @Rule TestPipeline Key: BEAM-1176 URL: https://issues.apache.org/jira/browse/BEAM-1176 Project: Beam Issue Type:

[jira] [Updated] (BEAM-939) New credentials code broke Dataflow runner

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-939: - Issue Type: Bug (was: New Feature) > New credentials code broke Dataflow runner >

[jira] [Updated] (BEAM-651) Consider making TypedPValue.setTypeDescriptorInternal no longer Internal

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-651: - Issue Type: New Feature (was: Wish) > Consider making TypedPValue.setTypeDescriptorInternal no

[jira] [Updated] (BEAM-1060) Make DoFnTester use new DoFn

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1060: -- Issue Type: New Feature (was: Improvement) > Make DoFnTester use new DoFn >

[jira] [Updated] (BEAM-830) Launcher for ApexRunner execution on YARN cluster

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-830: - Issue Type: New Feature (was: Improvement) > Launcher for ApexRunner execution on YARN cluster >

[jira] [Updated] (BEAM-252) Make Regex Transform

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-252: - Issue Type: New Feature (was: Improvement) > Make Regex Transform > > >

[jira] [Updated] (BEAM-1060) Make DoFnTester use new DoFn

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1060: -- Issue Type: Improvement (was: New Feature) > Make DoFnTester use new DoFn >

[jira] [Updated] (BEAM-35) Remove timer multiplexing and give timers identifiers

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-35: Issue Type: Improvement (was: New Feature) > Remove timer multiplexing and give timers identifiers >

[jira] [Updated] (BEAM-651) Add public TypedPValue.setTypeDescriptor

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-651: - Summary: Add public TypedPValue.setTypeDescriptor (was: Making

[jira] [Updated] (BEAM-651) Making TypedPValue.setTypeDescriptorInternal no longer Internal

2016-12-17 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-651: - Summary: Making TypedPValue.setTypeDescriptorInternal no longer Internal (was: Consider making