forked from antonis.lempesis/dnet-hadoop
added sample data for unit tests
This commit is contained in:
parent
4753662edd
commit
abcd3f5bf5
|
@ -21,7 +21,7 @@ public class SparkGraphImporterJobTest {
|
||||||
public void testImport(@TempDir Path outPath) throws Exception {
|
public void testImport(@TempDir Path outPath) throws Exception {
|
||||||
SparkGraphImporterJob.main(new String[] {
|
SparkGraphImporterJob.main(new String[] {
|
||||||
"-mt", "local[*]",
|
"-mt", "local[*]",
|
||||||
"-s", getClass().getResource("/eu/dnetlib/dhp/dhp-sample/publication_10001.json.gz").getPath(),
|
"-s", getClass().getResource("/eu/dnetlib/dhp/graph/sample").getPath(),
|
||||||
"-h", "",
|
"-h", "",
|
||||||
"-db", "test"
|
"-db", "test"
|
||||||
});
|
});
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue