From 1400978c0a6ce06d53fe25d14750cb7f343f97dd Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 13 Aug 2020 12:05:44 +0200 Subject: [PATCH] apply changes in https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/40#issuecomment-1828 --- .../graph/dump/community/SparkDumpCommunityProducts.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/community/SparkDumpCommunityProducts.java b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/community/SparkDumpCommunityProducts.java index 225b3d5bb..c4b89936f 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/community/SparkDumpCommunityProducts.java +++ b/dhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/dump/community/SparkDumpCommunityProducts.java @@ -1,7 +1,3 @@ -/** - *Spark action to trigger the dump of results associated to research community - reseach initiative/infrasctructure - * The actual dump if performed via the class DumpProducts that is used also for the entire graph dump - */ package eu.dnetlib.dhp.oa.graph.dump.community; @@ -17,6 +13,10 @@ import eu.dnetlib.dhp.oa.graph.dump.DumpProducts; import eu.dnetlib.dhp.schema.dump.oaf.community.CommunityResult; import eu.dnetlib.dhp.schema.oaf.Result; +/** + * Spark action to trigger the dump of results associated to research community - reseach initiative/infrasctructure The + * actual dump if performed via the class DumpProducts that is used also for the entire graph dump + */ public class SparkDumpCommunityProducts implements Serializable { private static final Logger log = LoggerFactory.getLogger(SparkDumpCommunityProducts.class);