This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 0aabce40315fe8af2d93198922057b11519383f5 Author: Mergebot <[email protected]> AuthorDate: Wed Aug 16 02:46:58 2017 +0000 Prepare repository for deployment. --- content/contribute/work-in-progress/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/contribute/work-in-progress/index.html b/content/contribute/work-in-progress/index.html index be35f52..aea4670 100644 --- a/content/contribute/work-in-progress/index.html +++ b/content/contribute/work-in-progress/index.html @@ -185,6 +185,18 @@ <td><a href="https://issues.apache.org/jira/browse/BEAM-1899">BEAM-1899</a></td> </tr> <tr> + <td>MapReduce Runner</td> + <td><a href="https://github.com/apache/beam/tree/mr-runner">mr-runner</a></td> + <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12333013">runner-mapreduce</a></td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-165">BEAM-165</a></td> + </tr> + <tr> + <td>Tez Runner</td> + <td><a href="https://github.com/apache/beam/tree/tez-runner">tez-runner</a></td> + <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12333014">runner-tez</a></td> + <td><a href="https://issues.apache.org/jira/browse/BEAM-2709">BEAM-2709</a></td> + </tr> + <tr> <td>Beam SQL DSL</td> <td><a href="https://github.com/apache/beam/tree/DSL_SQL">DSL_SQL</a></td> <td><a href="https://issues.apache.org/jira/browse/BEAM/component/12332480">dsl-sql</a></td> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
