Difference between single node cluster and multi node cluster in hadoop
Answers
Answered by
0
As the name says, Single Node Hadoop Cluster has only a singlemachine whereas a Multi-Node Hadoop Cluster will have more than one machine. In a single node hadoop cluster, all the daemons i.e. DataNode, NameNode, TaskTracker and JobTracker run on the same machine/host.Jun 22, 2017
Similar questions