Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ch06: sent_distributions.pig issues/errors - ERROR 2244: Job failed, hadoop does not return any error message #30

Open
JamesGetexp opened this issue Apr 18, 2014 · 0 comments

Comments

@JamesGetexp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant