Question
What is the role of InputFormat?
Select an option. Your answer will be checked instantly.
Correct Answer: A. To define how input data is split and converted into records
Explanation:
InputFormat creates InputSplits and RecordReaders.
It adapts different file structures to the key-value processing model.
Leave a Reply