big-data-installs icon indicating copy to clipboard operation
big-data-installs copied to clipboard

Installing Hadoop and Spark on Linux for the Big Data course at PES University

big-data-installs

Installing Big Data frameworks

Usage

Hadoop and the other scripts can be installed by either following the step-by-step instructions in the markdown files, or by simply executing the shell scripts provided.

First provide all shell scripts the necessary permissions.

chmod +x *.sh 

Then run the following commands to install the required tools.

. <script-name>.sh

Example:

. spark.sh