Merge branch 'master' of code-repo.d4science.org:D-Net/dnet-hadoop

This commit is contained in:
Sandro La Bruzzo 2020-03-27 13:48:56 +01:00
commit a4b6a51168
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -14,7 +14,6 @@
/*/.metadata /*/.metadata
/*/*/.metadata /*/*/.metadata
.project .project
.log
.settings .settings
/*/*/target /*/*/target
/*/target /*/target
@ -24,4 +23,5 @@
/build /build
spark-warehouse spark-warehouse
/**/job-override.properties /**/job-override.properties
/**/*.log

View File

@ -18,7 +18,7 @@ public class SparkGraphImporterJobTest {
new SparkGraphImporterJob().runWith( new SparkGraphImporterJob().runWith(
spark, spark,
getClass().getResource("/eu/dnetlib/dhp/graph/sample").getPath(), getClass().getResource("/eu/dnetlib/dhp/oa/graph/sample").getPath(),
TEST_DB_NAME); TEST_DB_NAME);
GraphMappingUtils.types.forEach((name, clazz) -> { GraphMappingUtils.types.forEach((name, clazz) -> {