minor changes

This commit is contained in:
miconis 2020-04-16 12:15:38 +02:00
parent 9b36458b6a
commit 6a089ec287
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ public class SparkDedupTest implements Serializable {
private static JavaSparkContext jsc;
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 static String testDedupGraphBasePath = "/tmp/test_dedup_workflow/dedup_graph";
@BeforeAll
private static void cleanUp() throws IOException, URISyntaxException {