Than you both
On Mon, Jul 22, 2013 at 8:16 PM, Devaraj k <[email protected]> wrote: > 'mapred.task.timeout' is deprecated configuration. You can use > 'mapreduce.task.timeout' property to do the same. > > You could set this configuration while submitting the Job using > org.apache.hadoop.conf.Configuration.setLong(String name, long value) API > from conf or JobConf. > > Thanks > Devaraj k > > -----Original Message----- > From: Eugene Koifman [mailto:[email protected]] > Sent: 23 July 2013 04:24 > To: [email protected] > Subject: setting mapred.task.timeout programmatically from client > > Hello, > is there a way to set mapred.task.timeout programmatically from client? > > Thank you
