Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Simplify getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrnbrg committed Oct 21, 2015
1 parent 116514d commit 0024f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -12,7 +12,8 @@ What is Cook?
- Cook can act as a Spark scheduler, and it comes with a REST API and Java client.

But you'd probably like to run Spark jobs on Cook, right?
To do so, go to the `scheduler` subproject, and follow the README to build and launch the Cook scheduler Mesos framework.
To do so, download the latest Cook scheduler [here](https://github.com/twosigma/Cook/releases).
You can launch the scheduler for testing by running `java -jar cook-release.jar dev-config.edn` (get `dev-config.edn` [here](https://github.com/twosigma/Cook/blob/master/scheduler/dev-config.edn); read more about configuration in `scheduler/docs/configuration.asc`).
Then, go to the `spark` subproject, and follow the README to patch Spark to support Cook as a scheduler.
If you'd like to learn more or do something different, read on...

Expand Down

0 comments on commit 0024f06

Please sign in to comment.