Repository: nifi-site Updated Branches: refs/heads/master a0b421f97 -> 40757cda6
Added recommendation to use the most recent Java 8. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/40757cda Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/40757cda Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/40757cda Branch: refs/heads/master Commit: 40757cda6f1cf0f96b766383e0a04c50ead1c148 Parents: a0b421f Author: Koji Kawamura <[email protected]> Authored: Sat Feb 11 09:33:05 2017 +0900 Committer: Koji Kawamura <[email protected]> Committed: Sat Feb 11 09:33:05 2017 +0900 ---------------------------------------------------------------------- src/pages/markdown/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/40757cda/src/pages/markdown/quickstart.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index 12cfd52..7be2b56 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -109,7 +109,7 @@ Additional information on system administration and settings can be located in o ### Build steps -1. You need a recent Java 8 (or newer) JDK for the 1.x NiFi line. The 0.x line works on Java 7 or newer. +1. You need a recent Java 8 (or newer) JDK for the 1.x NiFi line. Older Java 8 (such as 1.8.0_31) is known to fail with some unit tests, ensure to use the most recent version. The 0.x line works on Java 7 or newer. 2. You need Apache [Maven 3.1.0][maven] or newer. 3. You need a recent git client for the 1.x NiFi line. 4. Ensure your MAVEN_OPTS provides sufficient memory. Some build steps are fairly memory intensive
