You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2022/07/08 14:48:35 UTC

[incubator-wayang] branch main updated: Readme patch part ii (#261)

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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new a8aa662c Readme patch part ii (#261)
a8aa662c is described below

commit a8aa662c90d7798649729aeae4bc98c48fc902ee
Author: Jorge Quiane <Jo...@tu-berlin.de>
AuthorDate: Fri Jul 8 16:48:30 2022 +0200

    Readme patch part ii (#261)
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 314d39ec..34c92412 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Apache Wayang (incubating) aims at freeing data engineers and software developer
 
 ## Installing Wayang
 
-You can download wayang from [here](https://github.com/apache/incubator-wayang/releases/download/wayang-0.6.1-alpha-rc/wayang-0.6.1-alpha-rc.tar.gz), and to install you need to follow the next steps:
+You can download wayang from [here](https://github.com/apache/incubator-wayang/releases/download/wayang-0.6.1-alpha-rc/wayang-0.6.1-alpha-rc.tar.gz), and to install it you need to follow the next steps:
 
 ```shell
 tar -xvf wayang-0.6.1-snapshot.tar.gz
@@ -49,19 +49,19 @@ source ~/.zshrc
 
 ### Requirements at Runtime
 
-Apache Wayang(incubating) is not at execution engine, but it administrate the execution engines for 
-you. Because of it is important to have installed the following requirements
+As Apache Wayang(incubating) is not at execution engine (it simply administrates the execution engines for 
+you), it is important to have installed the following requirements:
 
-- Java version support from 8, the wayang team recommend Java version 11, does not forget to declare
+- Java version support from 8. The Wayang team recommends Java version 11: do not forget to declare
    the variable `JAVA_HOME`
-- Apache Spark, you need to installed Apache Spark from version 3, does not forget to have declare
+- Apache Spark. You need to install Apache Spark from version 3: do not forget to declare
    the variable `SPARK_HOME`
-- Apache Hadoop, you need to installed Apache Hadoop from version 3, does not forget to have declare
+- Apache Hadoop. You need to install Apache Hadoop from version 3: do not forget to have declare
   the variable `HADOOP_HOME`
 
 ### Validating the installation
 
-To execute your first code in wayang you need to execute the following command
+To execute your first program in Wayang, you need to execute your program with the 'wayang-submit' command as follows:
 
 ```shell
 wayang-submit org.apache.wayang.apps.wordcount.Main java file://$(pwd)/README.md