forked from D-Net/dnet-hadoop
[cleaning] align wf parameter names in test
This commit is contained in:
parent
2094fa6db0
commit
730228d73d
|
@ -143,7 +143,7 @@ public class CleanCfHbSparkJobTest {
|
|||
"--outputPath", outputPath,
|
||||
"--resolvedPath", resolvedPath + "/dataset",
|
||||
"--graphTableClassName", Dataset.class.getCanonicalName(),
|
||||
"--datasourceMasterDuplicate", dsMasterDuplicatePath
|
||||
"--masterDuplicatePath", dsMasterDuplicatePath
|
||||
});
|
||||
|
||||
assertTrue(Files.exists(Paths.get(graphOutputPath, "dataset")));
|
||||
|
|
Loading…
Reference in New Issue