Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alokjani/vagrant-hadoop-hive-spark

Single Node Hadoop, Hive and Spark project using Apache BigTop
https://github.com/alokjani/vagrant-hadoop-hive-spark

bigtop hadoop hive spark vagrant

Last synced: 17 days ago
JSON representation

Single Node Hadoop, Hive and Spark project using Apache BigTop

Awesome Lists containing this project

README

        

# Bigtop Hadoop Lab Vagrant Setup

## Prerequisites
- Vagrant (2.3.4 or later)
- VirtualBox (6.1 or later)

## Setup Instructions
1. Clone this repository
2. Place `provision_bigtop.sh` and `bigtop_test_script.sh` in the same directory as the Vagrantfile
3. Run `chmod +x provision_bigtop.sh bigtop_test_script.sh`
4. Execute `vagrant up`

## Post-Installation
- The test script will automatically run during provisioning
- You can manually run it later with `vagrant ssh -c "/vagrant/bigtop_test_script.sh"`

## Troubleshooting
- Ensure you have the latest Vagrant and VirtualBox
- Check system requirements (4GB RAM recommended)
- Verify internet connection for repository downloads

## Components Installed
- Hadoop (HDFS, YARN)
- Zookeeper
- HBase
- Hive
- Spark
- Tez