[GitHub] beam pull request #2689: [BEAM-2021] Add A CoderTranslator Interface for the...

2017-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2689 --- 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: Add A CoderTranslator Interface

2017-05-01 Thread tgroh
Add A CoderTranslator Interface This will enable the removal of StandardCoder.getComponents Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/d1e48750 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/d1e48750 Diff:

[1/2] beam git commit: This closes #2689

2017-05-01 Thread tgroh
Repository: beam Updated Branches: refs/heads/master fe2a32000 -> 23609efd8 This closes #2689 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/23609efd Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/23609efd Diff:

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

2017-05-01 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15991229#comment-15991229 ] Kenneth Knowles commented on BEAM-1773: --- [~yuzhih...@gmail.com] can you please open a pull request

[jira] [Reopened] (BEAM-2021) Fix Java's Coder class hierarchy

2017-05-01 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Groh reopened BEAM-2021: --- There's a bit more work I'd like to get done, mainly splitting the class hierarchy out away from

Build failed in Jenkins: beam_PerformanceTests_JDBC #166

2017-05-01 Thread Apache Jenkins Server
See Changes: [staslevin] [BEAM-2074,BEAM-2073] Fixed SourceDStream's rate control usage. [lcwik] Use a new ReflectData for each AvroCoder instance [lcwik] [BEAM-2130] Ensure the options id is never

Build failed in Jenkins: beam_PerformanceTests_Dataflow #360

2017-05-01 Thread Apache Jenkins Server
See Changes: [staslevin] [BEAM-2074,BEAM-2073] Fixed SourceDStream's rate control usage. [lcwik] Use a new ReflectData for each AvroCoder instance [lcwik] [BEAM-2130] Ensure the options id is

[jira] [Updated] (BEAM-170) Session windows should not be identified by their bounds

2017-05-01 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci updated BEAM-170: -- Fix Version/s: (was: First stable release) > Session windows should not be identified by their bounds

[jira] [Assigned] (BEAM-1213) WordCount example failure on Apex Runner

2017-05-01 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci reassigned BEAM-1213: -- Assignee: Kenneth Knowles > WordCount example failure on Apex Runner >

[jira] [Resolved] (BEAM-2094) WordCount examples produce garbage for non-English input text

2017-05-01 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci resolved BEAM-2094. Resolution: Fixed > WordCount examples produce garbage for non-English input text >

[jira] [Resolved] (BEAM-2098) Walkthrough URL in example code Javadoc is 404 not found

2017-05-01 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davor Bonaci resolved BEAM-2098. Resolution: Fixed > Walkthrough URL in example code Javadoc is 404 not found >

[jira] [Resolved] (BEAM-2021) Fix Java's Coder class hierarchy

2017-05-01 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-2021. --- Resolution: Fixed > Fix Java's Coder class hierarchy > > >

[jira] [Commented] (BEAM-2021) Fix Java's Coder class hierarchy

2017-05-01 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15991162#comment-15991162 ] Kenneth Knowles commented on BEAM-2021: --- Browsing the repo, I think this ticket looks done, yes? I

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #3558

2017-05-01 Thread Apache Jenkins Server
See -- [...truncated 402.86 KB...] 2017-05-01T17:33:15.897 [INFO] Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.1/asm-debug-all-5.1.jar

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3556

2017-05-01 Thread Apache Jenkins Server
See

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

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

[GitHub] beam pull request #2801: [BEAM-2124] Deprecate .options usage

2017-05-01 Thread mariapython
GitHub user mariapython opened a pull request: https://github.com/apache/beam/pull/2801 [BEAM-2124] Deprecate .options usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/mariapython/incubator-beam deprecate_options

[GitHub] beam pull request #2800: Add retry logic for job creation

2017-05-01 Thread mariapython
GitHub user mariapython opened a pull request: https://github.com/apache/beam/pull/2800 Add retry logic for job creation You can merge this pull request into a Git repository by running: $ git pull https://github.com/mariapython/incubator-beam retry Alternatively you can

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

2017-05-01 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-1970. --- Resolution: Fixed > Cannot run UserScore on Flink runner due to AvroCoder classload issues >

[jira] [Resolved] (BEAM-2130) Ensure options id is never null

2017-05-01 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik resolved BEAM-2130. - Resolution: Fixed Fix Version/s: First stable release > Ensure options id is never null >

[GitHub] beam pull request #2794: [BEAM-2130] Ensure the options id is never null.

2017-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2794 --- 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-2130) Ensure options id is never null

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

[1/2] beam git commit: [BEAM-2130] Ensure the options id is never null.

2017-05-01 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 8a1fab1d1 -> fe2a32000 [BEAM-2130] Ensure the options id is never null. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/13435e62 Tree:

[2/2] beam git commit: [BEAM-2130] Ensure the options id is never null.

2017-05-01 Thread lcwik
[BEAM-2130] Ensure the options id is never null. This closes #2794 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fe2a3200 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fe2a3200 Diff:

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

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

[1/2] beam git commit: Use a new ReflectData for each AvroCoder instance

2017-05-01 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 535761a74 -> 8a1fab1d1 Use a new ReflectData for each AvroCoder instance This addresses an issue where Avro might have cached a class from a different ClassLoader. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit:

[2/2] beam git commit: [BEAM-1970] Use a new ReflectData for each AvroCoder instance

2017-05-01 Thread lcwik
[BEAM-1970] Use a new ReflectData for each AvroCoder instance This closes #2783 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/8a1fab1d Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/8a1fab1d Diff:

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

2017-05-01 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990999#comment-15990999 ] Thomas Groh commented on BEAM-2123: --- e.g. {{NullableCoder.of(StringUtf8Coder.of());}} can return the

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

2017-05-01 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990998#comment-15990998 ] Thomas Groh commented on BEAM-2123: --- {{null}} is a valid value if the coder supports encoding null

[jira] [Created] (BEAM-2131) Google application default credentials always found, need tests run outside of Google environments

2017-05-01 Thread Luke Cwik (JIRA)
Luke Cwik created BEAM-2131: --- Summary: Google application default credentials always found, need tests run outside of Google environments Key: BEAM-2131 URL: https://issues.apache.org/jira/browse/BEAM-2131

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

2017-05-01 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15990938#comment-15990938 ] Ted Yu commented on BEAM-1773: -- [~kenn]: Can you take a look at the latest patch ? > Consider allowing

[jira] [Resolved] (BEAM-2073) Change SourceDStream.rateControlledMaxRecords() to better reflect its intention

2017-05-01 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-2073. -- Resolution: Fixed Fix Version/s: First stable release > Change

[jira] [Resolved] (BEAM-2074) SourceDStream's rate control mechanism may not work

2017-05-01 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-2074. -- Resolution: Fixed Fix Version/s: First stable release > SourceDStream's rate control mechanism

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3555

2017-05-01 Thread Apache Jenkins Server
See

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3554

2017-05-01 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-2074) SourceDStream's rate control mechanism may not work

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

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

2017-05-01 Thread staslevin
This closes #2733 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/535761a7 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/535761a7 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/535761a7 Branch:

[1/2] beam git commit: [BEAM-2074, BEAM-2073] Fixed SourceDStream's rate control usage.

2017-05-01 Thread staslevin
Repository: beam Updated Branches: refs/heads/master 254470e62 -> 535761a74 [BEAM-2074,BEAM-2073] Fixed SourceDStream's rate control usage. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fcb61ae6 Tree:

[GitHub] beam pull request #2733: [BEAM-2074,BEAM-2073] Fixed SourceDStream's rate co...

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

Build failed in Jenkins: beam_PerformanceTests_JDBC #165

2017-05-01 Thread Apache Jenkins Server
See Changes: [aviemzur] [BEAM-2129] Fix flaky KafkaIOTest#testUnboundedSourceMetrics [staslevin] [BEAM-2072] Fixed MicrobatchSource.reader stops reading after reaching

Build failed in Jenkins: beam_PerformanceTests_Dataflow #359

2017-05-01 Thread Apache Jenkins Server
See Changes: [aviemzur] [BEAM-2129] Fix flaky KafkaIOTest#testUnboundedSourceMetrics [staslevin] [BEAM-2072] Fixed MicrobatchSource.reader stops reading after reaching

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3553

2017-05-01 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1676) SdkCoreApiSurfaceTest Failed When Directory Contains Space

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

[jira] [Resolved] (BEAM-2072) MicrobatchSource.reader stops reading after reaching maxNumRecords for the first time

2017-05-01 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-2072. -- Resolution: Fixed Fix Version/s: First stable release > MicrobatchSource.reader stops reading

[jira] [Commented] (BEAM-2072) MicrobatchSource.reader stops reading after reaching maxNumRecords for the first time

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

[GitHub] beam pull request #2698: [BEAM-2072,BEAM-2092] Fixed MicrobatchSource.reader...

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

2017-05-01 Thread staslevin
This closes #2698 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/254470e6 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/254470e6 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/254470e6 Branch:

[jira] [Resolved] (BEAM-2129) KafkaIOTest.testUnboundedSourceMetrics is flaky

2017-05-01 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aviem Zur resolved BEAM-2129. - Resolution: Fixed Fix Version/s: Not applicable > KafkaIOTest.testUnboundedSourceMetrics is flaky >

[1/2] beam git commit: [BEAM-2129] Fix flaky KafkaIOTest#testUnboundedSourceMetrics

2017-05-01 Thread aviemzur
Repository: beam Updated Branches: refs/heads/master 1197bef19 -> b414f8de9 [BEAM-2129] Fix flaky KafkaIOTest#testUnboundedSourceMetrics Gauge results are flaky on Jenkins, instead of asserting on value assert on the gauge's existence instead. Project:

[GitHub] beam pull request #2797: [BEAM-2129] Fix flaky KafkaIOTest#testUnboundedSour...

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

2017-05-01 Thread aviemzur
This closes #2797 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b414f8de Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b414f8de Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b414f8de Branch:

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3551

2017-05-01 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-59) Switch from IOChannelFactory to FileSystems

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

[GitHub] beam pull request #2798: [BEAM-59] Remove IOChannelUtils from BigQuery Table...

2017-05-01 Thread vikkyrk
GitHub user vikkyrk opened a pull request: https://github.com/apache/beam/pull/2798 [BEAM-59] Remove IOChannelUtils from BigQuery TableRowWriter Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title

Build failed in Jenkins: beam_PerformanceTests_JDBC #164

2017-05-01 Thread Apache Jenkins Server
See Changes: [dhalperi] [BEAM-59] Minor style cleanups to WriteOneWindowPerFile [klk] Remove KeyedCombineFn [klk] Update Dataflow worker version to beam-master-20170430 [dhalperi] [BEAM-59]

Jenkins build is still unstable: beam_PostCommit_Java_MavenInstall #3550

2017-05-01 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PerformanceTests_Dataflow #358

2017-05-01 Thread Apache Jenkins Server
See Changes: [dhalperi] [BEAM-59] Minor style cleanups to WriteOneWindowPerFile [klk] Remove KeyedCombineFn [klk] Update Dataflow worker version to beam-master-20170430 [dhalperi] [BEAM-59]

<    1   2   3