This commit is contained in:
Miriam Baglioni 2020-08-13 12:06:20 +02:00
parent 80866bec7d
commit d55cfe0ea5
1 changed files with 6 additions and 4 deletions

View File

@ -1,17 +1,19 @@
/**
* Spark job to trigger the split of results associated to research community - reseach initiative/infrasctructure.
* The actual split is performed by the class CommunitySplit
*/
package eu.dnetlib.dhp.oa.graph.dump.community;
import java.io.Serializable;
import java.util.Optional;
import org.apache.commons.io.IOUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import eu.dnetlib.dhp.application.ArgumentApplicationParser;
/**
* Spark job to trigger the split of results associated to research community - reseach initiative/infrasctructure. The
* actual split is performed by the class CommunitySplit
*/
public class SparkSplitForCommunity implements Serializable {
private static final Logger log = LoggerFactory.getLogger(SparkSplitForCommunity.class);