adspace
What is the difference between TextInputFormat and KeyValueInputFormat class?
Answer Posted / Gitam Singh
TextInputFormat splits the input file based on lines (newline character), while KeyValueInputFormat splits the input based on delimiters specified in the configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers