This is an automated email from the ASF dual-hosted git repository.
quiaru pushed a commit to branch readme-patch-partII
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/readme-patch-partII by this
push:
new 31888442 Update README.md
31888442 is described below
commit 31888442f453e61049144e1b54e20e6053fb3da4
Author: Jorge Quiane <[email protected]>
AuthorDate: Fri Jul 8 16:38:10 2022 +0200
Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index efa04b5e..8b19be97 100644
--- a/README.md
+++ b/README.md
@@ -52,16 +52,16 @@ source ~/.zshrc
Apache Wayang(incubating) is not at execution engine, but it administrates the
execution engines for
you. Therefore, 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