forked from D-Net/dnet-hadoop
changed parameter file with the ono associated to the job
This commit is contained in:
parent
a172a37ad1
commit
5402062ff5
|
@ -38,7 +38,7 @@ public class SparkPrepareResultProject implements Serializable {
|
|||
.toString(
|
||||
SparkPrepareResultProject.class
|
||||
.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);
|
||||
parser.parseArgument(args);
|
||||
|
|
Loading…
Reference in New Issue