How to stop sending Heartbeat message of a DataNode or a specific DataNode to the NameNode? I know DataNode sends a Heartbeat every 3 seconds once and after 10 minutes, if DataNode will not send a message, it will be removed from the network.
Is there any way to intentional node deletion using interrupt in Heartbeat? (I'm using Hadoop 2.9.0 and java)