What is the benifit of Distributed cache, why can we just have the file in HDFS and have the application read it?
Answer Posted / Vikalp Chauhan
The Distributed Cache feature in Hadoop allows applications to put additional files into the distributed cache on each node where the job runs. This feature can be useful when you need files that are not part of your input or output data, but are needed by the application for processing. Instead of reading these files from HDFS every time, they are cached on the nodes, reducing network traffic and improving performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category