This is an automated email from the ASF dual-hosted git repository. jeongyoon 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 4590ab6 [Nemo-440] Update README.md about java 11 support (#295) 4590ab6 is described below commit 4590ab619c3d6c6aaf81dc390e27e67a02519ceb Author: Wooyeon Lee <wy...@apache.org> AuthorDate: Sun Apr 19 15:28:48 2020 +0900 [Nemo-440] Update README.md about java 11 support (#295) JIRA: [NEMO-440: Migrate to Java11 and use Java 11 Features](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-440) **Major changes:** - Update readme **Minor changes to note:** - None **Tests for the changes:** - None **Other comments:** - Java 11 support has been done in PR #291 - Nemo build fails with Java 8 due to the pom configuration that does not work with Java 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d92bbcd..4ba0298 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/