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.
For a special reason, I want to setup a hadoop node to be a
Share
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.