As root user, execute the following command:
sh master-install-location/gsInstaller/gsInstaller.sh
Confirm the set-up properties. (Type
y
orY
and 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 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_newsize
property in themaster-install-location/gsInstaller/gsCluster.properties
file. Ensure that the value of thenamenode_opt_newsize
property is 1/8 the value of maximum heap size (-Xmx
). For more details ongsCluster.properties
file, see Configuration Cluster Properties. Also ensure that your NameNode and secondary NameNode have identical memory settings.