changed parameter file with the ono associated to the job

This commit is contained in:
Miriam Baglioni 2020-11-18 16:58:20 +01:00
parent a172a37ad1
commit 5402062ff5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class SparkPrepareResultProject implements Serializable {
.toString( .toString(
SparkPrepareResultProject.class SparkPrepareResultProject.class
.getResourceAsStream( .getResourceAsStream(
"/eu/dnetlib/dhp/oa/graph/dump/project_prep_parameters.json")); "/eu/dnetlib/dhp/oa/graph/dump/funder_result_parameters.json"));
final ArgumentApplicationParser parser = new ArgumentApplicationParser(jsonConfiguration); final ArgumentApplicationParser parser = new ArgumentApplicationParser(jsonConfiguration);
parser.parseArgument(args); parser.parseArgument(args);