Tasks are not actually sigkilled.

This commit is contained in:
Gian Merlino 2015-05-07 08:44:28 -07:00
parent 33265d63e1
commit 1519a1c930
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:
```