Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (55.6k points)

Can anyone tell me how to find the number of nodes in the Hadoop cluster?

1 Answer

0 votes
by (119k points)

Here is the simple formula to find the number of nodes in Hadoop Cluster?

N = H / D

where N = Number of nodes

             H = HDFS storage size

             D = Disk space available per node

Consider you have 400 TB of the file to keep in Hadoop Cluster and the disk size is 2TB per node.  The number of nodes required is calculated as

Number of nodes required = 400/2 = 200.

In case you want to learn Hadoop, I suggest enrolling for this Big Data course by Intellipaat.

You can watch this video on Hadoop by Intellipaat to learn installing Hadoop and get a quick start with Hadoop:

Browse Categories

...