Kaynağa Gözat

特征生产

丁云鹏 11 ay önce
ebeveyn
işleme
3eef58b124

+ 1 - 1
recommend-feature-produce/src/main/java/com/tzld/piaoquan/recommend/feature/produce/ODPSToRedis.java

@@ -34,7 +34,7 @@ public class ODPSToRedis {
         }
 
         SparkConf sparkConf = new SparkConf()
-                .setMaster("local")
+                //.setMaster("local")
                 .setAppName("odps sync to redis");
         for (Map.Entry<String, String> e : argMap.entrySet()) {
             sparkConf.set(e.getKey(), e.getValue());