Quellcode durchsuchen

外部引流特征

jch vor 2 Monaten
Ursprung
Commit
b97897e96e

+ 1 - 1
src/main/scala/com/aliyun/odps/spark/examples/myUtils/FeatureTransformV2.java

@@ -253,7 +253,7 @@ public class FeatureTransformV2 {
         if (creativeInfo.containsKey("ghId")) {
             String ghId = creativeInfo.get("ghId");
             if (null != ghId && !ghId.isEmpty()) {
-                String key = String.format("%s@%s", prefix, ghId);
+                String key = String.format("%s@gid@%s", prefix, ghId);
                 featMap.put(key, 1.0);
             }
         }