Pig distinct用法举例

dst = distinct data;

 
DISTINCT只能对整个记录(整行)去重,不能在字段级别去重。
 
触发reduce阶段
 
data = load 'data';
distinct data;

  

 
posted @ 2015-06-07 22:34  lishouguang  阅读(598)  评论(0)    收藏  举报