You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,15 @@ In the following tutorials we will be looking on how to use Apache Flink with Ja
4
4
Learn more about Flink at http://flink.apache.org/
5
5
6
6
## 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/).
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/).
12
11
13
12
TODO -> Explain the ecosystem
14
13
15
14
## 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.
17
16
18
17
### Prerequisites for building Apache Flink:
19
18
* Unix-like environment (we use Linux, Mac OS X, Cygwin)
0 commit comments