5. Validate the OS Family for stack and versions in Ambari
6. Complete the installation and validate the host in the hosts list
7.Test with a Job
7.1 Testing with a Terasort job
/usr/hdp/current/hadoop-client/bin/hadoop \
jar /usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-examples-*.jar \
terasort /tmp/teragenout /tmp/terasortout
7.2 Validate by checking with a Terasort job
When you run a new job, the recently added Datanode will have most resources available and some containers from your new job will land on this new host.
From Yarn RM UI, validate if any container landed on this new host and confirm that they finish their execution successfully.