[jira] [Updated] (BEAM-1149) Side input access fails in direct runner (possibly others too) when input element in multiple windows

2016-12-21 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1149: -- Component/s: runner-core > Side input access fails in direct runner (possibly others too) when

[GitHub] incubator-beam pull request #1670: [BEAM-25, BEAM-1117] Fixes for direct run...

2016-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1670 --- 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-25) Add user-ready API for interacting with state

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

[1/3] incubator-beam git commit: Actually propagate and commit state in direct runner

2016-12-21 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 7ee8c86d3 -> ff3951699 Actually propagate and commit state in direct 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/55176c38 Tree:

[3/3] incubator-beam git commit: This closes #1670: Fixes for direct runner expansion and evaluation of stateful ParDo

2016-12-21 Thread kenn
This closes #1670: Fixes for direct runner expansion and evaluation of stateful ParDo Actually propagate and commit state in direct runner Fix windowing in direct runner Stateful ParDo Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[2/3] incubator-beam git commit: Fix windowing in direct runner Stateful ParDo

2016-12-21 Thread kenn
Fix windowing in direct runner Stateful 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/4fb16e8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4fb16e8f Diff:

[jira] [Created] (BEAM-1198) ViewFn: explicitly decouple runner materialization of side inputs from SDK-specific mapping

2016-12-21 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1198: - Summary: ViewFn: explicitly decouple runner materialization of side inputs from SDK-specific mapping Key: BEAM-1198 URL: https://issues.apache.org/jira/browse/BEAM-1198

[jira] [Closed] (BEAM-1003) Enable caching of side-input dependent computations

2016-12-21 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles closed BEAM-1003. - Resolution: Duplicate Fix Version/s: Not applicable Looks like an exact duplicate, a la

[jira] [Updated] (BEAM-260) WindowMappingFn: Know the getSideInputWindow upper bound to release side input resources

2016-12-21 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-260: - Summary: WindowMappingFn: Know the getSideInputWindow upper bound to release side input resources

Re: Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #2195

2016-12-21 Thread Dan Halperin
This was a manual invocation, which somehow causes an email to the commits list even though it was not run against master. Please ignore. Context: [BEAM-1194] On Wed, Dec 21, 2016 at 11:41 AM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Gearpump #156

2016-12-21 Thread Apache Jenkins Server
See Changes: [ansela] [BEAM-1000, BEAM-1050] Fixed PipelineResult.State Failed for streaming, [ansela] Redistributed some responsibilities in order to remove [klk] Update Dataflow worker to

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Gearpump #156

2016-12-21 Thread Apache Jenkins Server
See Changes: [ansela] [BEAM-1000, BEAM-1050] Fixed PipelineResult.State Failed for streaming, [ansela] Redistributed some responsibilities in order to remove [klk] Update Dataflow worker to

[49/50] incubator-beam git commit: [BEAM-79] Upgrade to beam-0.5.0-incubating-SNAPSHOT

2016-12-21 Thread kenn
[BEAM-79] Upgrade to beam-0.5.0-incubating-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/647034cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/647034cf Diff:

[40/50] incubator-beam git commit: This closes #1659: More escaping in Jenkins timestamp spec

2016-12-21 Thread kenn
This closes #1659: More escaping in Jenkins timestamp spec Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d13f11f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d13f11f8 Diff:

[02/50] incubator-beam git commit: Make {Metric, Counter, Distribution}Cell public

2016-12-21 Thread kenn
Make {Metric,Counter,Distribution}Cell public These classes may be useful to hold on to within a runner where the step context is known to be unchanging and there may be a desire to avoid the extra indirection of using {Counter,Distribution} directly. Project:

[jira] [Commented] (BEAM-79) Gearpump runner

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

[30/50] incubator-beam git commit: [BEAM-1165] Fix unexpected file creation when checking dependencies

2016-12-21 Thread kenn
[BEAM-1165] Fix unexpected file creation when checking dependencies This error happens because maven-dependency-plugin asumes the property output used by the flink tests as the export file for the depedency:tree command. Ref.

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

2016-12-21 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:

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

2016-12-21 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/gearpump-runner b6e7bb659 -> 4c445dd0b Closes #1622 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1ee191fb Tree:

[44/50] incubator-beam git commit: [BEAM-59] initial interfaces and classes of Beam FileSystem

2016-12-21 Thread kenn
[BEAM-59] initial interfaces and classes of Beam FileSystem This closes #1558 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/28d7913b Tree:

[43/50] incubator-beam git commit: [BEAM-59] initial interfaces and classes of Beam FileSystem.

2016-12-21 Thread kenn
[BEAM-59] initial interfaces and classes of Beam FileSystem. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/467f7d17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/467f7d17 Diff:

[28/50] incubator-beam git commit: [BEAM-716] This closes #1577

2016-12-21 Thread kenn
[BEAM-716] This closes #1577 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1e148cd7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1e148cd7 Diff:

[33/50] incubator-beam git commit: Show timestamps on log lines in Jenkins

2016-12-21 Thread kenn
Show timestamps on log lines in Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4d964734 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4d964734 Diff:

[20/50] incubator-beam git commit: Change counter name in TestDataflowRunner

2016-12-21 Thread kenn
Change counter name in TestDataflowRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6b055d2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/6b055d2d Diff:

[37/50] incubator-beam git commit: Add RunnableOnService test for Metrics

2016-12-21 Thread kenn
Add RunnableOnService test for Metrics Add UsesMetrics interface and exclude from runners that don't yet support Metrics Add Serializability as needed for Metrics to be created during pipeline construction Remove test from DirectRunnerTest Project:

[46/50] incubator-beam git commit: Closes #1656

2016-12-21 Thread kenn
Closes #1656 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/b3de17b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/b3de17b3 Diff:

[18/50] incubator-beam git commit: Closes #1651

2016-12-21 Thread kenn
Closes #1651 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5255a338 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5255a338 Diff:

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

2016-12-21 Thread kenn
This closes #1632 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/203b7b17 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/203b7b17 Diff:

[50/50] incubator-beam git commit: This closes #1663: Merge master (b3de17b) into gearpump-runner

2016-12-21 Thread kenn
This closes #1663: Merge master (b3de17b) into gearpump-runner Adjustments in gearpump-runner: [BEAM-79] Upgrade to beam-0.5.0-incubating-SNAPSHOT [BEAM-79] Update to latest Gearpump API >From master: Disable automatic archiving of Maven builds [BEAM-59] initial interfaces and classes

[35/50] incubator-beam git commit: Fix seed job fetch spec

2016-12-21 Thread kenn
Fix seed job fetch spec Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2148adb8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2148adb8 Diff:

[41/50] incubator-beam git commit: Change counter name in TestDataflowRunner

2016-12-21 Thread kenn
Change counter name in TestDataflowRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a2f44923 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a2f44923 Diff:

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

2016-12-21 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:

[16/50] incubator-beam git commit: [BEAM-853] Force streaming execution on batch pipelines for testing. Expose the adapted source.

2016-12-21 Thread kenn
[BEAM-853] Force streaming execution on batch pipelines for testing. Expose the adapted source. Force streaming execution, if set in PipelineOptions. Added test. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[GitHub] incubator-beam pull request #1663: [BEAM-79] merge master into gearpump-runn...

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

[29/50] incubator-beam git commit: [BEAM-1178] Make naming of logger objects consistent

2016-12-21 Thread kenn
[BEAM-1178] Make naming of logger objects consistent Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4cf59170 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4cf59170 Diff:

[09/50] incubator-beam git commit: View.asMap: minor javadoc fixes

2016-12-21 Thread kenn
View.asMap: minor javadoc fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/6a4a6997 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/6a4a6997 Diff:

[10/50] incubator-beam git commit: Closes #1650

2016-12-21 Thread kenn
Closes #1650 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7d1976b2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7d1976b2 Diff:

[08/50] incubator-beam git commit: Revert "Removes code for wrapping DoFn as an OldDoFn"

2016-12-21 Thread kenn
Revert "Removes code for wrapping DoFn as an OldDoFn" This reverts commit a22de15012c51e8b7e31143021f0a298e093bf51. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a12fd8c5 Tree:

[36/50] incubator-beam git commit: This closes #1657: Fix seed job fetch spec

2016-12-21 Thread kenn
This closes #1657: Fix seed job fetch spec Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/66318d82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/66318d82 Diff:

[04/50] incubator-beam git commit: Closes #1649

2016-12-21 Thread kenn
Closes #1649 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/abdbee61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/abdbee61 Diff:

[39/50] incubator-beam git commit: More escaping in Jenkins timestamp spec

2016-12-21 Thread kenn
More escaping in Jenkins timestamp spec Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/627ccb52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/627ccb52 Diff:

[32/50] incubator-beam git commit: This closes #1655: [BEAM-1178] Make naming of logger objects consistent

2016-12-21 Thread kenn
This closes #1655: [BEAM-1178] Make naming of logger objects consistent [BEAM-1178] Make naming of logger objects consistent Fix grammar error (repeated for) Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[38/50] incubator-beam git commit: Closes #1638

2016-12-21 Thread kenn
Closes #1638 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a972b233 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a972b233 Diff:

[05/50] incubator-beam git commit: Revert "Move InMemoryTimerInternals to runners-core"

2016-12-21 Thread kenn
Revert "Move InMemoryTimerInternals to runners-core" This reverts commit ec0bf7b4023ff75f4ec6723d2e77ed507eb57c51. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/45ed5c70 Tree:

[25/50] incubator-beam git commit: Fix grammar error (repeated for)

2016-12-21 Thread kenn
Fix grammar error (repeated for) Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/fbfea595 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/fbfea595 Diff:

[26/50] incubator-beam git commit: [BEAM-716] Use AutoValue in JmsIO

2016-12-21 Thread kenn
[BEAM-716] Use AutoValue in JmsIO Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/caf1c720 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/caf1c720 Diff:

[11/50] incubator-beam git commit: This closes #1648: Undeletes DoFnInvokers.of(OldDoFn)

2016-12-21 Thread kenn
This closes #1648: Undeletes DoFnInvokers.of(OldDoFn) Revert "Move InMemoryTimerInternals to runners-core" Revert "Moves DoFnAdapters to runners-core" Revert "Removes ArgumentProvider.windowingInternals" Revert "Removes code for wrapping DoFn as an OldDoFn" Project:

[12/50] incubator-beam git commit: Make TimerSpec and StateSpec fields accessible

2016-12-21 Thread kenn
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: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c1e1017d Diff:

[19/50] incubator-beam git commit: BigQueryIO: fix streaming write, typo in API

2016-12-21 Thread kenn
BigQueryIO: fix streaming write, typo in API and improve testing Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/5fb4f5de Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/5fb4f5de Diff:

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

2016-12-21 Thread kenn
[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: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/443b25a4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/443b25a4

[48/50] incubator-beam git commit: [BEAM-79] Update to latest Gearpump API

2016-12-21 Thread kenn
[BEAM-79] Update to latest Gearpump API Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c2fb7c07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c2fb7c07 Diff:

[42/50] incubator-beam git commit: This closes #1631: Change counter name in TestDataflowRunner

2016-12-21 Thread kenn
This closes #1631: Change counter name in TestDataflowRunner Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4f97efc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4f97efc1 Diff:

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

2016-12-21 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/81d94cfa Tree:

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

2016-12-21 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

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

2016-12-21 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

[03/50] incubator-beam git commit: checkstyle: missed newline in DistributionCell

2016-12-21 Thread kenn
checkstyle: missed newline in DistributionCell Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/92dbab8e Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/92dbab8e Diff:

[06/50] incubator-beam git commit: Revert "Moves DoFnAdapters to runners-core"

2016-12-21 Thread kenn
Revert "Moves DoFnAdapters to runners-core" This reverts commit 33ed3238e2b3899cff061be3056c5cc29fc60a04. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/954e57d7 Tree:

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

2016-12-21 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:

[45/50] incubator-beam git commit: Disable automatic archiving of Maven builds

2016-12-21 Thread kenn
Disable automatic archiving of Maven builds >From the Web UI: > If checked, Jenkins will not automatically archive all artifacts generated by > this project. If you wish to archive the results of this build within > Jenkins, you will need to use the "Archive the artifacts" post-build action >

[34/50] incubator-beam git commit: This closes #1640: Show timestamps on log lines in Jenkins

2016-12-21 Thread kenn
This closes #1640: Show timestamps on log lines in Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d738c68b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d738c68b Diff:

[17/50] incubator-beam git commit: This closes #1614: Spark runner: Force streaming execution on batch pipelines for testing

2016-12-21 Thread kenn
This closes #1614: Spark runner: Force streaming execution on batch pipelines for testing [BEAM-853] Force streaming execution on batch pipelines for testing. Expose the adapted source. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[07/50] incubator-beam git commit: Revert "Removes ArgumentProvider.windowingInternals"

2016-12-21 Thread kenn
Revert "Removes ArgumentProvider.windowingInternals" This reverts commit f3e8a0383bf9cb3f9452e0364f7deba113cadff9. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4aa0ee14 Tree:

[jira] [Created] (BEAM-1197) Slowly-changing external data as a side input

2016-12-21 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1197: -- Summary: Slowly-changing external data as a side input Key: BEAM-1197 URL: https://issues.apache.org/jira/browse/BEAM-1197 Project: Beam Issue Type:

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #2196

2016-12-21 Thread Apache Jenkins Server
See

[jira] [Updated] (BEAM-430) Introducing gcpTempLocation that default to tempLocation

2016-12-21 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik updated BEAM-430: --- Labels: backward-incompatible (was: ) > Introducing gcpTempLocation that default to tempLocation >

[jira] [Closed] (BEAM-430) Introducing gcpTempLocation that default to tempLocation

2016-12-21 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik closed BEAM-430. -- > Introducing gcpTempLocation that default to tempLocation >

[jira] [Resolved] (BEAM-430) Introducing gcpTempLocation that default to tempLocation

2016-12-21 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik resolved BEAM-430. Resolution: Fixed > Introducing gcpTempLocation that default to tempLocation >

[jira] [Reopened] (BEAM-430) Introducing gcpTempLocation that default to tempLocation

2016-12-21 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik reopened BEAM-430: > Introducing gcpTempLocation that default to tempLocation >

[jira] [Commented] (BEAM-115) Beam Runner API

2016-12-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15767972#comment-15767972 ] ASF GitHub Bot commented on BEAM-115: - GitHub user kennknowles reopened a pull request:

[GitHub] incubator-beam pull request #662: [BEAM-115] WIP: JSON Schema definition of ...

2016-12-21 Thread kennknowles
GitHub user kennknowles reopened a pull request: https://github.com/apache/incubator-beam/pull/662 [BEAM-115] WIP: JSON Schema definition of pipeline This is a json-schema sketch of the concrete schema from the [Pipeline Runner API proposal

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #2195

2016-12-21 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1190) FileBasedSource should ignore files that matched the glob but don't exist

2016-12-21 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15767937#comment-15767937 ] Daniel Halperin commented on BEAM-1190: --- I do not think this is generally safe -- it may mask

[jira] [Created] (BEAM-1196) Serialize/deserialize Pipeline/TransformHierarchy to JSON

2016-12-21 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1196: - Summary: Serialize/deserialize Pipeline/TransformHierarchy to JSON Key: BEAM-1196 URL: https://issues.apache.org/jira/browse/BEAM-1196 Project: Beam Issue

[jira] [Created] (BEAM-1195) Give triggers URNs / JSON formats

2016-12-21 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1195: - Summary: Give triggers URNs / JSON formats Key: BEAM-1195 URL: https://issues.apache.org/jira/browse/BEAM-1195 Project: Beam Issue Type: New Feature

[jira] [Updated] (BEAM-1194) DataflowRunner should test a variety of valid tempLocation/stagingLocation/etc formats.

2016-12-21 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin updated BEAM-1194: -- Description: Cloud Dataflow has a minor history of small bugs related to various code paths

[jira] [Created] (BEAM-1194) DataflowRunner should test a variety of valid tempLocation/stagingLocation/etc formats.

2016-12-21 Thread Daniel Halperin (JIRA)
Daniel Halperin created BEAM-1194: - Summary: DataflowRunner should test a variety of valid tempLocation/stagingLocation/etc formats. Key: BEAM-1194 URL: https://issues.apache.org/jira/browse/BEAM-1194

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Apex #87

2016-12-21 Thread Apache Jenkins Server
See

[jira] [Updated] (BEAM-1192) Give transforms URNs, use them instead of instanceof checks

2016-12-21 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1192: -- Summary: Give transforms URNs, use them instead of instanceof checks (was: Add URNs to known

[jira] [Updated] (BEAM-1192) Give transforms URNs, use them instead of instanceof checks

2016-12-21 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1192: -- Issue Type: New Feature (was: Improvement) > Give transforms URNs, use them instead of

[jira] [Created] (BEAM-1193) Give Coders URNs and document their binary formats outside the Java code base

2016-12-21 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1193: - Summary: Give Coders URNs and document their binary formats outside the Java code base Key: BEAM-1193 URL: https://issues.apache.org/jira/browse/BEAM-1193 Project:

[2/2] incubator-beam git commit: This closes #1160: Support set and delete of timer by ID in InMemoryTimerInternals

2016-12-21 Thread kenn
This closes #1160: Support set and delete of timer by ID in InMemoryTimerInternals Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7ee8c86d Tree:

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

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

[GitHub] incubator-beam pull request #1660: [BEAM-27] Support setting and deleting ti...

2016-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1660 --- 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: Support set and delete of timer by ID in InMemoryTimerInternals

2016-12-21 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master a9447a225 -> 7ee8c86d3 Support set and delete of timer by ID in InMemoryTimerInternals Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit:

[jira] [Commented] (BEAM-1190) FileBasedSource should ignore files that matched the glob but don't exist

2016-12-21 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15767871#comment-15767871 ] Eugene Kirpichov commented on BEAM-1190: My proposal is to add a mandatory stat at glob-expand time

[jira] [Comment Edited] (BEAM-1190) FileBasedSource should ignore files that matched the glob but don't exist

2016-12-21 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15767818#comment-15767818 ] Daniel Halperin edited comment on BEAM-1190 at 12/21/16 6:46 PM: - Not for

[jira] [Commented] (BEAM-1190) FileBasedSource should ignore files that matched the glob but don't exist

2016-12-21 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15767818#comment-15767818 ] Daniel Halperin commented on BEAM-1190: --- Not for very long -- the stat at open-time is getting

[jira] [Commented] (BEAM-362) Move shared runner functionality out of SDK and into runners/core-java

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

[3/3] incubator-beam git commit: This closes #1666: Move ExecutionContext and related classes to runners-core

2016-12-21 Thread kenn
This closes #1666: Move ExecutionContext and related classes to runners-core Move ExecutionContext and related classes to runners-core Update Dataflow worker to beam-master-20161221 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org

[1/3] incubator-beam git commit: Move ExecutionContext and related classes to runners-core

2016-12-21 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 4843dc59c -> a9447a225 Move ExecutionContext and related classes to runners-core Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/9d2b8e09

[2/3] incubator-beam git commit: Update Dataflow worker to beam-master-20161221

2016-12-21 Thread kenn
Update Dataflow worker to beam-master-20161221 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/64336e40 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/64336e40 Diff: http://git-wip

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #86

2016-12-21 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on beam1 (beam) in workspace

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #85

2016-12-21 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on beam1 (beam) in workspace

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #84

2016-12-21 Thread Apache Jenkins Server
See -- Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on beam1 (beam) in workspace

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #83

2016-12-21 Thread Apache Jenkins Server
See -- [...truncated 388 lines...] + e6442d2...9680e87 refs/pull/1522/merge -> origin/pr/1522/merge (forced update) + e880c72...164001b refs/pull/1526/head ->

[jira] [Created] (BEAM-1192) Add URNs to known transforms instead of using instanceof checks

2016-12-21 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1192: - Summary: Add URNs to known transforms instead of using instanceof checks Key: BEAM-1192 URL: https://issues.apache.org/jira/browse/BEAM-1192 Project: Beam

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

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

[GitHub] incubator-beam pull request #1673: [BEAM-27] Require TimeDomain to delete a ...

2016-12-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/1673 --- 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: This closes #1673: Require TimeDomain to delete a timer

2016-12-21 Thread kenn
This closes #1673: Require TimeDomain to delete a timer Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/4843dc59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/4843dc59 Diff:

[1/2] incubator-beam git commit: Require TimeDomain to delete a timer

2016-12-21 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 0d0a5e287 -> 4843dc59c Require TimeDomain to delete a timer Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/35a02740 Tree:

<    1   2   3   >