Skip to content

Commit

Permalink
[hotfix] Update README
Browse files Browse the repository at this point in the history
- add Java 11 to list of supported Java versions
- add WSL to list of unix-like environments
- updated some links to use https
  • Loading branch information
zentol committed Oct 9, 2019
1 parent 71dfb4c commit c910d71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ 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, WSL)
* Git
* Maven (we recommend version 3.2.5 and require at least 3.1.1)
* Java 8 (Java 9 and 10 are not yet supported)
* Java 8 or 11 (Java 9 or 10 may work)

```
git clone https://github.com/apache/flink.git
cd flink
mvn clean package -DskipTests # this will take up to 10 minutes
```

Flink is now installed in `build-target`
Flink is now installed in `build-target`.

*NOTE: Maven 3.3.x can build Flink, but will not properly shade away certain dependencies. Maven 3.1.1 creates the libraries properly.
To build unit tests with Java 8, use Java 8u51 or above to prevent failures in unit tests that use the PowerMock runner.*
Expand All @@ -98,7 +98,7 @@ Minimal requirements for an IDE are:
The IntelliJ IDE supports Maven out of the box and offers a plugin for Scala development.

* IntelliJ download: [https://www.jetbrains.com/idea/](https://www.jetbrains.com/idea/)
* IntelliJ Scala Plugin: [http:https://plugins.jetbrains.com/plugin/?id=1347](http:https://plugins.jetbrains.com/plugin/?id=1347)
* IntelliJ Scala Plugin: [https:https://plugins.jetbrains.com/plugin/?id=1347](https:https://plugins.jetbrains.com/plugin/?id=1347)

Check out our [Setting up IntelliJ](https://ci.apache.org/projects/flink/flink-docs-master/flinkDev/ide_setup.html#intellij-idea) guide for details.

Expand Down

0 comments on commit c910d71

Please sign in to comment.