Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 333 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 333 Bytes

Spark with Mesos on Docker


1. Configuration

$ ./config

2. Build

3. Run

  • Start the cluster

     $ ./run start
    
  • Stop the cluster

     $ ./run stop
    
  • Restart the cluster (=stop && start)

     $ ./run restart
    
  • Remove all containers

     $ ./run clean
    
  • Reset everything and start over

     $ ./run reset