0 votes
in Hadoop by
Define the term Text Input Format in MapReduce?

1 Answer

0 votes
by

A Text input format is considered as the default format for text files or input data. The files will be broken within the text input format. The line of the text will be referring to the value and the key will be referring to the position. These are the two main components of data files.

...