You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Santosh Pingale <pi...@gmail.com> on 2015/12/17 19:41:04 UTC

Selecting NodeManager to execute a particular Mapper

Hey Guy

I am writing a MR to read data from Kafka brokers. These are brokers are
collocated on same machine as that of my NodeManagers. I want to run my
mappers such that task for one broker runs on same node. I am not able to
figure out how to ask for resources from resource manager.

Thanks
Santosh