if something goes wrong when mapreduce is outputing on temp collection, what’s happen?
Is it present no output in temp collection? or is it present a partial output, so no consistently?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Map reduce should never output partial results. If a Map Reduce operation fails mid-stream, an error message will be generated. Any temporary files that have been generated will be deleted automatically.