Commit 2b5304c6 by WangJinfeng

init id_mapping

parent ffda3f49
......@@ -102,9 +102,7 @@ class IDMappingGraphx extends CommonSparkJob with Serializable {
(c1: Set[(String, String, String)], c2: Set[(String, String, String)]) => c1 ++ c2
)
val multiOneIDRDD = maxGraph.filter(kv => {
kv._2.size > 1
}).map(rs => {
val multiOneIDRDD = maxGraph.map(rs => {
platform match {
case "ios" =>
updateOneID(rs, Constant.iosMainIDSet)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment