As root user, execute the following command:
sh master-install-location/gsInstaller/gsInstaller.sh
Confirm the set-up properties. (Type
yorYand pressEnter.)This step launches the HDP Installer. Depending on the number of nodes in your cluster, this step can take couple of minutes to complete the smoke tests.
![[Note]](../common/images/admon/note.png)
Note The value of NameNode new generation size (default size of Java new generation for NameNode (Java option
-XX:NewSize)) should be 1/8 of maximum heap size (-Xmx). To change the default setting, modify thenamenode_opt_newsizeproperty in themaster-install-location/gsInstaller/gsCluster.propertiesfile. Ensure that the value of thenamenode_opt_newsizeproperty is 1/8 the value of maximum heap size (-Xmx). For more details ongsCluster.propertiesfile, see Configuration Cluster Properties. Also ensure that your NameNode and secondary NameNode have identical memory settings.

