Re: hadoop parameters config files location

2011-04-04 Thread bikash sharma
Thanks Harsh. On Mon, Apr 4, 2011 at 3:33 PM, Harsh Chouraria wrote: > Hello, > > On Tue, Apr 5, 2011 at 12:52 AM, bikash sharma > wrote: > > Hi, > > I want to change the following hadoop parameters before launching > TeraSort > > program: > > io.sort.factor > > io.sort.mb > > mapreduce.reduce.

Re: hadoop parameters config files location

2011-04-04 Thread Harsh Chouraria
Hello, On Tue, Apr 5, 2011 at 12:52 AM, bikash sharma wrote: > Hi, > I want to change the following hadoop parameters before launching TeraSort > program: > io.sort.factor > io.sort.mb > mapreduce.reduce.tasks > io.file.buffer.size > io.sort.record.percent Making these changes in the mapred-site

hadoop parameters config files location

2011-04-04 Thread bikash sharma
Hi, I want to change the following hadoop parameters before launching TeraSort program: io.sort.factor io.sort.mb mapreduce.reduce.tasks io.file.buffer.size io.sort.record.percent I tried to change these properties by putting them as property values in core-site.xml file under conf directory. Howe