The wiki page http://wiki.apache.org/lucene-hadoop/HowToConfigure implies that mapred-default.xml is read for the dfs configuration, as well as for mapreduce jobs. But this doesn't appear to be true based on the code, as the string "mapred-default.xml" only appears in the mapred package.
So in fact, the configuration for the dfs is just hadoop-default.xml hadoop-site.xml Whereas the configuration for mapred is hadoop-default.xml mapred-default.xml job.xml hadoop-site.xml Is this correct? Thanks, Michael
