Hadoop - Cluster Administration
In a cluster sizing script, the variable for total RAM is calculated as
total_ram = nodes * ram_per_node. If nodes=8 and ram_per_node=16, but the script outputs 112 GB instead of 128 GB, what is the likely error?