Null value for DistributedCache.getLocalFiles method in hadoop-0.20.2
Hi all,I upgraded the WordCountv2.0 example provided in the Map-Reduce tutorial (http://hadoop.apache.org/common/docs/r0.20.1/mapred_tutorial.html#Example%3A+WordCount+v2.0) to word with hadoop-0.20.2 i.e. removed org.apache.hadoop.mapred.* imports and used org.apache.hadoop.mapreduce.* instead. I am using a pseudo-distributed single node cluster which means that the DistributedCache…See More