minor change to remove local machine references
This commit is contained in:
parent
aae4180142
commit
321cba82d0
|
@ -1 +1,2 @@
|
||||||
# Thu Jan 13 15:14:58 CET 2022
|
# Thu Jan 13 17:22:11 CET 2022
|
||||||
|
projectPropertyKey=projectPropertyValue
|
||||||
|
|
|
@ -364,8 +364,7 @@ public class DedupLocalTest extends DedupTestUtils {
|
||||||
DedupConfig dedupConfig = DedupConfig.load(readFileFromHDFS(
|
DedupConfig dedupConfig = DedupConfig.load(readFileFromHDFS(
|
||||||
Paths.get(DedupLocalTest.class.getResource("/eu/dnetlib/pace/config/pub.new.tree.conf.json").toURI()).toFile().getAbsolutePath()
|
Paths.get(DedupLocalTest.class.getResource("/eu/dnetlib/pace/config/pub.new.tree.conf.json").toURI()).toFile().getAbsolutePath()
|
||||||
));
|
));
|
||||||
// String inputPath = Paths.get(DedupLocalTest.class.getResource("/eu/dnetlib/pace/examples/publications.dump.1000.json").toURI()).toFile().getAbsolutePath();
|
String inputPath = Paths.get(DedupLocalTest.class.getResource("/eu/dnetlib/pace/examples/publications.dump.1000.json").toURI()).toFile().getAbsolutePath();
|
||||||
String inputPath = "/Users/miconis/IdeaProjects/DnetHadoop/dnet-hadoop/dhp-workflows/dhp-dedup-openaire/src/test/resources/eu/dnetlib/dhp/dedup/entities/publication/publication.gz";
|
|
||||||
String simRelsPath = workingPath + "/simrels";
|
String simRelsPath = workingPath + "/simrels";
|
||||||
|
|
||||||
Deduper.createSimRels(
|
Deduper.createSimRels(
|
||||||
|
|
Loading…
Reference in New Issue