提交 e503ebcf 编写于 作者: S Stephan Ewen

[FLINK-2453] [docs] Update README and setup docs to reflect requirement for Java 7+

上级 368d7aee
......@@ -35,7 +35,7 @@ Prerequisites for building Flink:
* Unix-like environment (We use Linux, Mac OS X, Cygwin)
* git
* Maven (at least version 3.0.4)
* Java 6, 7 or 8 (Note that Oracle's JDK 6 library will fail to build Flink, but is able to run a pre-compiled package without problem)
* Java 7 or 8
```
git clone https://github.com/apache/flink.git
......
......@@ -40,7 +40,7 @@ and **Cygwin** (for Windows) and expects the cluster to consist of **one master
node** and **one or more worker nodes**. Before you start to setup the system,
make sure you have the following software installed **on each node**:
- **Java 1.6.x** or higher,
- **Java 1.7.x** or higher,
- **ssh** (sshd must be running to use the Flink scripts that manage
remote components)
......@@ -65,9 +65,9 @@ The command should output something comparable to the following on every node of
your cluster (depending on your Java version, there may be small differences):
~~~bash
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
~~~
To make sure the ssh daemon is running properly, you can use the command
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册