You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing the exercise on Ch06. Try to run the sent_distributions.pig in local mode (some of the error outputs are pasted below). The /tmp/sent_distributions.avro was never created nor pushed to mongodb. Anyone has any ideas or suggestions?
thanks,
James
HadoopVersion PigVersion UserId StartedAt FinishedAt Features
1.0.0 0.12.0 james 2014-04-18 08:17:49 2014-04-18 08:17:59 GROUP_BY,FILTER,UNION
Some jobs have failed! Stop running all dependent jobs
Job Stats (time in seconds):
JobId Alias Feature Outputs
job_local_0001 emails,filtered,has_reply_to MULTI_QUERY,MAP_ONLY
Failed Jobs:
JobId Alias Feature Message Outputs
job_local_0002 1-2,all_froms,froms,pairs,reply_to,reply_to_froms,sent_times GROUP_BY,COMBINER Message: Job failed! Error - NA
Input(s):
Successfully read records from: "/tmp/my_inbox_directory"
2014-04-18 08:17:59,602 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Some jobs have failed! Stop running all dependent jobs
2014-04-18 08:17:59,605 [main] ERROR org.apache.pig.tools.grunt.GruntParser - ERROR 2244: Job failed, hadoop does not return any error message
2014-04-18 08:17:59,605 [main] ERROR org.apache.pig.tools.grunt.GruntParser - org.apache.pig.backend.executionengine.ExecException: ERROR 2244: Job failed, hadoop does not return any error message
at org.apache.pig.tools.grunt.GruntParser.executeBatch(GruntParser.java:148)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:202)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:173)
at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:84)
at org.apache.pig.Main.run(Main.java:607)
at org.apache.pig.Main.main(Main.java:156)
Details also at logfile: /tmp/pig_1397809064581.log
The text was updated successfully, but these errors were encountered:
Hello,
I am doing the exercise on Ch06. Try to run the sent_distributions.pig in local mode (some of the error outputs are pasted below). The /tmp/sent_distributions.avro was never created nor pushed to mongodb. Anyone has any ideas or suggestions?
thanks,
James
HadoopVersion PigVersion UserId StartedAt FinishedAt Features
1.0.0 0.12.0 james 2014-04-18 08:17:49 2014-04-18 08:17:59 GROUP_BY,FILTER,UNION
Some jobs have failed! Stop running all dependent jobs
Job Stats (time in seconds):
JobId Alias Feature Outputs
job_local_0001 emails,filtered,has_reply_to MULTI_QUERY,MAP_ONLY
Failed Jobs:
JobId Alias Feature Message Outputs
job_local_0002 1-2,all_froms,froms,pairs,reply_to,reply_to_froms,sent_times GROUP_BY,COMBINER Message: Job failed! Error - NA
Input(s):
Successfully read records from: "/tmp/my_inbox_directory"
Output(s):
Job DAG:
job_local_0001 -> job_local_0002,
job_local_0002 -> null,
null
2014-04-18 08:17:59,602 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Some jobs have failed! Stop running all dependent jobs
2014-04-18 08:17:59,605 [main] ERROR org.apache.pig.tools.grunt.GruntParser - ERROR 2244: Job failed, hadoop does not return any error message
2014-04-18 08:17:59,605 [main] ERROR org.apache.pig.tools.grunt.GruntParser - org.apache.pig.backend.executionengine.ExecException: ERROR 2244: Job failed, hadoop does not return any error message
at org.apache.pig.tools.grunt.GruntParser.executeBatch(GruntParser.java:148)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:202)
at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:173)
at org.apache.pig.tools.grunt.Grunt.exec(Grunt.java:84)
at org.apache.pig.Main.run(Main.java:607)
at org.apache.pig.Main.main(Main.java:156)
Details also at logfile: /tmp/pig_1397809064581.log
The text was updated successfully, but these errors were encountered: