On Sep 2, 2010, at 11:53 AM, Bob Li wrote: > Hi experts, > > For hadoop 0.20.2, we have following task tracker configuration > <property> > <name>mapred.local.dir</name> > <value>/data/mapred/local</value> > </property> > > It seems not what I expected -- the directory /tmp/hadoop-user/mapred/local > was used. > > Any suggestion?
Config problems like this seem to usually be traced back to broken XML formatting prior to this entry or the property being in the wrong file (in this case, it should be in mapred-site.xml).
