Apache Flink: Apache Flink 1.5.1 Released http://flink.apache.org/news/2018/07/12/release-1.5.1.html

Sub-task

  • [FLINK-8977] - End-to-end test: Manually resume job after terminal failure
  • [FLINK-8982] - End-to-end test: Queryable state
  • [FLINK-8989] - End-to-end test: ElasticSearch connector
  • [FLINK-8996] - Include an operator with broadcast and union state
  • [FLINK-9008] - End-to-end test: Quickstarts
  • [FLINK-9320] - Update `test-ha.sh` end-to-end test to use general purpose DataStream job
  • [FLINK-9322] - Add exception throwing map function that simulates failures to the general purpose DataStream job
  • [FLINK-9394] - Let externalized checkpoint resume e2e also test rescaling

最新文章

  1. C# 程序异常管理方案
  2. 初步认识html以及表格的制作
  3. BZOJ1367——[Baltic2004]sequence
  4. SPSS数据分析—描述性统计分析
  5. [专题汇总]AC自动机
  6. Nginx-->进阶-->原理-->Nginx+php+fastcgi的原理与关系
  7. 关于hangfire的使用
  8. BZOJ2738: 矩阵乘法
  9. 防止ARP欺骗的方法!!!
  10. C#控件命名规范
  11. 2014/09/30 Learning Note
  12. 自定义ActionBar背景(分别针对3.0以下和3.0以上的版本)
  13. Android WebView挂马漏洞--各大厂商纷纷落马
  14. JSDOM优化
  15. update20181214 - uGetHttpData.pas
  16. Go 语言实践(一)
  17. SpringDataJPA - 复杂查询总结 (多表关联 以及 自定义分页 )
  18. HashMap的自定义实现
  19. Jenkins+sonar7.3集成
  20. Y2K Accounting Bug(poj2586)

热门文章

  1. 九度oj 题目1137:浮点数加法
  2. mysql的row_number()实现
  3. P1410 子序列 (动态规划)
  4. You need to install the perl-doc package to use this program
  5. Infinite monkey theorem(hdu 3689)
  6. msp430入门学习42
  7. gulp 环境搭建
  8. Codeforces 487B Strip (ST表+线段树维护DP 或 单调队列优化DP)
  9. Spring Boot集成Spring Data Reids和Spring Session实现Session共享(多个不同的应用共用一个Redis实例)
  10. MFC中的双缓冲技术(解决绘图闪烁问题)