[GitHub] beam-site pull request #251: [BEAM-2360] Add Beam Runner Guide

2017-06-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/beam-site/pull/251


---
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] beam-site pull request #251: [BEAM-2360] Add Beam Runner Guide

2017-05-24 Thread kennknowles
GitHub user kennknowles opened a pull request:

https://github.com/apache/beam-site/pull/251

[BEAM-2360] Add Beam Runner Guide

I did a quick port of the doc at https://s.apache.org/beam-runner-guide.

I wanted to open this early, because there are technical issues to address:

 - The language toggles are inappropriate, as I'd like to include Java and 
Python on the same page, so a runner can read about them both. Similarly, it is 
not really useful to have a bit label as to which language is being shown.
 - The toggles actually totally break the page if I try to use syntax 
highlighting on the protobufs (I've left it in the state it should probably end 
up in to demonstrate).

Beyond the draft doc, I've added a ton of links to API docs and code. There 
may still be comments on the GDoc and I'll incorporate them here.

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

$ git pull https://github.com/kennknowles/beam-site runner-guide

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

https://github.com/apache/beam-site/pull/251.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 #251


commit b0095ec87d692a8f6827ef1f21c2e830f182c359
Author: Kenneth Knowles 
Date:   2017-05-24T13:58:59Z

Add Beam Runner Guide




---
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.
---