Hello,

  I'm wondering which option is more efficient to store "People's Names"  to be 
processed by Mappers. 
 
 1. Store it in a global variable declared in the main class?

 2. Store it in the HDFS to be distributed and read in each map.

 
  Note that the number of mappers until now is around 1000 mappers. Appreciate 
any thought :)

Thank you,

Maha

Reply via email to