[jira] [Commented] (BEAM-1056) Reference beam version only once in Archetypes

2017-01-11 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15820412#comment-15820412 ] Davor Bonaci commented on BEAM-1056: Assigning to Tim, per request on dev@. Tim, here you go, and

[GitHub] beam pull request #1770: [BEAM-1255] java.io.NotSerializableException in fli...

2017-01-11 Thread xhumanoid
GitHub user xhumanoid opened a pull request: https://github.com/apache/beam/pull/1770 [BEAM-1255] java.io.NotSerializableException in flink on UnboundedSource Hi, this commit for fix serialization issue on UnboundedSource. Without it all UnboundedSource broken in flink engine.

[jira] [Assigned] (BEAM-1255) java.io.NotSerializableException in flink on UnboundedSource

2017-01-11 Thread Alexey Diomin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Diomin reassigned BEAM-1255: --- Assignee: Alexey Diomin (was: Maximilian Michels) > java.io.NotSerializableException in

[GitHub] beam pull request #1769: [BEAM-1262] Test metrics in start/end bundle for Pa...

2017-01-11 Thread pabloem
GitHub user pabloem opened a pull request: https://github.com/apache/beam/pull/1769 [BEAM-1262] Test metrics in start/end bundle for ParDos Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is

[jira] [Updated] (BEAM-1267) BigQueryIO.Write should support the ignoreUnknownValues option

2017-01-11 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin updated BEAM-1267: -- Labels: newbie starter (was: ) > BigQueryIO.Write should support the ignoreUnknownValues option

[jira] [Updated] (BEAM-1267) BigQueryIO.Write should support the ignoreUnknownValues option

2017-01-11 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin updated BEAM-1267: -- Assignee: (was: Daniel Halperin) > BigQueryIO.Write should support the ignoreUnknownValues

[jira] [Closed] (BEAM-1266) Use full windowed value representations within Dataflow job representation

2017-01-11 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik closed BEAM-1266. --- Resolution: Fixed Fix Version/s: 0.5.0 > Use full windowed value representations within Dataflow job

[2/2] beam git commit: [BEAM-1266] Remove value only outputs in Dataflow job representation

2017-01-11 Thread lcwik
[BEAM-1266] Remove value only outputs in Dataflow job representation This closes #1266 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a93e218b Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a93e218b Diff:

[1/2] beam git commit: Remove value only outputs in Dataflow job representation

2017-01-11 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 07020c961 -> a93e218ba Remove value only outputs in Dataflow job representation Always define outputs in terms of full windowed value representations Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Dataflow #2013

2017-01-11 Thread Apache Jenkins Server
See

[jira] [Comment Edited] (BEAM-1267) BigQueryIO.Write should support the ignoreUnknownValues option

2017-01-11 Thread George Agnelli (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15819418#comment-15819418 ] George Agnelli edited comment on BEAM-1267 at 1/11/17 10:42 PM: This has

[jira] [Commented] (BEAM-1267) BigQueryIO.Write should support the ignoreUnknownValues option

2017-01-11 Thread George Agnelli (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15819418#comment-15819418 ] George Agnelli commented on BEAM-1267: -- This has also been requested

[jira] [Created] (BEAM-1267) BigQueryIO.Write should support the ignoreUnknownValues option

2017-01-11 Thread George Agnelli (JIRA)
George Agnelli created BEAM-1267: Summary: BigQueryIO.Write should support the ignoreUnknownValues option Key: BEAM-1267 URL: https://issues.apache.org/jira/browse/BEAM-1267 Project: Beam

[jira] [Commented] (BEAM-1255) java.io.NotSerializableException in flink on UnboundedSource

2017-01-11 Thread Jeremie Lenfant-Engelmann (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15819386#comment-15819386 ] Jeremie Lenfant-Engelmann commented on BEAM-1255: - The issue here is that TypeDescriptor

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Flink #1346

2017-01-11 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Flink #1345

2017-01-11 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Flink #1345

2017-01-11 Thread Apache Jenkins Server
See

[1/2] beam git commit: Revert "Captures assertion site and message in PAssert"

2017-01-11 Thread kenn
Repository: beam Updated Branches: refs/heads/master 51820cbe0 -> 07020c961 Revert "Captures assertion site and message in PAssert" This reverts commit c62611c73ab0f9a5769f3ee9b28b11e917628f78. It breaks post-commit Dataflow and Flink runners. Project:

[GitHub] beam pull request #1767: [BEAM-1260] Revert "Captures assertion site and mes...

2017-01-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/1767 --- 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 feature is

[2/2] beam git commit: This closes #1767: Revert "Captures assertion site and message in PAssert"

2017-01-11 Thread kenn
This closes #1767: Revert "Captures assertion site and message in PAssert" Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/07020c96 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/07020c96 Diff:

[GitHub] beam pull request #1767: [BEAM-1260] Revert "Captures assertion site and mes...

2017-01-11 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/1767 [BEAM-1260] Revert "Captures assertion site and message in PAssert" This reverts commit c62611c73ab0f9a5769f3ee9b28b11e917628f78. It breaks post-commit Dataflow and Flink runners, e.g.

[jira] [Commented] (BEAM-1266) Use full windowed value representations within Dataflow job representation

2017-01-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15819104#comment-15819104 ] ASF GitHub Bot commented on BEAM-1266: -- GitHub user lukecwik opened a pull request:

[jira] [Created] (BEAM-1266) Use full windowed value representations within Dataflow job representation

2017-01-11 Thread Luke Cwik (JIRA)
Luke Cwik created BEAM-1266: --- Summary: Use full windowed value representations within Dataflow job representation Key: BEAM-1266 URL: https://issues.apache.org/jira/browse/BEAM-1266 Project: Beam

[GitHub] beam pull request #1766: [BEAM-1266] Remove value only outputs in Dataflow j...

2017-01-11 Thread lukecwik
GitHub user lukecwik opened a pull request: https://github.com/apache/beam/pull/1766 [BEAM-1266] Remove value only outputs in Dataflow job representation Always define outputs in terms of full windowed value representations Be sure to do all of the following to help us

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Dataflow #2011

2017-01-11 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Flink #1344

2017-01-11 Thread Apache Jenkins Server
See

[GitHub] beam pull request #1758: [BEAM-1256] SparkPipelineResult.StreamingMode shoul...

2017-01-11 Thread amitsela
Github user amitsela closed the pull request at: https://github.com/apache/beam/pull/1758 --- 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 feature is

[jira] [Comment Edited] (BEAM-1255) java.io.NotSerializableException in flink on UnboundedSource

2017-01-11 Thread Alexey Diomin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15818082#comment-15818082 ] Alexey Diomin edited comment on BEAM-1255 at 1/11/17 12:20 PM: --- This bug

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Flink #1343

2017-01-11 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Flink #1343

2017-01-11 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1255) java.io.NotSerializableException in flink on UnboundedSource

2017-01-11 Thread Alexey Diomin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15818082#comment-15818082 ] Alexey Diomin commented on BEAM-1255: - This bug relate for serialization of UnboundedSourceWrapper

Jenkins build is still unstable: beam_PostCommit_Java_RunnableOnService_Dataflow #2009

2017-01-11 Thread Apache Jenkins Server
See