forked from D-Net/dnet-hadoop
This commit is contained in:
parent
e8b3e972f2
commit
8b145e6aba
|
@ -153,7 +153,7 @@ public class SplitForCommunityTest {
|
||||||
.getResource("/eu/dnetlib/dhp/oa/graph/dump/splitForCommunity")
|
.getResource("/eu/dnetlib/dhp/oa/graph/dump/splitForCommunity")
|
||||||
.getPath();
|
.getPath();
|
||||||
|
|
||||||
SparkSplitForCommunity2.main(new String[] {
|
SparkSplitForCommunity.main(new String[] {
|
||||||
"-isLookUpUrl", MOCK_IS_LOOK_UP_URL,
|
"-isLookUpUrl", MOCK_IS_LOOK_UP_URL,
|
||||||
"-isSparkSessionManaged", Boolean.FALSE.toString(),
|
"-isSparkSessionManaged", Boolean.FALSE.toString(),
|
||||||
"-outputPath", workingDir.toString() + "/split",
|
"-outputPath", workingDir.toString() + "/split",
|
||||||
|
|
Loading…
Reference in New Issue