How to add/delete a Node to the existing cluster?



How to add/delete a Node to the existing cluster?..

Answer / Vaishali Vashisth

To add a node to an existing Hadoop cluster, follow these steps: 1. Install and configure Hadoop on the new node. 2. Update the slave file on all nodes with the IP address of the new node. 3. Add the new node to the HDFS configuration file on the Namenode. To delete a node, you can remove its IP address from the appropriate files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hadoop General Interview Questions

While starting hadoop services, datanode service is not running?

1 Answers  


What are the benefits yarn brings in to hadoop?

1 Answers  


How can one check whether NameNode is working or not?

1 Answers  


Mention what job does the conf class do?

1 Answers  


What is the use of recordreader in hadoop?

1 Answers  


What is the default replication factor and how will you change it?

1 Answers  


Can you explain indexing?

1 Answers  


What are the main features and Characteristics of Hadoop which makes it the most popular and powerful Big Data tool?

1 Answers  


Explain the Single point of Failure in Hadoop?

1 Answers  


What is the difference between namenode and datanode in hadoop?

1 Answers  


How is the splitting of file invoked in Hadoop framework?

1 Answers  


Is Namenode machine same as DataNode machine as in terms of hardware in Hadoop?

1 Answers  


Categories