You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by 易剑 <my...@gmail.com> on 2009/11/30 02:53:18 UTC

Re: [jira] Commented: (MAPREDUCE-1119) When tasks fail to report status, show tasks's stack dump before killing

I want to initialize tasks into file on the jobtracker, which will reduce
the memory.

Re: [jira] Commented: (MAPREDUCE-1119) When tasks fail to report status, show tasks's stack dump before killing

Posted by 易剑 <my...@gmail.com>.
We shouldn't instance all objects when a job is submitted, which will expand
the memory.

2009/11/30 易剑 <my...@gmail.com>

> I want to initialize tasks into file on the jobtracker, which will reduce
> the memory.