Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Look in `ControllerConfig` and `WorkerConfig` to see more. (Anything with method

Jobs are submitted to the controller by PUTing to `/job`:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should be fixed as well


curl -X PUT -H "Content-Type: application/json" -d @test-jobs/hbase.json http://controller:7000/job
curl -X POST -H "Content-Type: application/json" -d @test-jobs/hbase.json http://controller:7000/job

The controller will return a simple HTML page listing the active jobs if you `GET`
`/controller/job`. You'll need to be running the appropriate server (HBase, in this case) and set up the
Expand Down