Skip to content

Commit 2685803

Browse files
authored
Update README.md
1 parent c805511 commit 2685803

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ In the following tutorials we will be looking on how to use Apache Flink with Ja
44
Learn more about Flink at http://flink.apache.org/
55

66
## Ecosystem Components
7-
In the following section we will look at different components which makes part of the Apache Flink ecosystem.
7+
In the following section we will look at different components which makes part of the Apache Flink ecosystem. The above image and the following explanation was taken from this [source](https://data-flair.training/blogs/flink-tutorial/), big thanks to the [Dataflair Team](https://data-flair.training/blogs/author/dfteam2/).
88

99
![Flink Ecosystem](https://raw.githubusercontent.com/achmand/flink-java-tutorials/master/images/flink_ecosystem.png)
1010

11-
The above image and the following explanation is taken from this [source](https://data-flair.training/blogs/flink-tutorial/), big thanks to the [Dataflair Team](https://data-flair.training/blogs/author/dfteam2/).
1211

1312
TODO -> Explain the ecosystem
1413

1514
## Building Apache Flink
16-
Parts of this section is taken from Apache Flink GitHub [page](https://github.com/apache/flink) from the "Building Apache Flink from Source" section. As from this date the current stable version of Apache Flink is 1.8.0, so the following tutorials will be based on this version.
15+
Parts of this section was taken from Apache Flink GitHub [page](https://github.com/apache/flink) from the "Building Apache Flink from Source" section. As from this date the current stable version of Apache Flink is 1.8.0, so the following tutorials will be based on this version.
1716

1817
### Prerequisites for building Apache Flink:
1918
* Unix-like environment (we use Linux, Mac OS X, Cygwin)

0 commit comments

Comments
 (0)