running Hadoop 2.2, my job places files in the distributed cache. in my mapper setup, I call context.getCacheFiles() and get back a URI[] with contents that make sense.
in my reducer setup, I call context.getCacheFiles() and get back null. Is this expected behavior? If so, how do I get the cached files in the reducer? TIA Brian
