[jira] [Commented] (BEAM-1970) Cannot run UserScore on Flink runner due to AvroCoder classload issues

2017-04-29 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990139#comment-15990139 ] Luke Cwik commented on BEAM-1970: - The issue in Avro/Flink seems to be that they use class caches for

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3536

2017-04-29 Thread Apache Jenkins Server
See

[GitHub] beam pull request #2789: Clean up exception signatures

2017-04-29 Thread wtanaka
GitHub user wtanaka opened a pull request: https://github.com/apache/beam/pull/2789 Clean up exception signatures Strengthen some "throws Exception" declarations CoderException extends IOException so it's not necessary to declare both in "throws" You can merge this

[GitHub] beam pull request #2787: Remove useless continue statements

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2787 --- 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: Remove useless continue statements

2017-04-29 Thread lcwik
Remove useless continue statements This closes #2787 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fc55d2f8 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fc55d2f8 Diff:

[1/2] beam git commit: Remove useless continue statements

2017-04-29 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 33358eb23 -> fc55d2f81 Remove useless continue statements Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/cc7cfcce Tree:

[1/2] beam git commit: Remove redundant private on enum constructors

2017-04-29 Thread lcwik
Repository: beam Updated Branches: refs/heads/master e52228166 -> 33358eb23 Remove redundant private on enum constructors https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.9.2 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

[2/2] beam git commit: Remove redundant private on enum constructors

2017-04-29 Thread lcwik
Remove redundant private on enum constructors This closes #2786 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/33358eb2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/33358eb2 Diff:

[GitHub] beam pull request #2786: Remove redundant private on enum constructors

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2786 --- 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

[GitHub] beam pull request #2788: Remove useless return statement

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2788 --- 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: Remove useless return statement

2017-04-29 Thread lcwik
Remove useless return statement This closes #2788 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e5222816 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e5222816 Diff:

[1/2] beam git commit: Remove useless return statement

2017-04-29 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 14d60b26e -> e52228166 Remove useless return statement Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0a901626 Tree:

[GitHub] beam pull request #2788: Remove useless return statement

2017-04-29 Thread wtanaka
GitHub user wtanaka opened a pull request: https://github.com/apache/beam/pull/2788 Remove useless return statement 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:

Jenkins build became unstable: beam_PostCommit_Java_ValidatesRunner_Dataflow #2979

2017-04-29 Thread Apache Jenkins Server
See

[GitHub] beam pull request #2786: Remove redundant private on enum constructors

2017-04-29 Thread wtanaka
GitHub user wtanaka opened a pull request: https://github.com/apache/beam/pull/2786 Remove redundant private on enum constructors https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.9.2 Be sure to do all of the following to help us incorporate your

[GitHub] beam pull request #2785: Do not prune branches in Jenkins

2017-04-29 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2785 Do not prune branches in Jenkins It seems that pruning in Jenkins has bugs which result in branches being pruned when they should not, resulting in log spam and build delays. Be

[jira] [Updated] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated BEAM-1773: - Attachment: (was: 1773.v4.patch) > Consider allowing Source#validate() to throw exception >

[jira] [Updated] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated BEAM-1773: - Attachment: 1773.v4.patch > Consider allowing Source#validate() to throw exception >

[jira] [Updated] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated BEAM-1773: - Attachment: 1773.v4.patch See if patch v4 is on right track. > Consider allowing Source#validate() to throw

[jira] [Commented] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990102#comment-15990102 ] Ted Yu commented on BEAM-1773: -- Should ValidationException class be created in org.apache.beam.sdk package ?

[jira] [Commented] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990101#comment-15990101 ] Ted Yu commented on BEAM-1773: -- w.r.t. ValidationException, I assume you mean creating ValidationException

[jira] [Comment Edited] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990101#comment-15990101 ] Ted Yu edited comment on BEAM-1773 at 4/30/17 2:23 AM: --- w.r.t. ValidationException, I

[jira] [Commented] (BEAM-2078) add BeamSQL feature branch in site

2017-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990100#comment-15990100 ] ASF GitHub Bot commented on BEAM-2078: -- GitHub user XuMingmin opened a pull request:

[GitHub] beam-site pull request #226: [BEAM-2078] add BeamSQL feature branch in site

2017-04-29 Thread XuMingmin
GitHub user XuMingmin opened a pull request: https://github.com/apache/beam-site/pull/226 [BEAM-2078] add BeamSQL feature branch in site create a new PR as previous #224 edited the wrong file. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990097#comment-15990097 ] Kenneth Knowles commented on BEAM-1773: --- Checked exceptions should be understood as an alternative

[jira] [Comment Edited] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990097#comment-15990097 ] Kenneth Knowles edited comment on BEAM-1773 at 4/30/17 2:11 AM: Checked

[jira] [Commented] (BEAM-2125) update JavaDoc of BoundedWindow

2017-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990094#comment-15990094 ] ASF GitHub Bot commented on BEAM-2125: -- GitHub user XuMingmin opened a pull request:

[GitHub] beam pull request #2784: [BEAM-2125] update JavaDoc of BoundedWindow

2017-04-29 Thread XuMingmin
GitHub user XuMingmin opened a pull request: https://github.com/apache/beam/pull/2784 [BEAM-2125] update JavaDoc of BoundedWindow 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] [Resolved] (BEAM-2019) Count.globally() requires default values for non-GlobalWindows

2017-04-29 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Mingmin resolved BEAM-2019. -- Resolution: Fixed Fix Version/s: First stable release > Count.globally() requires default values

[jira] [Created] (BEAM-2124) Deprecate .options usage

2017-04-29 Thread JIRA
MarĂ­a GH created BEAM-2124: -- Summary: Deprecate .options usage Key: BEAM-2124 URL: https://issues.apache.org/jira/browse/BEAM-2124 Project: Beam Issue Type: Task Components: sdk-py

Jenkins build is back to stable : beam_PostCommit_Java_ValidatesRunner_Spark #1841

2017-04-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PerformanceTests_JDBC #159

2017-04-29 Thread Apache Jenkins Server
See Changes: [klk] Move stable name validation to Pipeline.run() [klk] Remove PipelineOptions from createWriteOperation() [klk] Move PTransform.validate to post-construction, modulo BigQueryIO [klk]

Build failed in Jenkins: beam_PerformanceTests_Dataflow #353

2017-04-29 Thread Apache Jenkins Server
See Changes: [klk] Move stable name validation to Pipeline.run() [klk] Remove PipelineOptions from createWriteOperation() [klk] Move PTransform.validate to post-construction, modulo BigQueryIO

[jira] [Created] (BEAM-2123) Passing potential null pointer to encode() in StructuredCoder#structuralValue

2017-04-29 Thread Ted Yu (JIRA)
Ted Yu created BEAM-2123: Summary: Passing potential null pointer to encode() in StructuredCoder#structuralValue Key: BEAM-2123 URL: https://issues.apache.org/jira/browse/BEAM-2123 Project: Beam

[jira] [Comment Edited] (BEAM-1773) Consider allowing Source#validate() to throw exception

2017-04-29 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15957130#comment-15957130 ] Ted Yu edited comment on BEAM-1773 at 4/29/17 11:22 PM: [~kenn]

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3534

2017-04-29 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_Java_ValidatesRunner_Spark #1840

2017-04-29 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1415) PubsubIO should comply with PTransform style guide

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

[GitHub] beam pull request #2750: [BEAM-1415] PubsubIO style guide fixes, part 1

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2750 --- 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

[4/9] beam git commit: Converts PubsubIO.Read to AutoValue

2017-04-29 Thread jkff
Converts PubsubIO.Read to AutoValue Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f4d04606 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f4d04606 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f4d04606

[8/9] beam git commit: Renames PubsubIO.Write builder methods to be style guide compliant

2017-04-29 Thread jkff
Renames PubsubIO.Write builder methods to be style guide compliant Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/42c975ee Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/42c975ee Diff:

[9/9] beam git commit: This closes #2750

2017-04-29 Thread jkff
This closes #2750 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/14d60b26 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/14d60b26 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/14d60b26 Branch:

[1/9] beam git commit: Renames {id, timestamp}Label to {id, timestamp}Attribute throughout SDK

2017-04-29 Thread jkff
Repository: beam Updated Branches: refs/heads/master f5e3f5230 -> 14d60b26e Renames {id,timestamp}Label to {id,timestamp}Attribute throughout SDK Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/8853d53d Tree:

[7/9] beam git commit: Renames PubsubIO.Read builder methods to be style guide compliant

2017-04-29 Thread jkff
Renames PubsubIO.Read builder methods to be style guide compliant Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/5d8fbc4c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/5d8fbc4c Diff:

[3/9] beam git commit: Remove override of topic by subscription and vice versa

2017-04-29 Thread jkff
Remove override of topic by subscription and vice versa Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/9e815485 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/9e815485 Diff:

[6/9] beam git commit: Adds PubsubIO.readStrings(), readProtos(), readAvros()

2017-04-29 Thread jkff
Adds PubsubIO.readStrings(), readProtos(), readAvros() Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/079353d5 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/079353d5 Diff:

[jira] [Commented] (BEAM-1970) Cannot run UserScore on Flink runner due to AvroCoder classload issues

2017-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990041#comment-15990041 ] ASF GitHub Bot commented on BEAM-1970: -- GitHub user kennknowles opened a pull request:

[GitHub] beam pull request #2783: [BEAM-1970] Use a new ReflectData for each AvroCode...

2017-04-29 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2783 [BEAM-1970] Use a new ReflectData for each AvroCoder instance Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR

[jira] [Assigned] (BEAM-1970) Cannot run UserScore on Flink runner due to AvroCoder classload issues

2017-04-29 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-1970: - Assignee: Kenneth Knowles (was: Aljoscha Krettek) > Cannot run UserScore on Flink runner

[jira] [Commented] (BEAM-1970) Cannot run UserScore on Flink runner due to AvroCoder classload issues

2017-04-29 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990038#comment-15990038 ] Aljoscha Krettek commented on BEAM-1970: Thanks for that hint, [~StephanEwen]! I think AVRO-1283

[jira] [Commented] (BEAM-1114) Support for new Timer API in Apex runner

2017-04-29 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990030#comment-15990030 ] Kenneth Knowles commented on BEAM-1114: --- With the improvements to ApexTimerInternals, I believe next

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3533

2017-04-29 Thread Apache Jenkins Server
See

Jenkins build is back to stable : beam_PostCommit_Java_ValidatesRunner_Spark #1839

2017-04-29 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-818) Remove Pipeline.getPipelineOptions

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

[GitHub] beam pull request #2666: [BEAM-818,BEAM-827,BEAM-828] Remove some constructi...

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2666 --- 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

[4/5] beam git commit: Supply PipelineOptions at Pipeline.run()

2017-04-29 Thread kenn
Supply PipelineOptions at Pipeline.run() Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/77a25452 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/77a25452 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/77a25452

[1/5] beam git commit: Move stable name validation to Pipeline.run()

2017-04-29 Thread kenn
Repository: beam Updated Branches: refs/heads/master be883666f -> f5e3f5230 Move stable name validation to Pipeline.run() The action taken when a pipeline does not have unique stable names depends on the PipelineOptions, which will not available during construction. Moving this later removes

[3/5] beam git commit: Move PTransform.validate to post-construction, modulo BigQueryIO

2017-04-29 Thread kenn
Move PTransform.validate to post-construction, modulo BigQueryIO PipelineOptions, as used for most validation, should not be available at construction time. Instead, validation will be called just before running a pipeline. BigQueryIO is particularly problematic and will get further treatment.

[2/5] beam git commit: Remove PipelineOptions from createWriteOperation()

2017-04-29 Thread kenn
Remove PipelineOptions from createWriteOperation() Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4291fa6d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/4291fa6d Diff:

[5/5] beam git commit: This closes #2666: Remove some construction-time uses of PipelineOptions

2017-04-29 Thread kenn
This closes #2666: Remove some construction-time uses of PipelineOptions Supply PipelineOptions at Pipeline.run() Move PTransform.validate to post-construction, modulo BigQueryIO Remove PipelineOptions from createWriteOperation() Move stable name validation to Pipeline.run() Project:

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3532

2017-04-29 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Dataflow #2974

2017-04-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PerformanceTests_JDBC #158

2017-04-29 Thread Apache Jenkins Server
See Changes: [aviemzur] Fix broken build [aviemzur] [BEAM-2057] Add a test for metrics reporting in Spark runner. [aviemzur] [BEAM-1398] KafkaIO metrics. [lcwik] [BEAM-1871] Hide internal

Build failed in Jenkins: beam_PerformanceTests_Dataflow #352

2017-04-29 Thread Apache Jenkins Server
See Changes: [aviemzur] Fix broken build [aviemzur] [BEAM-2057] Add a test for metrics reporting in Spark runner. [aviemzur] [BEAM-1398] KafkaIO metrics. [lcwik] [BEAM-1871] Hide internal

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3530

2017-04-29 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1970) Cannot run UserScore on Flink runner due to AvroCoder classload issues

2017-04-29 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989945#comment-15989945 ] Kenneth Knowles commented on BEAM-1970: --- >From [~StephanEwen] on u...@beam.apache.org here is some

[GitHub] beam pull request #2743: [BEAM-2098] Walkthrough URL in example code Javadoc...

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2743 --- 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] [Commented] (BEAM-2098) Walkthrough URL in example code Javadoc is 404 not found

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

[2/2] beam git commit: [BEAM-2098] Walkthrough URL in example code Javadoc is 404 not found

2017-04-29 Thread lcwik
[BEAM-2098] Walkthrough URL in example code Javadoc is 404 not found This closes #2743 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/be883666 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/be883666 Diff:

[1/2] beam git commit: [BEAM-2098] Walkthrough URL in example code Javadoc is 404 not found

2017-04-29 Thread lcwik
Repository: beam Updated Branches: refs/heads/master f29444bf8 -> be883666f [BEAM-2098] Walkthrough URL in example code Javadoc is 404 not found Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/15802de1 Tree:

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3529

2017-04-29 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1871) Thin Java SDK Core

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

[GitHub] beam pull request #2747: [BEAM-1871] Hide internal implementation details of...

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2747 --- 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

[1/2] beam git commit: [BEAM-1871] Hide internal implementation details of how we create a DefaultBucket for GCP Temp Location

2017-04-29 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 47821ad69 -> f29444bf8 [BEAM-1871] Hide internal implementation details of how we create a DefaultBucket for GCP Temp Location Moved relevant contents of GcpProjectUtil and DefaultProject into GcpOptions.GcpTempLocation Project:

[2/2] beam git commit: [BEAM-1871] Hide internal implementation details of how we create a DefaultBucket for GCP Temp Location

2017-04-29 Thread lcwik
[BEAM-1871] Hide internal implementation details of how we create a DefaultBucket for GCP Temp Location This closes #2747 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f29444bf Tree:

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3528

2017-04-29 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-2022) ApexTimerInternals seems to treat processing time timers as event time timers

2017-04-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989919#comment-15989919 ] ASF GitHub Bot commented on BEAM-2022: -- GitHub user tweise opened a pull request:

[GitHub] beam pull request #2782: [BEAM-2022] fix triggering for processing time time...

2017-04-29 Thread tweise
GitHub user tweise opened a pull request: https://github.com/apache/beam/pull/2782 [BEAM-2022] fix triggering for processing time timers Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is

Jenkins build is back to normal : beam_PostCommit_Java_MavenInstall #3527

2017-04-29 Thread Apache Jenkins Server
See

[jira] [Resolved] (BEAM-2057) Test metrics are reported to Spark Metrics sink.

2017-04-29 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur resolved BEAM-2057. - Resolution: Done > Test metrics are reported to Spark Metrics sink. >

[jira] [Resolved] (BEAM-1398) KafkaIO metrics

2017-04-29 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur resolved BEAM-1398. - Resolution: Implemented > KafkaIO metrics > --- > > Key: BEAM-1398 >

[jira] [Updated] (BEAM-1398) KafkaIO metrics

2017-04-29 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur updated BEAM-1398: Fix Version/s: First stable release > KafkaIO metrics > --- > > Key: BEAM-1398 >

[jira] [Updated] (BEAM-2057) Test metrics are reported to Spark Metrics sink.

2017-04-29 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur updated BEAM-2057: Fix Version/s: First stable release > Test metrics are reported to Spark Metrics sink. >

[GitHub] beam pull request #2344: [BEAM-1398] KafkaIO metrics.

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2344 --- 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 #2344

2017-04-29 Thread aviemzur
This closes #2344 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/47821ad6 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/47821ad6 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/47821ad6 Branch:

[jira] [Commented] (BEAM-1398) KafkaIO metrics

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

[1/2] beam git commit: [BEAM-1398] KafkaIO metrics.

2017-04-29 Thread aviemzur
Repository: beam Updated Branches: refs/heads/master 81474aeaf -> 47821ad69 [BEAM-1398] KafkaIO metrics. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/930c27f5 Tree:

[GitHub] beam pull request #2730: [BEAM-2057] Add a test for metrics reporting in Spa...

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2730 --- 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] [Commented] (BEAM-2057) Test metrics are reported to Spark Metrics sink.

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

[2/2] beam git commit: This closes #2730

2017-04-29 Thread aviemzur
This closes #2730 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/81474aea Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/81474aea Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/81474aea Branch:

[1/2] beam git commit: [BEAM-2057] Add a test for metrics reporting in Spark runner.

2017-04-29 Thread aviemzur
Repository: beam Updated Branches: refs/heads/master bac06331e -> 81474aeaf [BEAM-2057] Add a test for metrics reporting in Spark runner. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/59117737 Tree:

[2/2] beam git commit: This closes #2781

2017-04-29 Thread jbonofre
This closes #2781 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/bac06331 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/bac06331 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/bac06331 Branch:

[GitHub] beam pull request #2781: Fix broken build

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2781 --- 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

[1/2] beam git commit: Fix broken build

2017-04-29 Thread jbonofre
Repository: beam Updated Branches: refs/heads/master 2b6cb8ca1 -> bac06331e Fix broken build Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2384e46b Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2384e46b Diff:

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Apex #1268

2017-04-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #3526

2017-04-29 Thread Apache Jenkins Server
See -- [...truncated 1.82 MB...] 2017-04-29T12:25:15.672 [INFO] Excluding org.apache.beam:beam-sdks-java-extensions-gcp-core:jar:0.7.0-SNAPSHOT from the shaded jar.

Build failed in Jenkins: beam_PerformanceTests_JDBC #157

2017-04-29 Thread Apache Jenkins Server
See -- [...truncated 731.97 KB...] at com.google.cloud.dataflow.worker.runners.worker.MapTaskExecutorFactory.create(MapTaskExecutorFactory.java:152) at

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Flink #2549

2017-04-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PerformanceTests_Dataflow #351

2017-04-29 Thread Apache Jenkins Server
See -- [...truncated 275.47 KB...] * [new ref] refs/pull/2709/head -> origin/pr/2709/head * [new ref] refs/pull/2709/merge -> origin/pr/2709/merge * [new

[GitHub] beam pull request #2781: Fix broken build

2017-04-29 Thread aviemzur
GitHub user aviemzur opened a pull request: https://github.com/apache/beam/pull/2781 Fix broken build 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: `[BEAM-]

  1   2   >