[jira] [Commented] (BEAM-1925) Make DoFn invocation logic of Python SDK more extensible

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

[GitHub] beam pull request #2519: [BEAM-1925] Updates DoFn invocation logic to be mor...

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2519 --- 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: Updates DoFn invocation logic to be more extensible.

2017-04-25 Thread chamikara
Repository: beam Updated Branches: refs/heads/master afb96d72a -> 009469972 Updates DoFn invocation logic to be more extensible. Adds following abstractions. DoFnSignature: describes the signature of a given DoFn object. DoFnInvoker: defines a particular way for invoking DoFn methods. Proje

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

2017-04-25 Thread chamikara
This closes #2519 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/00946997 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/00946997 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/00946997 Branch: refs/heads/maste

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

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

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

2017-04-25 Thread staslev
GitHub user staslev opened a pull request: https://github.com/apache/beam/pull/2698 [BEAM-2072] Fixed MicrobatchSource.reader stops reading unexpectedly. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the

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

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

[GitHub] beam pull request #2697: [BEAM-59] Some low hanging fruit in FileSystems/Loc...

2017-04-25 Thread dhalperi
GitHub user dhalperi opened a pull request: https://github.com/apache/beam/pull/2697 [BEAM-59] Some low hanging fruit in FileSystems/LocalFileSystem/LocalResource Pulling out from ongoing work to convert `FileBasedSink`. R: @ssisk or @peihe or @reuvenlax as available You c

[jira] [Commented] (BEAM-1283) DoFn finishBundle should be required to specify the window for output

2017-04-25 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984139#comment-15984139 ] Kenneth Knowles commented on BEAM-1283: --- I believe the best course is to require valu

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Dataflow #2932

2017-04-25 Thread Apache Jenkins Server
See

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

2017-04-25 Thread Sourabh Bajaj (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984118#comment-15984118 ] Sourabh Bajaj commented on BEAM-1989: - This can be closed now. > clean SyntaxWarning >

[jira] [Commented] (BEAM-1749) Upgrade pep8 to pycodestyle

2017-04-25 Thread Sourabh Bajaj (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984116#comment-15984116 ] Sourabh Bajaj commented on BEAM-1749: - This can be closed now. > Upgrade pep8 to pycod

[GitHub] beam pull request #2690: Datastore: fix use of deprecated function

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

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

[1/2] beam git commit: Datastore: fix use of deprecated function

2017-04-25 Thread dhalperi
Repository: beam Updated Branches: refs/heads/master 1675f03f7 -> afb96d72a Datastore: fix use of deprecated function getMutableProperties().put() has been deprecated in favor of putProperties() Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/re

[GitHub] beam pull request #2696: Do not depend on message id in DataflowRunner

2017-04-25 Thread aaltay
GitHub user aaltay opened a pull request: https://github.com/apache/beam/pull/2696 Do not depend on message id in DataflowRunner This field is deprecated and causing messages to be repeated. Use of hash of messages instead of id. R: @chamikaramj You can merge this pull re

[jira] [Commented] (BEAM-1749) Upgrade pep8 to pycodestyle

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

[GitHub] beam pull request #2686: [BEAM-1749] Upgrade to pycodestyle from pep8

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

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

[1/2] beam git commit: [BEAM-1749] Upgrade to pycodestyle

2017-04-25 Thread altay
Repository: beam Updated Branches: refs/heads/master 9213f34d3 -> 1675f03f7 [BEAM-1749] Upgrade to pycodestyle Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6571bae3 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6

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

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

[GitHub] beam pull request #2687: [BEAM-1989] Fix the syntax warning from import star

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2687 --- 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: [BEAM-1989] Fix the syntax warning from import star

2017-04-25 Thread altay
Repository: beam Updated Branches: refs/heads/master b8c568f29 -> 9213f34d3 [BEAM-1989] Fix the syntax warning from import star Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/13177b81 Tree: http://git-wip-us.apache.org/repo

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

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

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

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

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

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

[1/3] beam-site git commit: add Beam SQL DSL to page 'work-in-progress'

2017-04-25 Thread davor
Repository: beam-site Updated Branches: refs/heads/asf-site 973853241 -> 71dc72b80 add Beam SQL DSL to page 'work-in-progress' Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/676f6753 Tree: http://git-wip-us.apache

[3/3] beam-site git commit: This closes #224

2017-04-25 Thread davor
This closes #224 Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/71dc72b8 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/71dc72b8 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/71dc72b8 Branc

[2/3] beam-site git commit: Regenerate website

2017-04-25 Thread davor
Regenerate website Project: http://git-wip-us.apache.org/repos/asf/beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/beam-site/commit/daa87382 Tree: http://git-wip-us.apache.org/repos/asf/beam-site/tree/daa87382 Diff: http://git-wip-us.apache.org/repos/asf/beam-site/diff/daa87382 Bra

[jira] [Commented] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration

2017-04-25 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983967#comment-15983967 ] Stephen Sisk commented on BEAM-2031: [~lcwik] also mentioned that it's definitely possi

Build failed in Jenkins: beam_PostCommit_Java_ValidatesRunner_Dataflow #2931

2017-04-25 Thread Apache Jenkins Server
See Changes: [tgroh] Make Most StandardCoders CustomCoders [chamikara] [BEAM-1988] Add FileSystems Interface for accessing underlying FS -- [

[GitHub] beam pull request #2695: [BEAM-1316] Forbid output in StartBundle

2017-04-25 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2695 [BEAM-1316] Forbid output in StartBundle 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-1316) DoFn#startBundle should not be able to output

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

[jira] [Commented] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration

2017-04-25 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983958#comment-15983958 ] Stephen Sisk commented on BEAM-2031: yeah - in that doc, I think that "2. Construct Fil

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

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

[GitHub] beam pull request #2692: Dummy change to trigger jenkins

2017-04-25 Thread jasonkuster
Github user jasonkuster closed the pull request at: https://github.com/apache/beam/pull/2692 --- 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 #2694: Dummy change to trigger jenkins

2017-04-25 Thread jasonkuster
GitHub user jasonkuster opened a pull request: https://github.com/apache/beam/pull/2694 Dummy change to trigger jenkins Signed-off-by: Jason Kuster Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #2693: [BEAM-2021] Remove AtomicCoder

2017-04-25 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2693 [BEAM-2021] Remove AtomicCoder 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

[jira] [Commented] (BEAM-673) Data locality for Read.Bounded

2017-04-25 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983950#comment-15983950 ] Eugene Kirpichov commented on BEAM-673: --- On second thought, this might be related to S

[jira] [Updated] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration

2017-04-25 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Sisk updated BEAM-2031: --- Summary: Hadoop FileSystem needs to receive Hadoop Configuration (was: Hadoop FileSystem needs to rece

[GitHub] beam pull request #2692: Dummy change to trigger jenkins

2017-04-25 Thread jasonkuster
GitHub user jasonkuster opened a pull request: https://github.com/apache/beam/pull/2692 Dummy change to trigger jenkins Signed-off-by: Jason Kuster Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure

[GitHub] beam pull request #2691: [BEAM-2021] Add getElementCoders to UnionCoder

2017-04-25 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2691 [BEAM-2021] Add getElementCoders to UnionCoder Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted lik

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

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

[GitHub] beam pull request #2690: Datastore: fix use of deprecated function

2017-04-25 Thread dhalperi
GitHub user dhalperi opened a pull request: https://github.com/apache/beam/pull/2690 Datastore: fix use of deprecated function getMutableProperties().put() has been deprecated in favor of putProperties() You can merge this pull request into a Git repository by running: $ git pu

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

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

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

2017-04-25 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2689 [BEAM-2021] Add A CoderTranslator Interface 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 is back to stable : beam_PostCommit_Java_MavenInstall #3456

2017-04-25 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_Java_ValidatesRunner_Dataflow #2930

2017-04-25 Thread Apache Jenkins Server
See

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3453

2017-04-25 Thread Apache Jenkins Server
See

Jenkins build is unstable: beam_PostCommit_Java_MavenInstall #3454

2017-04-25 Thread Apache Jenkins Server
See

[jira] [Comment Edited] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration through PipelineOptions

2017-04-25 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983833#comment-15983833 ] Davor Bonaci edited comment on BEAM-2031 at 4/25/17 11:37 PM: --

[jira] [Commented] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration through PipelineOptions

2017-04-25 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983833#comment-15983833 ] Davor Bonaci commented on BEAM-2031: Ack. (I think the complexity of each of option is

[jira] [Commented] (BEAM-2080) Add custom maven enforcer rules to catch banned classes and dependencies

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

[GitHub] beam pull request #2688: [BEAM-2080]: Add a custom enforcer rule to check fo...

2017-04-25 Thread vikkyrk
GitHub user vikkyrk opened a pull request: https://github.com/apache/beam/pull/2688 [BEAM-2080]: Add a custom enforcer rule to check for banned classes. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the P

[jira] [Comment Edited] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration through PipelineOptions

2017-04-25 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983814#comment-15983814 ] Stephen Sisk edited comment on BEAM-2031 at 4/25/17 11:27 PM: --

[jira] [Commented] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration through PipelineOptions

2017-04-25 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983814#comment-15983814 ] Stephen Sisk commented on BEAM-2031: where/how would we do that? There's no way right n

[jira] [Commented] (BEAM-1988) utils.path.join does not correctly handle GCS bucket roots

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

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

2017-04-25 Thread chamikara
This closes #2665 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b8c568f2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b8c568f2 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b8c568f2 Branch: refs/heads/maste

[GitHub] beam pull request #2665: [BEAM-1988] Add FileSystems Interface for accessing...

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2665 --- 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: [BEAM-1988] Add FileSystems Interface for accessing underlying FS correctly

2017-04-25 Thread chamikara
Repository: beam Updated Branches: refs/heads/master 0d69611e2 -> b8c568f29 [BEAM-1988] Add FileSystems Interface for accessing underlying FS correctly Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ad6dcf4d Tree: http://gi

[jira] [Created] (BEAM-2080) Add custom maven enforcer rules to catch banned classes and dependencies

2017-04-25 Thread Vikas Kedigehalli (JIRA)
Vikas Kedigehalli created BEAM-2080: --- Summary: Add custom maven enforcer rules to catch banned classes and dependencies Key: BEAM-2080 URL: https://issues.apache.org/jira/browse/BEAM-2080 Project: B

[jira] [Commented] (BEAM-2031) Hadoop FileSystem needs to receive Hadoop Configuration through PipelineOptions

2017-04-25 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983802#comment-15983802 ] Davor Bonaci commented on BEAM-2031: [~lcwik] is likely to have an opinion on this. I

Jenkins build is back to stable : beam_PostCommit_Java_MavenInstall #3452

2017-04-25 Thread Apache Jenkins Server
See

[GitHub] beam pull request #2687: [BEAM-1989] Fix the syntax warning from import star

2017-04-25 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2687 [BEAM-1989] Fix the syntax warning from 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 formatt

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

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

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

2017-04-25 Thread Sourabh Bajaj (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sourabh Bajaj reassigned BEAM-1989: --- Assignee: Sourabh Bajaj > clean SyntaxWarning > --- > > Key: B

[jira] [Assigned] (BEAM-1749) Upgrade pep8 to pycodestyle

2017-04-25 Thread Sourabh Bajaj (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sourabh Bajaj reassigned BEAM-1749: --- Assignee: Sourabh Bajaj > Upgrade pep8 to pycodestyle > --- > >

[jira] [Commented] (BEAM-539) Error when writing to the root of a GCS location

2017-04-25 Thread Chamikara Jayalath (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983788#comment-15983788 ] Chamikara Jayalath commented on BEAM-539: - That PR will not automatically fix this b

[jira] [Commented] (BEAM-1749) Upgrade pep8 to pycodestyle

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

[GitHub] beam pull request #2686: [BEAM-1749] Upgrade to pycodestyle from pep8

2017-04-25 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2686 [BEAM-1749] Upgrade to pycodestyle from pep8 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-2021) Fix Java's Coder class hierarchy

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

[GitHub] beam pull request #2668: [BEAM-2021] Make Most StandardCoders CustomCoders

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2668 --- 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/3] beam git commit: This closes #2668

2017-04-25 Thread tgroh
Repository: beam Updated Branches: refs/heads/master 2e3c17a35 -> 0d69611e2 This closes #2668 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0d69611e Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0d69611e Diff: htt

[3/3] beam git commit: Make Most StandardCoders CustomCoders

2017-04-25 Thread tgroh
Make Most StandardCoders CustomCoders Standard Coders have a defined serialization format and are understood within the Runner API, Custom Coders are not. Move existing "StandardCoders" to extend CustomCoder, and remove custom cloud object related serialization logic where possible. Still remaini

[2/3] beam git commit: Make Most StandardCoders CustomCoders

2017-04-25 Thread tgroh
http://git-wip-us.apache.org/repos/asf/beam/blob/cbcec7c0/sdks/java/io/hadoop-common/pom.xml -- diff --git a/sdks/java/io/hadoop-common/pom.xml b/sdks/java/io/hadoop-common/pom.xml index ad31ded..ebb4b39 100644 --- a/sdks/java/io/

[GitHub] beam pull request #2685: Make WindowedValueCoder an Interface

2017-04-25 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/2685 Make WindowedValueCoder an Interface 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-2031) Hadoop FileSystem needs to receive Hadoop Configuration through PipelineOptions

2017-04-25 Thread Stephen Sisk (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983776#comment-15983776 ] Stephen Sisk commented on BEAM-2031: We need to allow users to pass in Configuration fo

Jenkins build became unstable: beam_PostCommit_Java_MavenInstall #3451

2017-04-25 Thread Apache Jenkins Server
See

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

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

[GitHub] beam pull request #2678: [BEAM-1871] Move Bigquery/Pubsub options to sdks/ja...

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2678 --- 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/3] beam git commit: [BEAM-1871] Move Bigquery/Pubsub options to sdks/java/io/google-cloud-platform

2017-04-25 Thread lcwik
Repository: beam Updated Branches: refs/heads/master 652a919ed -> 2e3c17a35 http://git-wip-us.apache.org/repos/asf/beam/blob/6f9f7bcd/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/testing/BigqueryMatcher.java

[2/3] beam git commit: [BEAM-1871] Move Bigquery/Pubsub options to sdks/java/io/google-cloud-platform

2017-04-25 Thread lcwik
[BEAM-1871] Move Bigquery/Pubsub options to sdks/java/io/google-cloud-platform Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/6f9f7bcd Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/6f9f7bcd Diff: http://git-wip-us.apac

[jira] [Resolved] (BEAM-2068) Upgrade Google-Apitools to latest version

2017-04-25 Thread Sourabh Bajaj (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sourabh Bajaj resolved BEAM-2068. - Resolution: Fixed Fix Version/s: First stable release > Upgrade Google-Apitools to latest ve

[3/3] beam git commit: [BEAM-1871] Move Bigquery/Pubsub options to sdks/java/io/google-cloud-platform

2017-04-25 Thread lcwik
[BEAM-1871] Move Bigquery/Pubsub options to sdks/java/io/google-cloud-platform This closes #2678 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2e3c17a3 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2e3c17a3 Diff: htt

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

2017-04-25 Thread tgroh
Repository: beam Updated Branches: refs/heads/hdfs [created] 162369aa8 This closes #2681 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/162369aa Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/162369aa Diff: http://g

[jira] [Commented] (BEAM-1283) DoFn finishBundle should be required to specify the window for output

2017-04-25 Thread Sourabh Bajaj (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983733#comment-15983733 ] Sourabh Bajaj commented on BEAM-1283: - [~kenn] have we reached a resolution on this? C

[jira] [Commented] (BEAM-2068) Upgrade Google-Apitools to latest version

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

[2/2] beam git commit: Add HadoopResourceId

2017-04-25 Thread tgroh
Add HadoopResourceId Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fac7b838 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fac7b838 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/fac7b838 Branch: refs/heads/hd

[GitHub] beam pull request #2684: [BEAM-2068] Update to latest version of apitools

2017-04-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2684 --- 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: [BEAM-2068] Update to latest version of apitools

2017-04-25 Thread altay
Repository: beam Updated Branches: refs/heads/master 4fabaef80 -> 652a919ed [BEAM-2068] Update to latest version of apitools Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c0fa7473 Tree: http://git-wip-us.apache.org/repos/a

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

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

[jira] [Commented] (BEAM-2068) Upgrade Google-Apitools to latest version

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

[GitHub] beam pull request #2684: [BEAM-2068] Update to latest version of apitools

2017-04-25 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/2684 [BEAM-2068] Update to latest version of apitools 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] [Commented] (BEAM-539) Error when writing to the root of a GCS location

2017-04-25 Thread Ahmet Altay (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983679#comment-15983679 ] Ahmet Altay commented on BEAM-539: -- [~chamikara], is this fixed with {{join}} in BFS? > Er

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

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

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

2017-04-25 Thread XuMingmin
GitHub user XuMingmin opened a pull request: https://github.com/apache/beam-site/pull/224 [BEAM-2078] add BeamSQL feature branch in site You can merge this pull request into a Git repository by running: $ git pull https://github.com/XuMingmin/beam-site BEAM-2078 Alternatively

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

2017-04-25 Thread Xu Mingmin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Mingmin updated BEAM-2078: - Component/s: dsl-sql > add BeamSQL feature branch in site > -- > >

[jira] [Commented] (BEAM-1327) Replace OutputTimeFn with enum

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

[GitHub] beam pull request #2683: [BEAM-1327] Replace OutputTimeFn UDF with Timestamp...

2017-04-25 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/2683 [BEAM-1327] Replace OutputTimeFn UDF with TimestampCombiner enum Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the P

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

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

  1   2   3   >