摘要:
WordCount: select rank, count(*) cnt from city group by rank; Map与Reduce 都是一个JVM进程,可以理解为都是一个独立的应用程序 MapReduce 框架的作用就是自动帮你把map端的输出,经过shuffle后变为reduce端的 阅读全文
摘要:
今天:select*from table1 where to_days(时间字段名)=to_days(now()); 昨天:select*from table1 where to_days(now())-to_days(时间字段名)<=1; 近7天:select*from table1 where 阅读全文