Question
What does CombineFileInputFormat address?
Select an option. Your answer will be checked instantly.
Correct Answer: A. It groups multiple small files into larger logical input splits
Explanation:
Fewer, larger splits reduce mapper count and scheduling overhead.
The underlying small files remain separate.
Leave a Reply