Friday 8 March 2013

What is the InputSplit in map reduce software?

An InputSplit is a logical representation of a unit (A chunk) of input work for a map task; e.g., a filename and a byte range within that file to process or a row set in a text file.

No comments:

Post a Comment