We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a2c17 commit 70ba975Copy full SHA for 70ba975
src/main/java/ldbc/snb/datagen/hadoop/HadoopPersonSerializer.java
@@ -103,7 +103,9 @@ public void run( String inputFileName ) throws Exception {
103
job.setNumReduceTasks(numThreads);
104
job.setInputFormatClass(SequenceFileInputFormat.class);
105
job.setOutputFormatClass(SequenceFileOutputFormat.class);
106
-
+
107
+ job.setPartitionerClass(HadoopTuplePartitioner.class);
108
109
/*job.setSortComparatorClass(BlockKeyComparator.class);
110
job.setGroupingComparatorClass(BlockKeyGroupComparator.class);
111
job.setPartitionerClass(HadoopBlockPartitioner.class);
0 commit comments