Skip to content

Commit

Permalink
[hotfix] Some small fixups in README.md
Browse files Browse the repository at this point in the history
This closes apache#841.
  • Loading branch information
aljoscha authored and uce committed Jun 16, 2015
1 parent f916819 commit af4481c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,6 +30,8 @@ Learn more about Flink at [http:https://flink.apache.org/](http:https://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)
Expand Down

0 comments on commit af4481c

Please sign in to comment.