cd /root
yum install git
git clone https://github.com/sukesh2000/AWSHadoopSetup-CLI_Tool.git
cd AWSHadoopSetup-CLI_Tool
source AWS-hadoopsetup.sh
After this the program will ask you to enter the IP address for core-site.xml file & the type of Hadoop setup you would like to have, enter master, slave or client as required!
Once the setup is complete, run jps
command to check whether the required Hadoop setup is complete.
Feel free to open an issue if you encounter a bug & PRs for optimizations are most welcome 😄