Hi All, I am trying to load Pig data into Hive table using HCatStorer(). The map reduce task is showing failure but data is loaded in Hive table;
Needs input to resolve this failure message 2014-06-06 13:51:43,103 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 50% complete 2014-06-06 13:51:47,085 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 50% complete 2014-06-06 13:52:11,630 [main] WARN org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Ooops! Some job has failed! Specify -stop_on_failure if you want Pig to stop immediately on failure. 2014-06-06 13:52:11,632 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - job job_201406061310_0001 has failed! Stop running all dependent jobs 2014-06-06 13:52:11,634 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 100% complete 2014-06-06 13:52:11,658 [main] ERROR org.apache.pig.tools.pigstats.PigStatsUtil - 1 map reduce job(s) failed! 2014-06-06 13:52:11,662 [main] INFO org.apache.pig.tools.pigstats.SimplePigStats - Script Statistics: HadoopVersion PigVersion UserId StartedAt FinishedAt Features 1.2.0 0.11.1 user 2014-06-06 13:51:12 2014-06-06 13:52:11 UNKNOWN Failed! Failed Jobs: JobId Alias Feature Message Outputs job_201406061310_0001 weather,weather_data MAP_ONLY Message: Job failed! Error - JobCleanup Task Failure, Task: task_201406061310_0001_m_000001 weather_date, Input(s): Failed to read data from "/weatherPIG.txt" Output(s): Failed to produce result in "weather_date" Counters: Total records written : 0 Total bytes written : 0 Spillable Memory Manager spill count : 0 Total bags proactively spilled: 0 Total records proactively spilled: 0 Job DAG: job_201406061310_0001 2014-06-06 13:52:11,666 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Failed! grunt>
