Question
What is an InputSplit?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A logical portion of input assigned to one map task
Explanation:
InputFormat creates splits that define parallel map work.
A split may correspond closely to an HDFS block but is a logical concept.
Leave a Reply