mapreduce解析执行sql流程
摘要:
样例准备 条件过滤 sql:select * from student where sex='male'; mr:该操作属于比较简单的操作,直接在map阶段对数据进行过滤操作即可。 分组统计 sql:select class_name,count(*) from student group by c 阅读全文
posted @ 2017-11-08 16:15 李雷 阅读(717) 评论(0) 推荐(0)
浙公网安备 33010602011771号