首页 > 其他 > 详细

device public set

时间:2017-05-27 12:52:31      阅读:292      评论:0      收藏:0      [点我收藏+]

backgroud:  our dvertiser provide on device list of idfa to show ad to  target audience,however none of the  ad shows ,so we want to know how many  public device id  in our traffic request。

to find the public  deviceid,we need to get all device id(idfa/google adid) in one day .

method1: use map reduce on azkaban ,however it failed . 

 

method2: use  hive tables;  insert  the deviceidlist to one table and  join  deviceids . 

 

 

method3: select  all distinct deviceids from request log   and output as a file , about 0.2 billion deviceid list  and file size 6G.

then use shell command just as this : 

grep -F -f a.txt  b.txt    >  public_ids.txt 

then ,we get the public deviceids . 

 

refer:http://blog.csdn.net/autofei/article/details/6579320

 

device public set

原文:http://www.cnblogs.com/lavin/p/6912244.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!