Reputation: 265
Is it possible to spawn a map task (or a TaskTracker with a map task inside) at a specific IP address (or at some node in a rack with a specific rack-id) in Hadoop? If yes, then thanks in advance..
Upvotes: 0
Views: 140
Reputation: 30089
'Out of the box' this isn't supported as one of the ideas is to provide distributed processing and fail-over - forcing a task to run on a specific node negates these aims.
Saying that, there may be some ways you could acheive this (and i've certainly see people try where they have hetrogeneous cluster setups for example)
Upvotes: 1