Why does one remove or add nodes in a Hadoop cluster frequently?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop Why does one remove or add nodes in a Hadoop cluster frequently?

Viewing 2 reply threads
  • Author
    Posts
    • #5909
      DataFlair TeamDataFlair Team
      Spectator

      Why to add or remove nodes frequently in Hadoop cluster?
      What is the need to add or remove nodes in Hadoop cluster frequently?

    • #5910
      DataFlair TeamDataFlair Team
      Spectator

      1) The most important features of the Hadoop is its utilization of Commodity hardware. However, this leads to frequent Datanode crashes in a Hadoop cluster.

      2) Another striking feature of Hadoop is the ease of scale by the rapid growth in data volume.

      Hence, due to above reasons, administrator Add/Remove DataNodes in a hadoop Cluster.

    • #5912
      DataFlair TeamDataFlair Team
      Spectator

      Basically, in a Hadoop cluster a Manager node will be deployed on a reliable hardware with high configurations, the Slave node’s will be deployed on commodity hardware. So chance’s of data node crashing is more . So more frequently you will see admin’s remove and add new data node’s in a cluster.

      Also adding of more data node’s in the cluster is done to handle large volume of data.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.