You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wy...@apache.org on 2020/04/15 10:05:56 UTC

[incubator-nemo] branch wynot12-patch-1 created (now 45864b3)

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

wylee pushed a change to branch wynot12-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git.


      at 45864b3  Update README.md

This branch includes the following new commits:

     new 45864b3  Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-nemo] 01/01: Update README.md

Posted by wy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wylee pushed a commit to branch wynot12-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git

commit 45864b356f330e0d54f24086f1edc8c5a1dc428c
Author: Wooyeon Lee <wy...@apache.org>
AuthorDate: Wed Apr 15 19:05:50 2020 +0900

    Update README.md
    
    - Support Java 11 and drop java 8
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d92bbcd..5d2347e 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Please refer to the [Contribution guideline](.github/CONTRIBUTING.md) to contrib
 ## Nemo prerequisites and setup
 
 ### Prerequisites
-* Java 8 or later (tested on Java 8 and Java 11)
+* Java 11
 * Maven
 * YARN settings
     * Download Hadoop 2.7.2 at https://archive.apache.org/dist/hadoop/common/hadoop-2.7.2/
@@ -68,6 +68,7 @@ Please refer to the [Contribution guideline](.github/CONTRIBUTING.md) to contrib
 ### Installing Nemo
 * Run all tests and install: `$ mvn clean install -T 2C`
 * Run only unit tests and install: `$ mvn clean install -DskipITs -T 2C`
+* Skip all tests and install: `$ mvn clean install -DskipTests -T 2C`
 
 ## Running Beam applications