赞
踩
========= 基础 =========
1、Flink 的 抽象层次有几种
Stateful stream processing
Core API
Table
SQL
2、Window 类型
(1)TimeWindow
Tumbling Window(滚动窗口)
Sliding Window(滑动窗口)
Session Window(会话窗口)
Global Window(全局窗口)
(2)countWindow
(3)自定义window
3、Time 类型
事件时间、注入时间和Processing Time
4、Checkpoint的理解
5、Savepoint
$s bin/flink savepoint :jobId [:targetDirectory]
$ bin/flink cancel -s [:targetDirectory] :jobId
6、Flink runtime archi
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。