Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by OwenOMalley:
http://wiki.apache.org/lucene-hadoop/FAQ

------------------------------------------------------------------------------
  You will also need to restart the whole cluster in this case.
  
  
- == 8. What is the Distributed Cache used for?
+ == 8. What is the Distributed Cache used for? ==
  
  The distributed cache is used to distribute large read-only files that are 
needed by map/reduce jobs to the cluster. The framework will copy the necessary 
files from a url (either hdfs: or http:) on to the slave node before any tasks 
for the job are executed on that node. The files are only copied once per job 
and so should not be modified by the application.
  

Reply via email to