v1.2.0 release
Change Log
New Feature
- Support for Flink on Kubernetes runtime including Application/Session mode.
- Support for automatic building Flink-K8s Application image from Flink SQL.
- StreamX instance no longer forces a dependency on the Hadoop environment.
- Flink-1.14 Support.
Enhance / Bug Fix
- HADOOP_USER_NAME can be specified in Flink on YARN mode.
- Optimize the authentication renewal logic of kerberos.
- Fix isolation-related bugs for multiple versions of Flink.
- Fix create view syntax bugs of Flink.
- Optimize the sql parse tool.
- Sql dialect bug fixed.
- new startup script. new add restart|status option.
更新日志
新特性
- 支持 Flink on Kubernetes 任务发布(包含 Application/Session Mode);
- 支持从 Flink SQL 自动构建 Flink-K8s Application 镜像;
- 与Hadoop解耦,不再强制依赖 Hadoop;
- 新增 Flink-1.14 支持(Flink-1.12,1.13,1.14);
优化 / Bug 修复
- Flink on YARN 环境下可指定 HADOOP_USER_NAME;
- 优化 kerberos 的认证续期逻辑;
- 修复 Flink 多版本的隔离相关 Bug;
- 修复Flink create view 等语法错误;
- 优化Flink Sql解析;
- 修复Flink Sql方言设置bug;
- 全新的启动脚本,新增 restart|status等操作.
...