autumnjolitz / allspark-orchestrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building all-spark

  • git clone https://github.com/macrobytes/allspark-orchestrator.git
  • cd allspark-orchestrator
  • make setup
  • make all

Example Usage

The example below will create and destroy a spark cluster in docker, based on the configuration specified in dist/sample_templates/docker.json

create-cluster:

./allspark_cli create-cluster --cloud-environment docker --template dist/sample_templates/docker.json

destroy-cluster:

./allspark_cli destroy-cluster --cloud-environment docker --template dist/sample_templates/docker.json

About

License:MIT License


Languages

Language:Go 98.8%Language:Makefile 1.2%