What role does Apache Hadoop’s distributed cache play?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Distributed cache, a key utility feature of Hadoop, enhances job performance by caching the files used by applications. Using JobConf settings, an application can specify a file for the cache.
The Hadoop framework copies these files to each node where a task must be run. This is carried out prior to the task’s execution. In addition to zip and jar files, Distributed Cache offers the dissemination of read-only files.