Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #436

2017-02-07 Thread Apache Jenkins Server
See -- [...truncated 3141 lines...] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.747 sec - in org.apache.beam.runners.core.SplittableParDoTest Running or

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1574

2017-02-07 Thread Apache Jenkins Server
See Changes: [dhalperi] [BEAM-1297] Remove explicit plugin versions for spark runner [dhalperi] [BEAM-1297] Fix error message on minimum maven version for some plugins [dhalperi] [BEAM-1297] Update all m

[jira] [Commented] (BEAM-1434) Apex RunnableOnService failure due to Jackson YAML ClassNotFound exception

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

[GitHub] beam pull request #1948: [BEAM-1434] Add new beam-sdk-java-core test deps to...

2017-02-07 Thread dhalperi
GitHub user dhalperi opened a pull request: https://github.com/apache/beam/pull/1948 [BEAM-1434] Add new beam-sdk-java-core test deps to test scope for all runners Since test dependencies are not transitively inherited, this is needed to prevent test-time crashes. Still ru

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #882

2017-02-07 Thread Apache Jenkins Server
See Changes: [dhalperi] [BEAM-1297] Remove explicit plugin versions for spark runner [dhalperi] [BEAM-1297] Fix error message on minimum maven version for some plugins [dhalperi] [BEAM-1297] Update all ma

[jira] [Commented] (BEAM-1434) Apex RunnableOnService failure due to Jackson YAML ClassNotFound exception

2017-02-07 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857552#comment-15857552 ] Daniel Halperin commented on BEAM-1434: --- Hypothesis: it's actually going to end up be

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Dataflow #2229

2017-02-07 Thread Apache Jenkins Server
See Changes: [dhalperi] Implement tests that coders are equivalent across-sdks -- [...truncated 11530 lines...] at java.lang.reflect.Method.invoke(Method.

[jira] [Commented] (BEAM-1297) Update maven build plugins and clean versions warnings

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

[jira] [Created] (BEAM-1434) Apex RunnableOnService failure due to Jackson YAML ClassNotFound exception

2017-02-07 Thread Kenneth Knowles (JIRA)
Kenneth Knowles created BEAM-1434: - Summary: Apex RunnableOnService failure due to Jackson YAML ClassNotFound exception Key: BEAM-1434 URL: https://issues.apache.org/jira/browse/BEAM-1434 Project: Bea

[GitHub] beam pull request #1816: [BEAM-1297] Update maven plugin versions and fix so...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/1816 --- 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/4] beam git commit: [BEAM-1297] Fix error message on minimum maven version for some plugins

2017-02-07 Thread dhalperi
[BEAM-1297] Fix error message on minimum maven version for some plugins Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/cf692737 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/cf692737 Diff: http://git-wip-us.apache.org/

[4/4] beam git commit: This closes #1816

2017-02-07 Thread dhalperi
This closes #1816 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1018c7d2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1018c7d2 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1018c7d2 Branch: refs/heads/maste

[1/4] beam git commit: [BEAM-1297] Remove explicit plugin versions for spark runner

2017-02-07 Thread dhalperi
Repository: beam Updated Branches: refs/heads/master 570ddb786 -> 1018c7d28 [BEAM-1297] Remove explicit plugin versions for spark runner Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/55b48a0e Tree: http://git-wip-us.apache

[3/4] beam git commit: [BEAM-1297] Update all maven plugin versions to the latest release

2017-02-07 Thread dhalperi
[BEAM-1297] Update all maven plugin versions to the latest release Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/82ea9fb3 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/82ea9fb3 Diff: http://git-wip-us.apache.org/repos

[jira] [Commented] (BEAM-1430) PartitionFn should access only the element and not the context

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

[GitHub] beam pull request #1947: [BEAM-1430] PartitionFn should not access context a...

2017-02-07 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1947 [BEAM-1430] PartitionFn should not access context and just the element PartitionFn currently has access to the complete process context. We should limit the access to just the element to make it more

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Flink #1573

2017-02-07 Thread Apache Jenkins Server
See Changes: [dhalperi] Implement tests that coders are equivalent across-sdks -- [...truncated 3321 lines...] 2017-02-08T07:05:34.898 [INFO] Excluding com.google.a

[jira] [Resolved] (BEAM-1382) Test that standard coders encode the same across SDKs

2017-02-07 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin resolved BEAM-1382. --- Resolution: Fixed More work to be done here, but we got the basics in and working across two SD

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Spark #881

2017-02-07 Thread Apache Jenkins Server
See Changes: [dhalperi] Implement tests that coders are equivalent across-sdks -- [...truncated 3327 lines...] 2017-02-08T07:04:28.338 [INFO] Excluding com.google.ht

Build failed in Jenkins: beam_PostCommit_Java_RunnableOnService_Apex #435

2017-02-07 Thread Apache Jenkins Server
See Changes: [dhalperi] Implement tests that coders are equivalent across-sdks -- [...truncated 3194 lines...] Running org.apache.beam.runners.core.SplittableParDoTest

[jira] [Commented] (BEAM-1382) Test that standard coders encode the same across SDKs

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

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

2017-02-07 Thread dhalperi
This closes #1910 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/570ddb78 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/570ddb78 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/570ddb78 Branch: refs/heads/maste

[1/2] beam git commit: Implement tests that coders are equivalent across-sdks

2017-02-07 Thread dhalperi
Repository: beam Updated Branches: refs/heads/master 8c1a577fe -> 570ddb786 Implement tests that coders are equivalent across-sdks Building off of the existing tests for Python SDK and unifying semantics. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apa

[GitHub] beam pull request #1910: [BEAM-1382] Unify encoding of common coders across ...

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/1910 --- 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-41) State for "Set" data, supporting efficient membership checks

2017-02-07 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857501#comment-15857501 ] Kenneth Knowles commented on BEAM-41: - Yes, I think that is a good idea. It would work we

[jira] [Commented] (BEAM-42) State for "Map" data, supporting efficient key lookup, etc.

2017-02-07 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857498#comment-15857498 ] Kenneth Knowles commented on BEAM-42: - This is interesting. The way you link it with {{Re

[jira] [Assigned] (BEAM-42) State for "Map" data, supporting efficient key lookup, etc.

2017-02-07 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Knowles reassigned BEAM-42: --- Assignee: Jingsong Lee (was: Kenneth Knowles) > State for "Map" data, supporting efficient key

[jira] [Commented] (BEAM-115) Beam Runner API

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

[GitHub] beam pull request #1946: [BEAM-115] Add proto definition for Runner API

2017-02-07 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/1946 [BEAM-115] Add proto definition for Runner API 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] [Commented] (BEAM-802) Support Dynamic PipelineOptions for python

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

[GitHub] beam pull request #1945: [BEAM-802] Add ValueProvider class for FileBasedSou...

2017-02-07 Thread mariapython
GitHub user mariapython opened a pull request: https://github.com/apache/beam/pull/1945 [BEAM-802] Add ValueProvider class for FileBasedSource I/O Transforms - [x] Add ValueProvider class. - [x] Derive StaticValueProvider and RuntimeValueProvider from ValueProvider. - [x] De

[jira] [Commented] (BEAM-1402) Make TextIO and AvroIO use best-practice types.

2017-02-07 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857408#comment-15857408 ] Aviem Zur commented on BEAM-1402: - OK. Created sub-task BEAM-1433 and PR. > Make TextIO an

[jira] [Commented] (BEAM-1433) Remove coder from TextIO

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

[GitHub] beam pull request #1944: [BEAM-1433] Remove coder from TextIO

2017-02-07 Thread aviemzur
GitHub user aviemzur opened a pull request: https://github.com/apache/beam/pull/1944 [BEAM-1433] Remove coder from TextIO 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] [Created] (BEAM-1433) Remove coder from TextIO

2017-02-07 Thread Aviem Zur (JIRA)
Aviem Zur created BEAM-1433: --- Summary: Remove coder from TextIO Key: BEAM-1433 URL: https://issues.apache.org/jira/browse/BEAM-1433 Project: Beam Issue Type: Sub-task Components: sdk-java

[jira] [Commented] (BEAM-831) ParDo Chaining

2017-02-07 Thread Chinmay Kolhatkar (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857390#comment-15857390 ] Chinmay Kolhatkar commented on BEAM-831: Thanks [~jkff] . I'll go through the links

[jira] [Commented] (BEAM-1402) Make TextIO and AvroIO use best-practice types.

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857379#comment-15857379 ] Eugene Kirpichov commented on BEAM-1402: Sure, just send a pull request (not to me

[jira] [Comment Edited] (BEAM-42) State for "Map" data, supporting efficient key lookup, etc.

2017-02-07 Thread Jingsong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857350#comment-15857350 ] Jingsong Lee edited comment on BEAM-42 at 2/8/17 4:02 AM: -- MapState

[jira] [Commented] (BEAM-42) State for "Map" data, supporting efficient key lookup, etc.

2017-02-07 Thread Jingsong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857350#comment-15857350 ] Jingsong Lee commented on BEAM-42: -- MapState maybe need more "sighted write"(contrary to "bl

[jira] [Commented] (BEAM-1402) Make TextIO and AvroIO use best-practice types.

2017-02-07 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857339#comment-15857339 ] Aviem Zur commented on BEAM-1402: - I've started working on some of what [~jkff] mentioned i

[jira] [Commented] (BEAM-1354) TextIO should comply with PTransform style guide

2017-02-07 Thread Aviem Zur (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857335#comment-15857335 ] Aviem Zur commented on BEAM-1354: - I've started working on this (locally). I've gone ahead

[jira] [Commented] (BEAM-41) State for "Set" data, supporting efficient membership checks

2017-02-07 Thread Jingsong Lee (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857281#comment-15857281 ] Jingsong Lee commented on BEAM-41: -- Yes, `add()` in CombiningState has no return value, so I

[jira] [Created] (BEAM-1432) Write Sharding should have access to the runtime contents of a PCollection.

2017-02-07 Thread Thomas Groh (JIRA)
Thomas Groh created BEAM-1432: - Summary: Write Sharding should have access to the runtime contents of a PCollection. Key: BEAM-1432 URL: https://issues.apache.org/jira/browse/BEAM-1432 Project: Beam

[jira] [Assigned] (BEAM-1426) SortValues should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1426: -- Assignee: Eugene Kirpichov (was: Davor Bonaci) > SortValues should comply with PTransfo

[jira] [Commented] (BEAM-1419) Flatten should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857179#comment-15857179 ] Eugene Kirpichov commented on BEAM-1419: https://github.com/apache/beam/pull/1943

[jira] [Commented] (BEAM-1426) SortValues should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857184#comment-15857184 ] Eugene Kirpichov commented on BEAM-1426: https://github.com/apache/beam/pull/1943

[jira] [Commented] (BEAM-1424) ToString should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857183#comment-15857183 ] Eugene Kirpichov commented on BEAM-1424: https://github.com/apache/beam/pull/1943

[jira] [Assigned] (BEAM-1420) GroupByKey should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1420: -- Assignee: Eugene Kirpichov (was: Davor Bonaci) > GroupByKey should comply with PTransfo

[jira] [Assigned] (BEAM-1423) Sample should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1423: -- Assignee: Eugene Kirpichov (was: Davor Bonaci) > Sample should comply with PTransform s

[jira] [Assigned] (BEAM-1419) Flatten should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1419: -- Assignee: Eugene Kirpichov (was: Davor Bonaci) > Flatten should comply with PTransform

[jira] [Commented] (BEAM-1421) Latest should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857181#comment-15857181 ] Eugene Kirpichov commented on BEAM-1421: https://github.com/apache/beam/pull/1943

[jira] [Commented] (BEAM-1420) GroupByKey should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857180#comment-15857180 ] Eugene Kirpichov commented on BEAM-1420: https://github.com/apache/beam/pull/1943

[jira] [Commented] (BEAM-1423) Sample should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857182#comment-15857182 ] Eugene Kirpichov commented on BEAM-1423: https://github.com/apache/beam/pull/1943

[jira] [Assigned] (BEAM-1421) Latest should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1421: -- Assignee: Eugene Kirpichov (was: Davor Bonaci) > Latest should comply with PTransform s

[jira] [Assigned] (BEAM-1416) Write transform should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1416: -- Assignee: Eugene Kirpichov (was: Daniel Halperin) > Write transform should comply with

[jira] [Commented] (BEAM-1416) Write transform should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857178#comment-15857178 ] Eugene Kirpichov commented on BEAM-1416: https://github.com/apache/beam/pull/1943

[jira] [Assigned] (BEAM-1424) ToString should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1424: -- Assignee: Eugene Kirpichov (was: Davor Bonaci) > ToString should comply with PTransform

[jira] [Commented] (BEAM-1353) Beam should comply with PTransform style guide

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

Jenkins build is back to stable : beam_PostCommit_Java_RunnableOnService_Dataflow #2227

2017-02-07 Thread Apache Jenkins Server
See

[GitHub] beam pull request #1943: [BEAM-1353] Easy PTransform style guide compliance ...

2017-02-07 Thread jkff
GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/1943 [BEAM-1353] Easy PTransform style guide compliance fixes This leaves out the more complex / potentially-controversial ones. R: @dhalperi You can merge this pull request into a Git repository b

[jira] [Commented] (BEAM-1417) Count should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857173#comment-15857173 ] Eugene Kirpichov commented on BEAM-1417: Started a thread on beam-dev about this.

[jira] [Created] (BEAM-1431) Remove exec from version.py

2017-02-07 Thread Ahmet Altay (JIRA)
Ahmet Altay created BEAM-1431: - Summary: Remove exec from version.py Key: BEAM-1431 URL: https://issues.apache.org/jira/browse/BEAM-1431 Project: Beam Issue Type: Bug Components: sdk-py

[jira] [Commented] (BEAM-1417) Count should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857136#comment-15857136 ] Eugene Kirpichov commented on BEAM-1417: This might be not such a good idea since r

Jenkins build became unstable: beam_PostCommit_Java_RunnableOnService_Dataflow #2226

2017-02-07 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-1430) PartitionFn should access only the element and not the context

2017-02-07 Thread Sourabh Bajaj (JIRA)
Sourabh Bajaj created BEAM-1430: --- Summary: PartitionFn should access only the element and not the context Key: BEAM-1430 URL: https://issues.apache.org/jira/browse/BEAM-1430 Project: Beam Issu

[jira] [Assigned] (BEAM-1402) Make TextIO and AvroIO use best-practice types.

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov reassigned BEAM-1402: -- Assignee: Reuven Lax (was: Davor Bonaci) > Make TextIO and AvroIO use best-practice typ

[jira] [Commented] (BEAM-1429) WindowFn assign should only have access to the element and timestamp

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

[GitHub] beam pull request #1942: [BEAM-1429] WindowFn assign should not access the w...

2017-02-07 Thread sb2nov
GitHub user sb2nov opened a pull request: https://github.com/apache/beam/pull/1942 [BEAM-1429] WindowFn assign should not access the window set https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/window.py#L97 does not really use access to multiple windows

[jira] [Created] (BEAM-1429) WindowFn assign should only have access to the element and timestamp

2017-02-07 Thread Sourabh Bajaj (JIRA)
Sourabh Bajaj created BEAM-1429: --- Summary: WindowFn assign should only have access to the element and timestamp Key: BEAM-1429 URL: https://issues.apache.org/jira/browse/BEAM-1429 Project: Beam

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

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1428: -- Summary: KinesisIO should comply with PTransform style guide Key: BEAM-1428 URL: https://issues.apache.org/jira/browse/BEAM-1428 Project: Beam Issue Type

[GitHub] beam pull request #1941: Inject number of Shards as a Side Input to Write

2017-02-07 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/1941 Inject number of Shards as a Side Input to Write Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is format

[jira] [Commented] (BEAM-41) State for "Set" data, supporting efficient membership checks

2017-02-07 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856999#comment-15856999 ] Kenneth Knowles commented on BEAM-41: - Also I should mention that starting with BEAM-42 /

[jira] [Commented] (BEAM-1411) Unable to downgrade to lower guava version after upgrade to beam-0.5

2017-02-07 Thread Michael Luckey (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856968#comment-15856968 ] Michael Luckey commented on BEAM-1411: -- Hi [~dhalp...@google.com], so i ll prepare a

[jira] [Commented] (BEAM-1413) DoFn javadoc has @literal where it shouldn't

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

[jira] [Closed] (BEAM-1354) TextIO should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Kirpichov closed BEAM-1354. -- Resolution: Duplicate Fix Version/s: Not applicable Just noticed that Reuven has already s

[GitHub] beam pull request #1940: [BEAM-1413] Fix some DoFn javadoc literals

2017-02-07 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/beam/pull/1940 [BEAM-1413] Fix some DoFn javadoc literals Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is formatted l

[GitHub] beam pull request #1939: [BEAM-646] Add ReplacementOutput

2017-02-07 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/beam/pull/1939 [BEAM-646] Add ReplacementOutput 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: `[BE

[jira] [Commented] (BEAM-646) Get runners out of the apply()

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

[jira] [Created] (BEAM-1427) BigQueryIO should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1427: -- Summary: BigQueryIO should comply with PTransform style guide Key: BEAM-1427 URL: https://issues.apache.org/jira/browse/BEAM-1427 Project: Beam Issue Typ

[jira] [Created] (BEAM-1426) SortValues should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1426: -- Summary: SortValues should comply with PTransform style guide Key: BEAM-1426 URL: https://issues.apache.org/jira/browse/BEAM-1426 Project: Beam Issue Typ

[jira] [Created] (BEAM-1425) Window should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1425: -- Summary: Window should comply with PTransform style guide Key: BEAM-1425 URL: https://issues.apache.org/jira/browse/BEAM-1425 Project: Beam Issue Type: B

[jira] [Created] (BEAM-1424) ToString should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1424: -- Summary: ToString should comply with PTransform style guide Key: BEAM-1424 URL: https://issues.apache.org/jira/browse/BEAM-1424 Project: Beam Issue Type:

[jira] [Commented] (BEAM-1407) Support multiple Kafka client in KakaIO

2017-02-07 Thread Davor Bonaci (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856891#comment-15856891 ] Davor Bonaci commented on BEAM-1407: It looks good to me, but I'll plus-in a few more f

[jira] [Created] (BEAM-1423) Sample should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1423: -- Summary: Sample should comply with PTransform style guide Key: BEAM-1423 URL: https://issues.apache.org/jira/browse/BEAM-1423 Project: Beam Issue Type: B

[jira] [Created] (BEAM-1422) ParDo should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1422: -- Summary: ParDo should comply with PTransform style guide Key: BEAM-1422 URL: https://issues.apache.org/jira/browse/BEAM-1422 Project: Beam Issue Type: Bu

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Dataflow #2225

2017-02-07 Thread Apache Jenkins Server
See

[jira] [Created] (BEAM-1421) Latest should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1421: -- Summary: Latest should comply with PTransform style guide Key: BEAM-1421 URL: https://issues.apache.org/jira/browse/BEAM-1421 Project: Beam Issue Type: B

[jira] [Created] (BEAM-1420) GroupByKey should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1420: -- Summary: GroupByKey should comply with PTransform style guide Key: BEAM-1420 URL: https://issues.apache.org/jira/browse/BEAM-1420 Project: Beam Issue Typ

[jira] [Created] (BEAM-1419) Flatten should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1419: -- Summary: Flatten should comply with PTransform style guide Key: BEAM-1419 URL: https://issues.apache.org/jira/browse/BEAM-1419 Project: Beam Issue Type:

[jira] [Created] (BEAM-1418) MapElements and FlatMapElements should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1418: -- Summary: MapElements and FlatMapElements should comply with PTransform style guide Key: BEAM-1418 URL: https://issues.apache.org/jira/browse/BEAM-1418 Project: Be

[jira] [Created] (BEAM-1417) Count should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1417: -- Summary: Count should comply with PTransform style guide Key: BEAM-1417 URL: https://issues.apache.org/jira/browse/BEAM-1417 Project: Beam Issue Type: Bu

[jira] [Created] (BEAM-1416) Write transform should comply with PTransform style guide

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1416: -- Summary: Write transform should comply with PTransform style guide Key: BEAM-1416 URL: https://issues.apache.org/jira/browse/BEAM-1416 Project: Beam Issu

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

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1415: -- Summary: PubsubIO should comply with PTransfrom style guide Key: BEAM-1415 URL: https://issues.apache.org/jira/browse/BEAM-1415 Project: Beam Issue Type:

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

2017-02-07 Thread Eugene Kirpichov (JIRA)
Eugene Kirpichov created BEAM-1414: -- Summary: CountingInput should comply with PTransform style guide Key: BEAM-1414 URL: https://issues.apache.org/jira/browse/BEAM-1414 Project: Beam Issue

[jira] [Commented] (BEAM-1402) Make TextIO and AvroIO use best-practice types.

2017-02-07 Thread Eugene Kirpichov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856841#comment-15856841 ] Eugene Kirpichov commented on BEAM-1402: More specifically, the necessary changes a

Jenkins build is back to normal : beam_PostCommit_Java_MavenInstall #2565

2017-02-07 Thread Apache Jenkins Server
See

Jenkins build is back to normal : beam_PostCommit_Java_RunnableOnService_Spark #878

2017-02-07 Thread Apache Jenkins Server
See

[jira] [Issue Comment Deleted] (BEAM-1413) DoFn javadoc has @literal where it shouldn't

2017-02-07 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Halperin updated BEAM-1413: -- Comment: was deleted (was: Grepping the website: {code} [12:58:23 dhalperi@dhalperi:0.5.0 903fd8

[jira] [Commented] (BEAM-1413) DoFn javadoc has @literal where it shouldn't

2017-02-07 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856781#comment-15856781 ] Daniel Halperin commented on BEAM-1413: --- Grepping the website: {code} [12:58:23 dhal

[jira] [Commented] (BEAM-1413) DoFn javadoc has @literal where it shouldn't

2017-02-07 Thread Daniel Halperin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856782#comment-15856782 ] Daniel Halperin commented on BEAM-1413: --- Grepping the website: {code} [12:58:23 dhal

  1   2   >