Question
What is the small-files problem in HDFS?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Many tiny files consume excessive NameNode metadata and reduce processing efficiency
Explanation:
Each file and block requires metadata in NameNode memory.
Large numbers of small files also create scheduling and I/O overhead.
Leave a Reply