For a special reason, I want to setup a hadoop node to be a tasktracker but not a datanode. It seems like there is a way to do it but I have not been able too. Could someone give me a hand? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You have to setup a host-exclude file for your namenode. This edit in the core-site.xml:
This file is basically like a slave or master file. You have to just insert the hostname like:
When restarting the namenode will ignore these given hosts but the jobtracker will launch a tasktracker. |
|||||||
|