forked from D-Net/dnet-hadoop
code formatting
This commit is contained in:
parent
4e6f46e8fa
commit
b90389bac4
|
@ -101,7 +101,8 @@ public class SparkBlockStats extends AbstractSparkAction {
|
||||||
});
|
});
|
||||||
|
|
||||||
// create blocks for deduplication
|
// create blocks for deduplication
|
||||||
JavaRDD<BlockStats> blockStats = Deduper.createSortedBlocks(mapDocuments, dedupConf)
|
JavaRDD<BlockStats> blockStats = Deduper
|
||||||
|
.createSortedBlocks(mapDocuments, dedupConf)
|
||||||
.repartition(numPartitions)
|
.repartition(numPartitions)
|
||||||
.map(b -> asBlockStats(dedupConf, b));
|
.map(b -> asBlockStats(dedupConf, b));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue