forked from apache/zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What is this PR for? This PR is to add support of Flink 1.14. main changes: * Add new module flink114-shims * Add new profile flink-114. (flink 1.14 change its module, so we move some flink dependency into profile. e.g. there's no module `flink-runtime_${flink.scala.binary.version}` in flink-1.14, it changes to `flink-runtime` * flink planner is not supported in flink-1.14, so there's no `bt_env2` and `st_env2` in flink-1.14 ### What type of PR is it? [ Feature ] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5469 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <[email protected]> Closes apache#4195 from zjffdu/ZEPPELIN-5469 and squashes the following commits: 465b877 [Jeff Zhang] [ZEPPELIN-5469] Support Flink 1.14
- Loading branch information
Showing
30 changed files
with
1,522 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.