Hello, On Mon, Feb 21, 2011 at 8:01 AM, Jun Young Kim <[email protected]> wrote: > now, I am using a hadoop version 0.20.0. > > I have one more question about this configuration. > > before setting "dfs.datanode.max.xcievers", I couldn't find out this one in > job.xml.
That is because the property does not exist in the hdfs-default.xml file, present in hadoop's jars. I don't know the reason behind that (since it is unavailable as a default inside 0.21 either). Also, it is a DN property, not a Job-specific one (can't be changed). Setting it into hdfs-site.xml should be sufficient. -- Harsh J www.harshj.com
