Skip to content

a shell script for autoinstall hadoop in pseudo-distributed mode

Notifications You must be signed in to change notification settings

Andos25/hadoop_autoinstall

Repository files navigation

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

About

a shell script for autoinstall hadoop in pseudo-distributed mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages