Created on 05-27-2015 01:57 PM - edited 09-16-2022 02:30 AM
I have mapreduce job which requires more than current value of 10mb which is set in mapred-site.xml. I want to use temporarily increased value for my current job. Can I set it in the driver class, like 'job.setXXXXXX()' ? And also I dont want to use -D option at command line. Any suggestions ?
Created 05-27-2015 09:20 PM
Created 05-27-2015 09:36 PM
Created 05-27-2015 09:20 PM
Created 05-27-2015 09:32 PM
I know that it could be set in jobtracker but, I am trying to set it at job level to avoid jobtracker restart. So, as I understand it is not at all possible to set it at job level ? Interesting. Thanks Harsh.
Created 05-27-2015 09:36 PM
Created 05-27-2015 09:40 PM
Thanks Harsh, appreciate it.