I'm trying to install Hadoop Two node Cluster.
What is the best practice to setup two node cluster in terms of running master and slaves daemons?
If I run Namenode and Jobtracer as Masters in one machine and Secondary Namenode, Tasktracker and Datanode as Slaves in second machine, will it become a two node cluster?
In any of the above case, can i set the replication factor as 1? and why note replication factor as 2?