Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-15807][docs] Add Java 11 to supported JDKs #10974

Merged
merged 1 commit into from Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started/walkthroughs/datastream_api.md
Expand Up @@ -54,7 +54,7 @@ In particular, Apache Flink's [user mailing list](https://flink.apache.org/commu

If you want to follow along, you will require a computer with:

* Java 8
* Java 8 or 11
* Maven

A provided Flink Maven Archetype will create a skeleton project with all the necessary dependencies quickly, so you only need to focus on filling out the business logic.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/walkthroughs/datastream_api.zh.md
Expand Up @@ -54,7 +54,7 @@ Flink 支持对状态和时间的细粒度控制,以此来实现复杂的事

首先,你需要在你的电脑上准备以下环境:

* Java 8
* Java 8 or 11
* Maven

一个准备好的 Flink Maven Archetype 能够快速创建一个包含了必要依赖的 Flink 程序骨架,基于此,你可以把精力集中在编写业务逻辑上即可。
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/walkthroughs/table_api.md
Expand Up @@ -49,7 +49,7 @@ In particular, Apache Flink's [user mailing list](https://flink.apache.org/commu

If you want to follow along, you will require a computer with:

* Java 8
* Java 8 or 11
* Maven

A provided Flink Maven Archetype will create a skeleton project with all the necessary dependencies quickly:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/walkthroughs/table_api.zh.md
Expand Up @@ -48,7 +48,7 @@ Flink 中的 Table API 通常用于简化数据分析,数据流水线和 ETL
## 如何跟进

如果想要继续,你的电脑需要安装:
* Java 8
* Java 8 or 11
* Maven

现成的 Flink Maven Archetype 可以快速创建一个具有所有必要依赖的框架项目:
Expand Down
2 changes: 1 addition & 1 deletion docs/ops/deployment/local.md
Expand Up @@ -31,7 +31,7 @@ Get a local Flink cluster 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 8.x__ installation.
To be able to run Flink, the only requirement is to have a working __Java 8 or 11__ installation.

You can check the correct installation of Java by issuing the following command:

Expand Down
2 changes: 1 addition & 1 deletion docs/ops/deployment/local.zh.md
Expand Up @@ -31,7 +31,7 @@ Get a local Flink cluster 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 8.x__ installation.
To be able to run Flink, the only requirement is to have a working __Java 8 or 11__ installation.

You can check the correct installation of Java by issuing the following command:

Expand Down