forked from D-Net/dnet-hadoop
changed the path to the parameter file in the class for entitytoorganization propagation
This commit is contained in:
parent
b06aea0adf
commit
89f269c7f4
|
@ -39,7 +39,7 @@ public class SparkEntityToOrganizationFromSemRel implements Serializable {
|
|||
.toString(
|
||||
SparkResultToOrganizationFromIstRepoJob.class
|
||||
.getResourceAsStream(
|
||||
"/eu/dnetlib/dhp/entitytoorganizationfromsemrel/input_propagation_parameter.json"));
|
||||
"/eu/dnetlib/dhp/wf/subworkflows/entitytoorganizationfromsemrel/input_propagation_parameter.json"));
|
||||
|
||||
final ArgumentApplicationParser parser = new ArgumentApplicationParser(jsonConfiguration);
|
||||
|
||||
|
|
Loading…
Reference in New Issue