This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push:
new f22e61b [FLINK-18173][docs] Update missing release notes for
flink-json and flink-csv packaging
f22e61b is described below
commit f22e61bba299280efe2db0d9f37aaf68c55264c4
Author: Piotr Nowojski <[email protected]>
AuthorDate: Mon Jul 6 15:15:50 2020 +0200
[FLINK-18173][docs] Update missing release notes for flink-json and
flink-csv packaging
---
docs/release-notes/flink-1.11.md | 3 +++
docs/release-notes/flink-1.11.zh.md | 3 +++
2 files changed, 6 insertions(+)
diff --git a/docs/release-notes/flink-1.11.md b/docs/release-notes/flink-1.11.md
index 131ec3d..7d3e67e 100644
--- a/docs/release-notes/flink-1.11.md
+++ b/docs/release-notes/flink-1.11.md
@@ -45,6 +45,9 @@ Flink project does not provide any updated
"flink-shaded-hadoop-*" jars.
Users need to provide Hadoop dependencies through the HADOOP_CLASSPATH
environment variable (recommended) or via `lib/` folder.
Also, the `include-hadoop` Maven profile has been removed.
+#### `flink-csv` and `flink-json` are bundled in lib folder
([FLINK-18173](https://issues.apache.org/jira/browse/FLINK-18173))
+There is no need to download manually jar files for `flink-csv` and
`flink-json` formats as they are now bundled in the `lib` folder.
+
#### Removal of `LegacyScheduler`
([FLINK-15629](https://issues.apache.org/jira/browse/FLINK-15629))
Flink no longer supports the legacy scheduler.
Hence, setting `jobmanager.scheduler: legacy` will no longer work and fail
with an `IllegalArgumentException`.
diff --git a/docs/release-notes/flink-1.11.zh.md
b/docs/release-notes/flink-1.11.zh.md
index 131ec3d..7d3e67e 100644
--- a/docs/release-notes/flink-1.11.zh.md
+++ b/docs/release-notes/flink-1.11.zh.md
@@ -45,6 +45,9 @@ Flink project does not provide any updated
"flink-shaded-hadoop-*" jars.
Users need to provide Hadoop dependencies through the HADOOP_CLASSPATH
environment variable (recommended) or via `lib/` folder.
Also, the `include-hadoop` Maven profile has been removed.
+#### `flink-csv` and `flink-json` are bundled in lib folder
([FLINK-18173](https://issues.apache.org/jira/browse/FLINK-18173))
+There is no need to download manually jar files for `flink-csv` and
`flink-json` formats as they are now bundled in the `lib` folder.
+
#### Removal of `LegacyScheduler`
([FLINK-15629](https://issues.apache.org/jira/browse/FLINK-15629))
Flink no longer supports the legacy scheduler.
Hence, setting `jobmanager.scheduler: legacy` will no longer work and fail
with an `IllegalArgumentException`.