You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by bg...@apache.org on 2019/01/17 04:29:25 UTC

[incubator-nemo] branch master updated: update README (#185)

This is an automated email from the ASF dual-hosted git repository.

bgchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


The following commit(s) were added to refs/heads/master by this push:
     new 1403a3d  update README (#185)
1403a3d is described below

commit 1403a3d33f8245ed1ebe3cc9055094a17b8060af
Author: Won Wook SONG <wo...@apache.org>
AuthorDate: Thu Jan 17 13:29:21 2019 +0900

    update README (#185)
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index a70c15f..352e621 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,10 @@ Please refer to the [Contribution guideline](.github/CONTRIBUTING.md) to contrib
 
 ## Running Beam applications
 
+Apache Nemo is an official runner of Apache Beam, and it can be executed from Beam, using NemoRunner, as well as directly from the Nemo project. 
+The details of using NemoRunner from Beam is shown on the [NemoRunner page of the Apache Beam website](https://beam.apache.org/documentation/runners/nemo/).
+Below describes how Beam applications can be run directly on Nemo.
+
 ### Configurable options
 * `-job_id`: ID of the Beam job
 * `-user_main`: Canonical name of the Beam application