/spark-vagrant

Spark on vagrant for demonstration purposes

Primary LanguageShellMIT LicenseMIT

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