This repository contains the scripts used to setup Big Data Technology stack used during the programme.
Open a Terminal window and follow these steps:
- Clone this repository
git clone --depth 1 "https://github.com/user501254/BD_STTP_2016.git"
- Change directory
cd BD_STTP_2016
- Set file mode
chmod +x *.sh
- Run the desired installation script
For example, if you wish to install Hadoop use./InstallHadoop.sh
These scripts automatically take care of downloading & unpacking the latest binaries and basic configuration. You may be asked for your user account password during the installation process.
- Setup test cases
- Merge all scripts into one master script
- Update related project blog posts
Note: do not sudo
these above commands.