changed to consider the modification for the specification of the type of dump

This commit is contained in:
Miriam Baglioni 2020-11-24 14:43:34 +01:00
parent 62928ef7a5
commit 7e940f1991
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class DumpGraphEntities implements Serializable {
d d
.run( .run(
isSparkSessionManaged, inputPath, outputPath, communityMapPath, inputClazz, GraphResult.class, isSparkSessionManaged, inputPath, outputPath, communityMapPath, inputClazz, GraphResult.class,
true); eu.dnetlib.dhp.oa.graph.dump.Constants.DUMPTYPE.COMPLETE.getType());
break; break;
case "40": case "40":
runWithSparkSession( runWithSparkSession(