What is an ideal use case for HDFS?
Storing files that are updated frequently
Storing files that are written once and read many times
Storing results between Map steps and Reduce steps
Storing application files in memory
Submit