Skip to content

Instantly share code, notes, and snippets.

@evans-ye
Created May 15, 2015 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evans-ye/35a55ae9f95ccf36b796 to your computer and use it in GitHub Desktop.
Save evans-ye/35a55ae9f95ccf36b796 to your computer and use it in GitHub Desktop.
pig_on_ignite_hadoop
2015-05-15 13:33:48,075 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 0% complete
2015-05-15 13:33:48,075 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Running jobs are [job_16820899-f25d-40ee-acc7-7ec0b86f4c27_0010]
2015-05-15 13:33:53,095 [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.
2015-05-15 13:33:53,095 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - job job_16820899-f25d-40ee-acc7-7ec0b86f4c27_0010 has failed! Stop running all dependent jobs
2015-05-15 13:33:53,095 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 100% complete
2015-05-15 13:33:53,165 [main] ERROR org.apache.pig.tools.pigstats.mapreduce.MRPigStatsUtil - 1 map reduce job(s) failed!
2015-05-15 13:33:53,166 [main] INFO org.apache.pig.tools.pigstats.mapreduce.SimplePigStats - Script Statistics:
HadoopVersion PigVersion UserId StartedAt FinishedAt Features
2.6.0 0.14.0 root 2015-05-15 13:33:47 2015-05-15 13:33:53 UNKNOWN
Failed!
Failed Jobs:
JobId Alias Feature Message Outputs
job_16820899-f25d-40ee-acc7-7ec0b86f4c27_0010 A,B MAP_ONLY Message: Job failed! igfs://igfs@localhost/tmp/temp1049944315/tmp-412383481,
Input(s):
Failed to read data from "/passwd"
Output(s):
Failed to produce result in "igfs://igfs@localhost/tmp/temp1049944315/tmp-412383481"
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_16820899-f25d-40ee-acc7-7ec0b86f4c27_0010
2015-05-15 13:33:53,166 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Failed!
2015-05-15 13:33:53,174 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1066: Unable to open iterator for alias B
Details at logfile: /var/log/ignite-hadoop/pig_1431685139914.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment