CrossrefDump - modified because parameter file was moved

This commit is contained in:
Miriam Baglioni 2021-08-20 11:12:31 +02:00
parent 35880c0e7b
commit 45c62609af
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class ExtractCrossrefRecords {
.toString(
ExtractCrossrefRecords.class
.getResourceAsStream(
"/eu/dnetlib/dhp/doiboost/crossref_dump_reader.json")));
"/eu/dnetlib/dhp/doiboost/crossref_dump_reader/crossref_dump_reader.json")));
parser.parseArgument(args);
final String hdfsServerUri = parser.get("hdfsServerUri");
final String workingPath = hdfsServerUri.concat(parser.get("workingPath"));