We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bd00c commit ed89ea0Copy full SHA for ed89ea0
README.md
@@ -30,5 +30,5 @@ public static class MyMapper extends Mapper<Path, NullWritable, ..., ...>
30
}
31
</code></pre>
32
33
-The Path key is the input value. As noted above, there is one InputSplit generated per element in the collection of Paths generated by calls to
34
-FileSetInputFormat.addPath and FileSetInputFormat.addAllPaths. Note that duplicates are stripped. That's it!
+The Path keys are the same paths passed in to FileSetInputFormat.addPath and FileSetInputFormat.addAllPaths. Duplicates are stripped, and one
+InputSplit is generated per unique Path. That's it!
0 commit comments