[DUMP INDICATORS ] refactoring
This commit is contained in:
parent
0a53c29a8f
commit
31ce13ffb4
|
@ -80,9 +80,9 @@ public class SparkUpdateProjectInfo implements Serializable {
|
||||||
Optional.ofNullable(value._2()).ifPresent(rp -> r.setProjects(rp.getProjectsList()));
|
Optional.ofNullable(value._2()).ifPresent(rp -> r.setProjects(rp.getProjectsList()));
|
||||||
return r;
|
return r;
|
||||||
}, Encoders.bean(CommunityResult.class));
|
}, Encoders.bean(CommunityResult.class));
|
||||||
long
|
long count = tmp.count();
|
||||||
count = tmp.count();
|
tmp
|
||||||
tmp.write()
|
.write()
|
||||||
.option("compression", "gzip")
|
.option("compression", "gzip")
|
||||||
.mode(SaveMode.Append)
|
.mode(SaveMode.Append)
|
||||||
.json(outputPath);
|
.json(outputPath);
|
||||||
|
|
Loading…
Reference in New Issue