Google News
logo
Hadoop - Interview Questions
Explain what is distributed Cache in MapReduce Framework?
Distributed Cache is an important feature provided by the MapReduce framework. When you want to share some files across all nodes in Hadoop Cluster, Distributed Cache is used. The files could be an executable jar files or simple properties file.
Advertisement