Is it possible to set number of map task running per node.
I’m using Hadoop Streaming for crawling data, and I need only one map task per node to avoid blocks.
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.
Irrespective of Streaming or not, the maximum # of mappers per node can be set using the
mapreduce.tasktracker.map.tasks.maximumparameters. The parameter has to be set in themapred-site.xmlfile on the node, this property has no effect when set on the client.