In early stage of development
Standalone Cluster Manager
$ ./compile.sh standalone
AppManager
$ ./compile.sh appmanager
StateManager
$ ./compile.sh statemanager
Complete Runtime
$ ./compile.sh
Resource Manager
$ ./bin/standalone --resourcemanager
Task Manager
$ ./bin/standalone --taskmanager
AppManager (Yarn)
$ ./bin/appmanager --manager=yarn
AppManager (Standalone)
$ ./bin/appmanager
StateManager
$ ./bin/statemanager
General
$ sbt test
Cluster Multi-JVM tests
$ sbt multi-jvm:test
TBD