Build failed in Jenkins: beam_PerformanceTests_JDBC #140

2017-04-20 Thread Apache Jenkins Server
See Changes: [klk] Make crashing errors in Structs unchecked exceptions [klk] Derive Dataflow output names from steps, not PCollection names [dhalperi] [BEAM-2012] Remove BoundedSource.splitIntoBundles

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Flink #2443

2017-04-20 Thread Apache Jenkins Server
See

Build failed in Jenkins: beam_PerformanceTests_Dataflow #334

2017-04-20 Thread Apache Jenkins Server
See Changes: [klk] Make crashing errors in Structs unchecked exceptions [klk] Derive Dataflow output names from steps, not PCollection names [dhalperi] [BEAM-2012] Remove BoundedSource.splitIntoBun

[jira] [Resolved] (BEAM-1960) Hadoop InputFormat - Add Kubernetes large and small cluster Scripts for Cassandra and Elasticsearch tests

2017-04-20 Thread Dipti Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dipti Kulkarni resolved BEAM-1960. -- Resolution: Fixed Fix Version/s: First stable release > Hadoop InputFormat - Add Kubernete

[jira] [Closed] (BEAM-1960) Hadoop InputFormat - Add Kubernetes large and small cluster Scripts for Cassandra and Elasticsearch tests

2017-04-20 Thread Dipti Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dipti Kulkarni closed BEAM-1960. Merged into the main code. > Hadoop InputFormat - Add Kubernetes large and small cluster Scripts for >

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Flink #2442

2017-04-20 Thread Apache Jenkins Server
See -- [...truncated 502.17 KB...] x [deleted] (none) -> origin/pr/893/merge x [deleted] (none) -> origin/pr/894/head x [deleted]

[jira] [Commented] (BEAM-1336) A StateSpec that doesn't care about the key shouldn't be forced to declare it as type Object

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

[GitHub] beam pull request #2627: [BEAM-1336] Separate StateSpec and KeyedStateSpec

2017-04-20 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2627 [BEAM-1336] Separate StateSpec and KeyedStateSpec Before this change, almost all uses of state had a type variable that existing only to support the esoteric use of a KeyedCombineFn in a s

[jira] [Updated] (BEAM-1989) clean SyntaxWarning

2017-04-20 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay updated BEAM-1989: -- Summary: clean SyntaxWarning (was: SyntaxWarning in bigquery.py) > clean SyntaxWarning > ---

[jira] [Commented] (BEAM-1989) SyntaxWarning in bigquery.py

2017-04-20 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978035#comment-15978035 ] Ahmet Altay commented on BEAM-1989: --- https://github.com/apache/beam/pull/2567 (fixed this

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

2017-04-20 Thread altay
This closes #2567 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b3827955 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b3827955 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b3827955 Branch: refs/heads/maste

[GitHub] beam pull request #2567: Fix GCP import check in bigquery.py

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

[1/2] beam git commit: Fix GCP import check in bigquery.py

2017-04-20 Thread altay
Repository: beam Updated Branches: refs/heads/master bda16078e -> b3827955e Fix GCP import check in bigquery.py Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3b6490d2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/

[jira] [Assigned] (BEAM-885) Move PipelineOptions from Pipeline.create() to Pipeline.run()

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-885: Assignee: Kenneth Knowles (was: Thomas Groh) > Move PipelineOptions from Pipeline.create() t

[jira] [Commented] (BEAM-1022) WindowNamespace and WindowAndTriggerNamespace should not use Java object equality when comparing windows

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

[GitHub] beam pull request #2626: [BEAM-1022] Use Structural Value when comparing Win...

2017-04-20 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2626 [BEAM-1022] Use Structural Value when comparing Window(AndTrigger) Namespaces Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make su

[GitHub] beam pull request #2625: Coder.structuralValue(T) should never throw

2017-04-20 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2625 Coder.structuralValue(T) should never throw 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:

[jira] [Commented] (BEAM-1022) WindowNamespace and WindowAndTriggerNamespace should not use Java object equality when comparing windows

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977986#comment-15977986 ] Kenneth Knowles commented on BEAM-1022: --- Ah, they should use Coder.structuralValue. T

[jira] [Updated] (BEAM-1022) WindowNamespace and WindowAndTriggerNamespace should not use Java object equality when comparing windows

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1022: -- Summary: WindowNamespace and WindowAndTriggerNamespace should not use Java object equality when c

[jira] [Commented] (BEAM-1022) WindowNamespace and WindowAndTriggerNamespace should not use Java object equality when comparing windows

2017-04-20 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977985#comment-15977985 ] Thomas Groh commented on BEAM-1022: --- WindowNamespace and WIndowAndTriggerNamespace both a

[jira] [Commented] (BEAM-1022) StateNamespace should not use Java object equality when comparing windows

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977984#comment-15977984 ] Kenneth Knowles commented on BEAM-1022: --- The cache key having bad equals should just

[jira] [Commented] (BEAM-1022) StateNamespace should not use Java object equality when comparing windows

2017-04-20 Thread Thomas Groh (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977973#comment-15977973 ] Thomas Groh commented on BEAM-1022: --- Specifically, https://github.com/apache/beam/blob/m

[jira] [Resolved] (BEAM-2040) Occasional build failures caused by AutoValue

2017-04-20 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik resolved BEAM-2040. - Resolution: Fixed Fix Version/s: First stable release > Occasional build failures caused by AutoValu

[jira] [Commented] (BEAM-2040) Occasional build failures caused by AutoValue

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

[jira] [Updated] (BEAM-1022) StateNamespace should not use Java object equality when comparing windows

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1022: -- Summary: StateNamespace should not use Java object equality when comparing windows (was: TableNa

[GitHub] beam pull request #2624: [BEAM-2040] Upgrade autovalue

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

[1/2] beam git commit: Upgrade autovalue

2017-04-20 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 28665490f -> bda16078e Upgrade autovalue I believe we are occasionally being hit by these issues fixed in release. > We guard against spurious exceptions due to a JDK bug in reading resources > from jars. (#365) > > We don't propagate an e

[2/2] beam git commit: [BEAM-2040] Upgrade autovalue

2017-04-20 Thread lcwik
[BEAM-2040] Upgrade autovalue This closes #2624 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/bda16078 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/bda16078 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/bda

[jira] [Updated] (BEAM-1316) DoFn#startBundle should not be able to output

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles updated BEAM-1316: -- Fix Version/s: First stable release > DoFn#startBundle should not be able to output > ---

[jira] [Resolved] (BEAM-1247) Session state should not be lost when discardingFiredPanes

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-1247. --- Resolution: Fixed > Session state should not be lost when discardingFiredPanes > --

[jira] [Commented] (BEAM-1247) Session state should not be lost when discardingFiredPanes

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977956#comment-15977956 ] Kenneth Knowles commented on BEAM-1247: --- Grabbed it because it is a blocker, but upon

Jenkins build is back to normal : beam_PostCommit_Java_MavenInstall #3406

2017-04-20 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-2040) Occasional build failures caused by AutoValue

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

[GitHub] beam pull request #2624: [BEAM-2040] Upgrade autovalue

2017-04-20 Thread dhalperi
GitHub user dhalperi opened a pull request: https://github.com/apache/beam/pull/2624 [BEAM-2040] Upgrade autovalue I believe we are occasionally being hit by these issues fixed in release. > We guard against spurious exceptions due to a JDK bug in reading resources from

[jira] [Created] (BEAM-2040) Occasional build failures caused by AutoValue

2017-04-20 Thread Daniel Halperin (JIRA)
Daniel Halperin created BEAM-2040: - Summary: Occasional build failures caused by AutoValue Key: BEAM-2040 URL: https://issues.apache.org/jira/browse/BEAM-2040 Project: Beam Issue Type: Bug

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

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

[GitHub] beam pull request #2623: [BEAM-1871] Inline and remove POutputValueBase

2017-04-20 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2623 [BEAM-1871] Inline and remove POutputValueBase Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is formatt

[jira] [Closed] (BEAM-2012) Rebuild the Dataflow worker and remove the BoundedSource.splitIntoBundles deprecated method

2017-04-20 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin closed BEAM-2012. - Resolution: Fixed Fix Version/s: Not applicable > Rebuild the Dataflow worker and remove the

[jira] [Commented] (BEAM-2012) Rebuild the Dataflow worker and remove the BoundedSource.splitIntoBundles deprecated method

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

[GitHub] beam pull request #2621: [BEAM-2012] Remove BoundedSource.splitIntoBundles f...

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

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

2017-04-20 Thread dhalperi
This closes #2621 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/28665490 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/28665490 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/28665490 Branch: refs/heads/maste

[1/2] beam git commit: [BEAM-2012] Remove BoundedSource.splitIntoBundles for real

2017-04-20 Thread dhalperi
ers/google-cloud-dataflow-java/pom.xml index 4cde923..3051ada 100644 --- a/runners/google-cloud-dataflow-java/pom.xml +++ b/runners/google-cloud-dataflow-java/pom.xml @@ -33,7 +33,7 @@ jar - beam-master-20170418 + beam-master-20170420 1 6 http://git-wip-us.apache.org/re

Build failed in Jenkins: beam_PostCommit_Java_MavenInstall #3405

2017-04-20 Thread Apache Jenkins Server
See -- [...truncated 822.27 KB...] x [deleted] (none) -> origin/pr/898/head x [deleted] (none) -> origin/pr/898/merge x [deleted] (non

[jira] [Resolved] (BEAM-1867) Element counts missing on Cloud Dataflow when PCollection has anything other than hardcoded name pattern

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles resolved BEAM-1867. --- Resolution: Fixed > Element counts missing on Cloud Dataflow when PCollection has anything othe

[jira] [Commented] (BEAM-1867) Element counts missing on Cloud Dataflow when PCollection has anything other than hardcoded name pattern

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

[GitHub] beam pull request #2618: [BEAM-1867] Use step-derived PCollection names in D...

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

[2/3] beam git commit: Derive Dataflow output names from steps, not PCollection names

2017-04-20 Thread kenn
Derive Dataflow output names from steps, not PCollection names Long ago, PCollection names were assigned after transform replacements took place, because this happened interleaved with pipeline construction. Now, runner-independent graphs are constructed with named PCollections and when replacemen

[3/3] beam git commit: This closes #2618: Use step-derived PCollection names in Dataflow

2017-04-20 Thread kenn
This closes #2618: Use step-derived PCollection names in Dataflow Derive Dataflow output names from steps, not PCollection names Make crashing errors in Structs unchecked exceptions Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/

[1/3] beam git commit: Make crashing errors in Structs unchecked exceptions

2017-04-20 Thread kenn
Repository: beam Updated Branches: refs/heads/master 524165ac9 -> e4eae7bce Make crashing errors in Structs unchecked exceptions Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4c0bdd6c Tree: http://git-wip-us.apache.org/rep

[jira] [Commented] (BEAM-1917) add 'equal' function to Filter

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

[GitHub] beam pull request #2622: [BEAM-1917] add 'equal' function to Filter

2017-04-20 Thread XuMingmin
GitHub user XuMingmin opened a pull request: https://github.com/apache/beam/pull/2622 [BEAM-1917] add 'equal' function to Filter a minor change to add `equal` in [Filter.java](https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/Filt

[jira] [Commented] (BEAM-2012) Rebuild the Dataflow worker and remove the BoundedSource.splitIntoBundles deprecated method

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

[GitHub] beam pull request #2621: [BEAM-2012] Remove BoundedSource.splitIntoBundles f...

2017-04-20 Thread dhalperi
GitHub user dhalperi opened a pull request: https://github.com/apache/beam/pull/2621 [BEAM-2012] Remove BoundedSource.splitIntoBundles for real R: @tgroh CC: @echauchot You can merge this pull request into a Git repository by running: $ git pull https://github.com/dhalperi

[jira] [Commented] (BEAM-1964) Upgrade pylint to 1.7.0

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

[GitHub] beam pull request #2619: [BEAM-1964] Remove inner import star

2017-04-20 Thread sb2nov
Github user sb2nov closed the pull request at: https://github.com/apache/beam/pull/2619 --- 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 enabl

Build failed in Jenkins: beam_PerformanceTests_JDBC #139

2017-04-20 Thread Apache Jenkins Server
See Changes: [dhalperi] Add javadoc to the Metric interfaces [dhalperi] Fix javadoc typo [klk] Remove Sink in favor of FileBasedSink [lcwik] [BEAM-1786, BEAM-1871] Add the ability to register coder fa

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

2017-04-20 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov updated BEAM-1415: --- Summary: PubsubIO should comply with PTransform style guide (was: PubsubIO should comply with

Build failed in Jenkins: beam_PerformanceTests_Dataflow #333

2017-04-20 Thread Apache Jenkins Server
See Changes: [dhalperi] Add javadoc to the Metric interfaces [dhalperi] Fix javadoc typo [klk] Remove Sink in favor of FileBasedSink [lcwik] [BEAM-1786, BEAM-1871] Add the ability to register code

[jira] [Resolved] (BEAM-1999) Change signature of set_runtime_options in value_provider.py

2017-04-20 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Altay resolved BEAM-1999. --- Resolution: Fixed Fix Version/s: Not applicable > Change signature of set_runtime_options in val

[jira] [Commented] (BEAM-1999) Change signature of set_runtime_options in value_provider.py

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

[jira] [Assigned] (BEAM-1415) PubsubIO should comply with PTransfrom style guide

2017-04-20 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1415: -- Assignee: Eugene Kirpichov > PubsubIO should comply with PTransfrom style guide > --

[GitHub] beam pull request #2608: [BEAM-1999] Remove _unused_options_id

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

[1/2] beam git commit: Remove _unused_options_id

2017-04-20 Thread altay
Repository: beam Updated Branches: refs/heads/master aa899e4ce -> 524165ac9 Remove _unused_options_id Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2ab6f398 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2ab6f398 D

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

2017-04-20 Thread altay
This closes #2608 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/524165ac Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/524165ac Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/524165ac Branch: refs/heads/maste

[jira] [Assigned] (BEAM-1428) KinesisIO should comply with PTransform style guide

2017-04-20 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1428: -- Assignee: Eugene Kirpichov > KinesisIO should comply with PTransform style guide > -

[jira] [Commented] (BEAM-1428) KinesisIO should comply with PTransform style guide

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977817#comment-15977817 ] ASF GitHub Bot commented on BEAM-1428: -- GitHub user jkff opened a pull request: h

[GitHub] beam pull request #2620: [BEAM-1428] KinesisIO should comply with PTransform...

2017-04-20 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/2620 [BEAM-1428] KinesisIO should comply with PTransform style guide https://issues.apache.org/jira/browse/BEAM-1428 There's lots of other issues in KinesisIO, but this at least brings its API surfa

[GitHub] beam pull request #2619: [BEAM-1964] Remove inner import star

2017-04-20 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2619 [BEAM-1964] Remove inner import star 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:

[jira] [Commented] (BEAM-1964) Upgrade pylint to 1.7.0

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

[jira] [Assigned] (BEAM-1414) CountingInput should comply with PTransform style guide

2017-04-20 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1414: -- Assignee: Eugene Kirpichov > CountingInput should comply with PTransform style guide > -

[GitHub] beam pull request #2617: Fix erroneous use of .expand() in KafkaIO

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

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

2017-04-20 Thread jkff
This closes #2617 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/aa899e4c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/aa899e4c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/aa899e4c Branch: refs/heads/maste

[1/2] beam git commit: Fix erroneous use of .expand() in KafkaIO

2017-04-20 Thread jkff
Repository: beam Updated Branches: refs/heads/master 8be1dacab -> aa899e4ce Fix erroneous use of .expand() in KafkaIO Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/02591269 Tree: http://git-wip-us.apache.org/repos/asf/beam

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3399

2017-04-20 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1867) Element counts missing on Cloud Dataflow when PCollection has anything other than hardcoded name pattern

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

[GitHub] beam pull request #2618: [BEAM-1867] Use step-derived PCollection names in D...

2017-04-20 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2618 [BEAM-1867] Use step-derived PCollection names in Dataflow Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR titl

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

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977739#comment-15977739 ] Kenneth Knowles commented on BEAM-2021: --- Core construction currently has a bunch of {

[GitHub] beam pull request #2617: Fix erroneous use of .expand() in KafkaIO

2017-04-20 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/2617 Fix erroneous use of .expand() in KafkaIO R: @rangadi You can merge this pull request into a Git repository by running: $ git pull https://github.com/jkff/incubator-beam kafka-expand Alternativel

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3398

2017-04-20 Thread Apache Jenkins Server
See

[GitHub] beam pull request #2577: [BEAM-1992] Move Count.PerElement javadoc to a publ...

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

[jira] [Commented] (BEAM-1992) Count.perElement javadoc refers to Count.PerElement, but Count.PerElement is private

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

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3397

2017-04-20 Thread Apache Jenkins Server
See

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

2017-04-20 Thread jkff
This closes #2577 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/8be1daca Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/8be1daca Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/8be1daca Branch: refs/heads/maste

[1/2] beam git commit: [BEAM-1992] Move Count.PerElement javadoc to a public place

2017-04-20 Thread jkff
Repository: beam Updated Branches: refs/heads/master e44918881 -> 8be1dacab [BEAM-1992] Move Count.PerElement javadoc to a public place Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/eb56f993 Tree: http://git-wip-us.apache.

[jira] [Commented] (BEAM-59) IOChannelFactory rethinking/redesign

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

[2/3] beam git commit: [BEAM-59] FileBasedSource: convert to FileSystem

2017-04-20 Thread dhalperi
[BEAM-59] FileBasedSource: convert to FileSystem * Make ResourceId serializable * Update all implementations Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/49b8b230 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/49b8b2

[GitHub] beam pull request #2563: [BEAM-59] FileBasedSource: convert to FileSystem fr...

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

[3/3] beam git commit: This closes #2563

2017-04-20 Thread dhalperi
This closes #2563 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/e4491888 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/e4491888 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/e4491888 Branch: refs/heads/maste

[1/3] beam git commit: [BEAM-59] FileBasedSource: convert to FileSystem

2017-04-20 Thread dhalperi
Repository: beam Updated Branches: refs/heads/master 4f8b1cc22 -> e44918881 http://git-wip-us.apache.org/repos/asf/beam/blob/49b8b230/sdks/java/core/src/test/java/org/apache/beam/sdk/io/FileBasedSourceTest.java -- diff --git a

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Apex #1171

2017-04-20 Thread Apache Jenkins Server
See

[jira] [Commented] (BEAM-1897) Remove Sink

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

[GitHub] beam pull request #2447: [BEAM-1897] Remove Sink in favor of FileBasedSink

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

[4/4] beam git commit: This closes #2447: Remove Sink in favor of FileBasedSink

2017-04-20 Thread kenn
This closes #2447: Remove Sink in favor of FileBasedSink Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4f8b1cc2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/4f8b1cc2 Diff: http://git-wip-us.apache.org/repos/asf/beam/

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

2017-04-20 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977613#comment-15977613 ] Luke Cwik edited comment on BEAM-2021 at 4/20/17 9:49 PM: -- Won't c

[2/4] beam git commit: Remove Sink in favor of FileBasedSink

2017-04-20 Thread kenn
http://git-wip-us.apache.org/repos/asf/beam/blob/6a6a1a8c/sdks/java/core/src/main/java/org/apache/beam/sdk/io/WriteFiles.java -- diff --git a/sdks/java/core/src/main/java/org/apache/beam/sdk/io/WriteFiles.java b/sdks/java/core/sr

[1/4] beam git commit: Remove Sink in favor of FileBasedSink

2017-04-20 Thread kenn
Repository: beam Updated Branches: refs/heads/master 33078d20c -> 4f8b1cc22 http://git-wip-us.apache.org/repos/asf/beam/blob/6a6a1a8c/sdks/java/io/hdfs/src/main/java/org/apache/beam/sdk/io/hdfs/Sink.java -- diff --git a/sdks/j

[3/4] beam git commit: Remove Sink in favor of FileBasedSink

2017-04-20 Thread kenn
Remove Sink in favor of FileBasedSink Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6a6a1a8c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6a6a1a8c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/6a6a1a8c Bran

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

2017-04-20 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977613#comment-15977613 ] Luke Cwik commented on BEAM-2021: - Won't core construction have proto shaded and then shade

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

2017-04-20 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977592#comment-15977592 ] Kenneth Knowles commented on BEAM-2021: --- If it lives in core construction, it can jus

[jira] [Resolved] (BEAM-1786) AutoService registration of coders, like we do with PipelineRunners

2017-04-20 Thread Luke Cwik (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Cwik resolved BEAM-1786. - Resolution: Fixed > AutoService registration of coders, like we do with PipelineRunners > -

  1   2   3   >