Is it possible to run map reduce jobs on Google app engine?
Any reference or tutorial would help
Thanks
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.
Sort of.
You can’t use the actual MapReduce framework – the architecture is too incompatible with AppEngine.
However, there is an equivalent system built specficially for GAE – appengine-mapreduce. That site is a bit confusing, as the first version of the code only supported mappers, without the subsequent reduce step – recently they released a version with full mapreduce support, but some of the documentation still referes to the earlier mapper-only one.
The best introduction is the GoogleIO talk from Mike Aizatskyi.