Skip to content

Commit

Permalink
[FLINK-18173][docs] Update missing release notes for flink-json and f…
Browse files Browse the repository at this point in the history
…link-csv packaging
  • Loading branch information
pnowojski committed Jul 6, 2020
1 parent f730e16 commit a72c53a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/release-notes/flink-1.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
3 changes: 3 additions & 0 deletions docs/release-notes/flink-1.11.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit a72c53a

Please sign in to comment.