随笔分类 -  Hadoop

摘要:hive 窗口分析函数 0: jdbc:hive2://localhost:10000> select * from t_access; + + + + +--+ | t_access.ip | t_access.url | t_access.access_time | t_access.dt | 阅读全文
posted @ 2020-11-26 17:13 祈欢 阅读(97) 评论(0) 推荐(0)
摘要:create table t_a(name string,numb int) row format delimited fields terminated by ','; create table t_b(name string,nick string) row format delimited f 阅读全文
posted @ 2020-11-26 17:10 祈欢 阅读(119) 评论(0) 推荐(0)