会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
OnTheWay_duking
博客园
首页
新随笔
联系
管理
订阅
2016年12月2日
HIVE分组排序问题
摘要: 答案: hive> select *,row_number() over (partition by product_no order by start_time desc) from table1; 知识点: 1、row_number hive (test)> select *, row_numb
阅读全文
posted @ 2016-12-02 17:58 OnTheWay_duking
阅读(1927)
评论(0)
推荐(0)
编辑
MapReduce实现共同朋友问题
摘要: 答案: 结果
阅读全文
posted @ 2016-12-02 16:24 OnTheWay_duking
阅读(777)
评论(0)
推荐(0)
编辑
公告