From df430cbdc6e9e30edcba791eadc34980b6fe7d3d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 14 May 2018 13:57:39 +0200 Subject: [PATCH] [FLINK-9359][docs] Update quickstart docs to only mention Java 8 --- docs/quickstart/setup_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md index 0576c8c921503..f862b4a2addb9 100644 --- a/docs/quickstart/setup_quickstart.md +++ b/docs/quickstart/setup_quickstart.md @@ -30,7 +30,7 @@ Get a Flink example program up and running in a few simple steps. ## Setup: Download and Start Flink -Flink runs on __Linux, Mac OS X, and Windows__. To be able to run Flink, the only requirement is to have a working __Java 7.x__ (or higher) installation. Windows users, please take a look at the [Flink on Windows]({{ site.baseurl }}/start/flink_on_windows.html) guide which describes how to run Flink on Windows for local setups. +Flink runs on __Linux, Mac OS X, and Windows__. To be able to run Flink, the only requirement is to have a working __Java 8.x__ installation. Windows users, please take a look at the [Flink on Windows]({{ site.baseurl }}/start/flink_on_windows.html) guide which describes how to run Flink on Windows for local setups. You can check the correct installation of Java by issuing the following command: