@@ -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()
}