Apache F 1.5.1 是 1.5 系列的第一个 bug 修复版本。此版本包含针对 F 1.5.0 的 60 多项修复和改进。
亮点包括:
- [F -9153] - TaskManagerRunner should support rpc port range
- [F -9280] - Extend JobSubmitHandler to accept jar files
- [F -9316] - Expose operator unique ID to the user defined functions in DataStream .
- [F -9564] - Expose end-to-end module directory to test s
- [F -9599] - Implement generic mechanism to receive files via rest
- [F -9669] - Introduce task manager assignment store
- [F -9670] - Introduce slot manager factory
- [F -9671] - Add configuration to enable task manager isolation.
Maven 依赖
<dependency> <groupId>org.apache.f </groupId> <artifactId>f -java</artifactId> <version>1.5.1</version> </dependency> <dependency> <groupId>org.apache.f </groupId> <artifactId>f -streaming-java_2.11</artifactId> <version>1.5.1</version> </dependency> <dependency> <groupId>org.apache.f </groupId> <artifactId>f -clients_2.11</artifactId> <version>1.5.1</version> </dependency>
继续阅读与本文标签相同的文章
上一篇 :
Future模式详细讲解及实例分析
下一篇 :
普及线段树合并
-
将阿里云产品整合成为高校课程实训的训练营产品的实践(二)
2026-05-18栏目: 教程
-
小程序审核常见驳回类型
2026-05-18栏目: 教程
-
Python Threading 学习笔记 | 3、join功能
2026-05-18栏目: 教程
-
Python Threading 学习笔记 | 4、Queue功能
2026-05-18栏目: 教程
-
Python Threading 学习笔记 | 5、不一定有效率GIL
2026-05-18栏目: 教程
