Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 358 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 358 Bytes

spark-deploy

Framework and CLI-tool to install Spark clusters on remote clusters.

Requirements

  • Python>=3.2
  • remoto>=1.2.0
  • metareserve>=0.1.0

Installing

Simply execute pip3 install . --user in the root directory.

Usage

To start a cluster, use:

spark-deploy start

For more information, use:

spark-deploy -h