Browse Source

剔除任务

xufei 3 years ago
parent
commit
4113edc5ad

+ 1 - 1
src/main/scala/com/winhc/bigdata/spark/ng/relation/inc_human_relation_merge.scala

@@ -219,7 +219,7 @@ object inc_human_relation_merge {
     val spark = SparkUtils.InitEnv(this.getClass.getSimpleName, config)
     val re = inc_human_relation_merge(s = spark, project = project, ds = ds)
     re.register_fun()
-    re.inc()
+    //re.inc()
     re.exportESPre()
     spark.stop()
   }