Using Hadoop Distributed Cache
Hadoop has a distributed cache mechanism to make available file locally that may be needed by Map/Reduce jobs. This post tried to expand a bit more on the information provided by the javadoc of DistributedCache Use Case Lets understand our Use Case a bit more in details so that we can follow-up the code snippets. [...]
