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 6bdcfe2 commit a036583Copy full SHA for a036583
src/main/java/ldbc/snb/datagen/hadoop/HadoopPersonSerializer.java
@@ -117,11 +117,11 @@ public void run( String inputFileName ) throws Exception {
117
}
118
119
120
- /*try{
121
- fs.delete(new Path(rankedFileName), true);
+ try{
+ // fs.delete(new Path(rankedFileName), true);
122
fs.delete(new Path(conf.get("ldbc.snb.datagen.serializer.hadoopDir")+"/aux"),true);
123
} catch(IOException e) {
124
System.err.println(e.getMessage());
125
- }*/
+ }
126
127
0 commit comments