摘要:
一、Flink 简介 Flink起源于Stratosphere项目,Stratosphere是在2010~2014年由3所地处柏林的大学和欧洲的一些其他的大学共同进行的研究项目,2014年4月Stratosphere的代码被复制并捐赠给了Apache软件基金会,参加这个孵化项目的初始成员是Strat 阅读全文
摘要:
需求 有一个表存放在数字ID,要求输出连续段的最后一个id及每段的个数; 数据准备 create table temp_id_list_0209 ( id int ) row format delimited fields terminated by '\t' stored as orc tblpr 阅读全文