Skip to content

Commit ed89ea0

Browse files
committed
Update the readme with better info.
1 parent 32bd00c commit ed89ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ public static class MyMapper extends Mapper<Path, NullWritable, ..., ...>
3030
}
3131
</code></pre>
3232

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!
33+
The Path keys are the same paths passed in to FileSetInputFormat.addPath and FileSetInputFormat.addAllPaths. Duplicates are stripped, and one
34+
InputSplit is generated per unique Path. That's it!

0 commit comments

Comments
 (0)