forked from D-Net/dnet-hadoop
WIP: various refactors
This commit is contained in:
parent
326367eccc
commit
75ff902f9d
|
@ -81,6 +81,8 @@ public class SparkCreateSimRels extends AbstractSparkAction {
|
|||
final String outputPath = DedupUtility.createSimRelPath(workingPath, actionSetId, subEntity);
|
||||
removeOutputDir(spark, outputPath);
|
||||
|
||||
JavaSparkContext sc = JavaSparkContext.fromSparkContext(spark.sparkContext());
|
||||
|
||||
SparkDedupConfig sparkConfig = new SparkDedupConfig(dedupConf, numPartitions);
|
||||
|
||||
Dataset<?> simRels = spark
|
||||
|
|
Loading…
Reference in New Issue