[GitHub] storm pull request #1745: STORM-2174: Initial Base for Storm Beam Runner

2016-11-30 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/1745


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] storm pull request #1745: STORM-2174: Initial Base for Storm Beam Runner

2016-10-25 Thread ptgoetz
GitHub user ptgoetz opened a pull request:

https://github.com/apache/storm/pull/1745

STORM-2174: Initial Base for Storm Beam Runner

This is an (very) initial pass at laying the foundation for a Beam runner 
for Storm. It currently only supports local mode, and is incomplete (and likely 
wrong in places) in terms of supporting the basic word count pipeline example.

The goal of getting this committed into a feature branch is to enable 
others to collaborate and contribute to the effort.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ptgoetz/storm beam-runner

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/storm/pull/1745.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1745


commit c64313eb8b89551ab1bbd4267c70e406ee1b5bea
Author: P. Taylor Goetz 
Date:   2016-10-25T18:39:55Z

STORM-2174: Initial commit for beam runner.

commit 7de6eedb455e3916aebaf561b180dbc9247ee4b6
Author: P. Taylor Goetz 
Date:   2016-10-25T18:45:43Z

STORM-2174: Apply ALv2 license headers

commit 6516defc0e83c12a4aaf147b3c81bc74ec364f72
Author: P. Taylor Goetz 
Date:   2016-10-25T18:58:37Z

STORM-2174: update beam dependency to released version 0.2.0-incubating




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---