Re: Hadoop Configuration Files

2011-09-26 Thread Steve Loughran
On 24/09/11 15:48, Harsh J wrote: There are specific derivatives of Configuration class that each read certain *-site.xml files. This is because the XML files are service specific. I'm confused now. My belief is that when a default configuration file is pushed to the list via Configuration.a

Re: Hadoop Configuration Files

2011-09-24 Thread Harsh J
There are specific derivatives of Configuration class that each read certain *-site.xml files. This is because the XML files are service specific. Class 'JobConf' reads the mapred-site.xml, and class 'HdfsConfiguration' reads the hdfs-site.xml. For the new MapReduce framework, class 'YarnConfigur