minor changes
This commit is contained in:
parent
9b36458b6a
commit
6a089ec287
|
@ -37,9 +37,9 @@ public class SparkDedupTest implements Serializable {
|
||||||
private static JavaSparkContext jsc;
|
private static JavaSparkContext jsc;
|
||||||
|
|
||||||
private static String testGraphBasePath;
|
private static String testGraphBasePath;
|
||||||
private static String testOutputBasePath = "/tmp/test_dedup_workflow";
|
private static String testOutputBasePath;
|
||||||
|
private static String testDedupGraphBasePath;
|
||||||
private final static String testActionSetId = "test-orchestrator";
|
private final static String testActionSetId = "test-orchestrator";
|
||||||
private static String testDedupGraphBasePath = "/tmp/test_dedup_workflow/dedup_graph";
|
|
||||||
|
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
private static void cleanUp() throws IOException, URISyntaxException {
|
private static void cleanUp() throws IOException, URISyntaxException {
|
||||||
|
|
Loading…
Reference in New Issue