Hi, I tested DistributedCache module for copying some data to all nodes. Unfortunately, it was time-consuming and runtime is important for my work. I want to write a map-reduce job so that a copy of input data are generated in output of all reducers. Is that possible? How? I mean i want to have copies of some data to the number of reducers.
Thanks, Hamid