You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Mohammed Al khooja <mk...@gmail.com> on 2011/11/28 19:35:14 UTC

Increasing Mapper/Reducer memory

Hi,

I need to increase the mapper/reducer memory:

mapred.map.child.java.opts

Where exactly do I do that ?  Do I have to change the code in a java file
and rebuild ?  or is there a conf file that I can alter ?

Thanks,


-- 

M.khouja

Re: Increasing Mapper/Reducer memory

Posted by Mohammed Al khooja <mk...@gmail.com>.
Thanks Sean !

On Mon, Nov 28, 2011 at 1:48 PM, Sean Owen <sr...@gmail.com> wrote:

> You can specify it on the command line
>
> -Dmapred.map.child.java-opts
>
> or in conf/mapred-site.xml
>
> On Mon, Nov 28, 2011 at 6:35 PM, Mohammed Al khooja <mkhooja@gmail.com
> >wrote:
>
> > Hi,
> >
> > I need to increase the mapper/reducer memory:
> >
> > mapred.map.child.java.opts
> >
> > Where exactly do I do that ?  Do I have to change the code in a java file
> > and rebuild ?  or is there a conf file that I can alter ?
> >
> > Thanks,
> >
> >
> > --
> >
> > M.khouja
> >
>



-- 

M.khouja

Re: Increasing Mapper/Reducer memory

Posted by Sean Owen <sr...@gmail.com>.
You can specify it on the command line

-Dmapred.map.child.java-opts

or in conf/mapred-site.xml

On Mon, Nov 28, 2011 at 6:35 PM, Mohammed Al khooja <mk...@gmail.com>wrote:

> Hi,
>
> I need to increase the mapper/reducer memory:
>
> mapred.map.child.java.opts
>
> Where exactly do I do that ?  Do I have to change the code in a java file
> and rebuild ?  or is there a conf file that I can alter ?
>
> Thanks,
>
>
> --
>
> M.khouja
>