Hello,
I have work machines with 32GB and allocated 16GB to the heap size
==hadoop-env.sh==
export HADOOP_HEAPSIZE=16384

==hadoop-site.xml==
<property>
  <name>mapred.child.java.opts</name>
  <value>-Xmx16384m</value>
</property>

The same code runs when not being run through Hadoop, but it fails
when in a Maptask.
Are there other places where I can specify the memory to the maptasks?

Regards
Saptarshi

-- 
Saptarshi Guha - [email protected]

Reply via email to