Github user W4anD0eR96 commented on a diff in the pull request: https://github.com/apache/flink/pull/5924#discussion_r184857746 --- Diff: README.md --- @@ -67,10 +67,10 @@ counts.writeAsCsv(outputPath) Prerequisites for building Flink: -* Unix-like environment (We use Linux, Mac OS X, Cygwin) +* Unix-like environment (we use Linux, Mac OS X, Cygwin) * git * Maven (we recommend version 3.2.5) -* Java 8 +* Java 8 (exactly 8, not 9 or 10) --- End diff -- sure, and done :-)
---