I have a static object in my map reduce job class that I want to initialize once (in the main method), then call a function on it in every mapping. So I have this object, M
Since my object was really loading a library, I ended up using the distributed cache and just instantiating the object in the M/R methods.