From af4481c7a54c2439065a785b204094fa427e6a58 Mon Sep 17 00:00:00 2001 From: Aljoscha Krettek Date: Tue, 16 Jun 2015 10:19:46 +0200 Subject: [PATCH] [hotfix] Some small fixups in README.md This closes #841. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27354b2c810a9..d9250b8c1b529 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ val counts = text.flatMap { _.split("\\W+") } counts.writeAsCsv(outputPath) ``` -Flink is highlighted by some unique features: +These are some of the unique features of Flink: * Hybrid batch/streaming runtime that supports batch processing and data streaming programs. * Custom memory management to guarantee efficient, adaptive, and highly robust switching between in-memory and out-of-core data processing algorithms. @@ -30,6 +30,8 @@ Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/) ## Building Apache Flink from Source +Prerequisites for building Flink: + * Unix-like environment (We use Linux, Mac OS X, Cygwin) * git * Maven (at least version 3.0.4)