[GitHub] incubator-beam pull request: [BEAM-] Move GroupByKey expansion int...

2016-03-24 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/77 [BEAM-] Move GroupByKey expansion into DirectPipelineRunner As per the [Runner API design](https://docs.google.com/document/d/1bao-5B6uBuf-kwH1meenAuXXS0c9cBQ1B2J59I3FiyI/edit?usp=sharing

[GitHub] incubator-beam pull request: Add more Eclipse files to .gitignore

2016-03-24 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/76 Add more Eclipse files to .gitignore You can merge this pull request into a Git repository by running: $ git pull https://github.com/kennknowles/incubator-beam gitignore Alternativ

[GitHub] incubator-beam pull request: Add some built artifacts to gitignore

2016-03-24 Thread kennknowles
GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/75 Add some built artifacts to gitignore You can merge this pull request into a Git repository by running: $ git pull https://github.com/kennknowles/incubator-beam spark-bin-gitignore

[jira] [Created] (BEAM-150) Link validation on static content generation

2016-03-24 Thread James Malone (JIRA)
James Malone created BEAM-150: - Summary: Link validation on static content generation Key: BEAM-150 URL: https://issues.apache.org/jira/browse/BEAM-150 Project: Beam Issue Type: New Feature

[GitHub] incubator-beam pull request: Add ModelEnforcements

2016-03-24 Thread tgroh
GitHub user tgroh opened a pull request: https://github.com/apache/incubator-beam/pull/74 Add ModelEnforcements ModelEnforcements ensure that user-written code conforms to the model, in order to ensure that it is portable between runners. Add EncodabilityEnforcement and

[2/7] incubator-beam git commit: Merge branch 'master' into temp-option

2016-03-24 Thread kenn
Merge branch 'master' into temp-option Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/911d2953 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/911d2953 Diff: http://git-wip-us.apache.org/rep

[6/7] incubator-beam git commit: Merge branch 'master' into temp-option

2016-03-24 Thread kenn
Merge branch 'master' into temp-option Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c4515687 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c4515687 Diff: http://git-wip-us.apache.org/rep

[GitHub] incubator-beam pull request: Move tempLocation to PipelineOptions.

2016-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/44 --- 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

[1/7] incubator-beam git commit: Move tempLocation to PipelineOptions.

2016-03-24 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 1c21aa2d5 -> c1de175bd Move tempLocation to PipelineOptions. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8bc0659a Tree: http://git-wip-us

[4/7] incubator-beam git commit: Merge branch 'master' into temp-option

2016-03-24 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c4515687/sdks/java/core/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java -- diff --cc sdks/java/core/src/main/java/com/google/cloud/dataflow

[5/7] incubator-beam git commit: Merge branch 'master' into temp-option

2016-03-24 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c4515687/sdks/java/core/src/main/java/com/google/cloud/dataflow/sdk/options/DataflowPipelineOptions.java -- diff --cc sdks/java/core/src/main/java/com/google/cloud/dataflo

[3/7] incubator-beam git commit: Merge branch 'master' into temp-option

2016-03-24 Thread kenn
http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c4515687/sdks/java/core/src/test/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunnerTest.java -- diff --cc sdks/java/core/src/test/java/com/google/cloud/data

[7/7] incubator-beam git commit: This closes #44

2016-03-24 Thread kenn
This closes #44 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c1de175b Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c1de175b Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/d

incubator-beam git commit: [BEAM-149][java8] move language source config to pluginManagement

2016-03-24 Thread kenn
Repository: incubator-beam Updated Branches: refs/heads/master 9c61dd24a -> 1c21aa2d5 [BEAM-149][java8] move language source config to pluginManagement This fixes issues with the source/target level in IntelliJ. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http

[jira] [Commented] (BEAM-149) IntelliJ: Java 8 tests configuration

2016-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210649#comment-15210649 ] ASF GitHub Bot commented on BEAM-149: - GitHub user mxm opened a pull request: https

[GitHub] incubator-beam pull request: [BEAM-149] move language source confi...

2016-03-24 Thread mxm
GitHub user mxm opened a pull request: https://github.com/apache/incubator-beam/pull/73 [BEAM-149] move language source config to pluginManagement This fixes issues with the source/target level in IntelliJ. You can merge this pull request into a Git repository by running: $ git

[jira] [Commented] (BEAM-149) IntelliJ: Java 8 tests configuration

2016-03-24 Thread Kenneth Knowles (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210583#comment-15210583 ] Kenneth Knowles commented on BEAM-149: -- When it was {{src/test/java}} and {{src/test/ja

[jira] [Commented] (BEAM-149) IntelliJ: Java 8 tests configuration

2016-03-24 Thread Mark Shields (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210405#comment-15210405 ] Mark Shields commented on BEAM-149: --- Same for me. Made the mistake of fixing it all in Int

[jira] [Created] (BEAM-149) IntelliJ: Java 8 tests configuration

2016-03-24 Thread Maximilian Michels (JIRA)
Maximilian Michels created BEAM-149: --- Summary: IntelliJ: Java 8 tests configuration Key: BEAM-149 URL: https://issues.apache.org/jira/browse/BEAM-149 Project: Beam Issue Type: Bug

[jira] [Commented] (BEAM-136) PipelineOptionsFactory should detect all runners

2016-03-24 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209990#comment-15209990 ] Maximilian Michels commented on BEAM-136: - A bit off topic: How do you make sure tha

[jira] [Closed] (BEAM-143) Add test for UnboundedSourceWrapper

2016-03-24 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed BEAM-143. --- Resolution: Fixed > Add test for UnboundedSourceWrapper > --- >

[jira] [Closed] (BEAM-144) Reader in UnboundedSourceWrapper is not serializable

2016-03-24 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed BEAM-144. --- Resolution: Fixed > Reader in UnboundedSourceWrapper is not serializable > -

[jira] [Commented] (BEAM-77) Reorganize Directory structure

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

[jira] [Commented] (BEAM-78) Rename Dataflow to Beam

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

[GitHub] incubator-beam pull request: [BEAM-77] Directory reorganization

2016-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/72 --- 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

[GitHub] incubator-beam pull request: BEAM-78 - First step of the renaming:...

2016-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-beam/pull/46 --- 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