forked from antonis.lempesis/dnet-hadoop
changed to consider the modification for the specification of the type of dump
This commit is contained in:
parent
62928ef7a5
commit
7e940f1991
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue