摘要: 1. 背景 FlinkSQL在各个大厂实践地火热,咱也不能落后,搞起。 2. join类型 - 来自官网 Flink SQL supports complex and flexible join operations over dynamic tables. There are several di 阅读全文
posted @ 2022-01-23 23:50 钱塘江畔 阅读(853) 评论(0) 推荐(0)
摘要: 1. 背景 昨天《FlinkSQL实践记录1》对FlinkSql做了简单的使用insert into .. select ..,今天对聚合运算做一些实践。 2. 代码实践 String mysql_sql = "CREATE TABLE mysql_sink (" + " name STRING," 阅读全文
posted @ 2022-01-23 11:49 钱塘江畔 阅读(2727) 评论(0) 推荐(0)