mirror of https://github.com/apache/druid.git
removed documentation about (removed) DeleteTask
This commit is contained in:
parent
cacd8f7a27
commit
4ed0128b3b
|
@ -305,19 +305,6 @@ Merge tasks merge a list of segments together. Any common timestamps are merged.
|
|||
Segment Destroying Tasks
|
||||
------------------------
|
||||
|
||||
### Delete Task
|
||||
|
||||
Delete tasks create empty segments with no data. The grammar is:
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "delete",
|
||||
"id": <task_id>,
|
||||
"dataSource": <task_datasource>,
|
||||
"segments": <JSON list of DataSegment objects to delete>
|
||||
}
|
||||
```
|
||||
|
||||
### Kill Task
|
||||
|
||||
Kill tasks delete all information about a segment and removes it from deep storage. Killable segments must be disabled (used==0) in the Druid segment table. The available grammar is:
|
||||
|
|
Loading…
Reference in New Issue