Merge pull request #1347 from gianm/task-shutdown-doc-fix

Tasks are not actually sigkilled.
This commit is contained in:
Xavier Léauté 2015-05-07 08:51:46 -07:00
commit 8fcc5a2d51
1 changed files with 1 additions and 3 deletions

View File

@ -41,14 +41,12 @@ http://<OVERLORD_IP>:<port>/druid/indexer/v1/task
```
this will return the taskId of the submitted task.
Tasks can be cancelled via POST requests to:
Tasks can be shut down via POST requests to:
```
http://<OVERLORD_IP>:<port>/druid/indexer/v1/task/{taskId}/shutdown
```
Issuing the cancel request will kill 9 the task.
Task statuses can be retrieved via GET requests to:
```