Merge branch 'master' of code-repo.d4science.org:D-Net/dnet-hadoop
This commit is contained in:
commit
a4b6a51168
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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) -> {
|
||||||
|
|
Loading…
Reference in New Issue