A simple vagrant setup for projects.
- Install VirtualBox and Vagrant
- Download or clone this repo
- Do
vagrant up
vagrant ssh
to connect to the machine- Depending upon requirements or in case any failure happens, make changes in the Vagrantfile
- Once done with the work
vagrant halt
to stop the vagrant machine
The system uses about 1gb ram and requires storage upto 10Gb.
- Installs Java 11
- Installs Hadoop 3.2.1
- On machine boot, runs hadoop automatically
- Check if hadoop folders exist and remove if not empty
- Write FAQ.
- Documentations for possible errors and their fixes.
- pending