Problem: Running
beyond physical memory limit
Container is running beyond physical memory limits. Current usage: 1.0 GB of 1 GB physical memory used; 2.6 GB of 2.1 GB virtual memory used. Killing container. Dump of the process-tree for container_e32_1486122208753_0488_01_000004
This error happens when using JOIN operator in Pig script. It indicates task container resource does not have enough physical memory to complete the Job.
Solution: Increase the tez task memory. “SET tez.task.resource.memory.mb 2048;”
Container is running beyond physical memory limits. Current usage: 1.0 GB of 1 GB physical memory used; 2.6 GB of 2.1 GB virtual memory used. Killing container. Dump of the process-tree for container_e32_1486122208753_0488_01_000004
Solution: Increase the tez task memory. “SET tez.task.resource.memory.mb 2048;”

Comments
Post a Comment