Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 11-24-2016 12:34 PM
Hi one of my job in hive on Tez gets fail at 98% due tojava.lang.OutOfMemoryError:Java heap space,
i am using HDP 2.1.2
i have below values
mapreduce.map.memory.mb=3584;
mapreduce.map.java.opts=-Xmx2560m;
mapreduce.reduce.memory.mb=3584;
mapreduce.reduce.java.opts=-Xmx2560m
Can any one help me to out this error is great appreciated..
Regards
sankar
Created 12-02-2016 08:20 AM
Your settings are mapreduce settings which may be not recognized by tez. Try setting tez config 'tez.task.resource.memory.mb' and 'tez.task.launch.cmd-opts' corresppondingly.
Created 11-24-2016 05:52 PM
did you try increasing your mappers memory? and is your request failing with hive.execution.engine=mr as well?
Created 12-02-2016 08:20 AM
Your settings are mapreduce settings which may be not recognized by tez. Try setting tez config 'tez.task.resource.memory.mb' and 'tez.task.launch.cmd-opts' corresppondingly.
Created 12-02-2016 11:59 PM
I had similar issues on the Sandbox 2.5, increased
hive.tez.container.size to 1024 and
hive.tez.java.opts to Xmx8192m OOM issues went away.
Created 12-09-2016 06:57 AM
Thank you all i have increesed all the above values to 2mb more..now job is working fine..
Created 12-10-2016 02:25 PM
Please select the best answer to close out the thread