Hive Word count
摘要:
--https://github.com/slimandslam/pig-hive-wordcount/blob/master/wordcount.hqlDROP TABLE myinput;DROP TABLE wordcount;CREATE TABLE myinput (line STRING... 阅读全文
posted @ 2015-03-18 14:08 tneduts 阅读(501) 评论(1) 推荐(0) 编辑