Skip to content

Commit

Permalink
[FLINK-2453] [docs] Update README and setup docs to reflect requireme…
Browse files Browse the repository at this point in the history
…nt for Java 7+
  • Loading branch information
StephanEwen committed Aug 10, 2015
1 parent 368d7ae commit e503ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/setup/cluster_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
Expand Down

0 comments on commit e503ebc

Please sign in to comment.