samehkamaleldin / spark-vagrant

Spark on vagrant for demonstration purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spark-vagrant

A running version of Spark on Vagrant for demonstration purposes

Repository Structure

The repository structure view using tree is describe as follows:-

.
├── LICENSE               # = License file
├── README.md             # = Read me file
├── Vagrantfile           # = vagrant configuration file
├── example               # = examples directory
│   └── helloworld.java   # = helloworld java class example
└── provision             # = provisioning directory
    └── bootstrap.sh      # = bootstrap shell script

2 directories, 5 files

About

Spark on vagrant for demonstration purposes

License:MIT License


Languages

Language:Shell 81.1%Language:Java 18.9%