I am new to Hadoop and Pig.
I have setup Hadoop cluster with 3 node. I have written a Pig script which is normally reading data and executing aggregated functions on the it.
When I am executing 4.8G file with 36 Million Records pig is giving output in 51 minutes.
When I am executing 9.6G file with 72 Million Records pig script is crashing and Hadoop is giving following error.
- Unable to recreate exception from backed error: AttemptID:attempt_1389348682901_0050_m_000005_3 Info:Container killed by the ApplicationMaster.
- Job failed, hadoop does not return any error message
I am using Hadoop 2.2.0 and Pig 0.12.0.
My nodes configuration are
Master: 2 CPU, 2 GB RAM Slave1: 2 CPU, 2 GB RAM Slave2: 1 CPU, 2 GB RAM
Could you please advice me on this?