If I am using a Hadoop cluster that consists of three nodes with Apache Hadoop version 2.7.1
(active name node nn1,stand by name node nn2 and data node n1)
and we decide to add a new data node to the cluster while it's running dn2 (we call that adding data node on the fly)
What is the best way to achieve that without stopping services on name node
Of course first of all we have to install Hadoop files on this new data node or we can copy them from name node, don't we ?