Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 599 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 599 Bytes

1.before run this script, you have to create group and hadoop user first, and you have to add the user into sudoer.
such as
:
sudo addgroup hadooop
sudo adduser --ingroup hadoop hadoop
sudo visudo

2.when you created the hadoop user, you have to download the hadoop package and set up the settings in the script.

!notice!:this script is only run on ubuntu(it use apt to install environment) if you want to run it on other linux, you can install them by yourself and delete the line 12 and line 26 which about the apt installation