mirror of https://github.com/apache/druid.git
Merge pull request #2051 from himanshug/fix_doc
update the examples for batch reindexing/delta ingestion to use "intervals"
This commit is contained in:
commit
b44fedb1cb
|
@ -190,7 +190,7 @@ For example
|
|||
"ingestionSpec" :
|
||||
{
|
||||
"dataSource": "wikipedia",
|
||||
"interval": "2014-10-20T00:00:00Z/P2W"
|
||||
"intervals": ["2014-10-20T00:00:00Z/P2W"]
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -210,7 +210,7 @@ For example
|
|||
"type" : "dataSource",
|
||||
"ingestionSpec" : {
|
||||
"dataSource": "wikipedia",
|
||||
"interval": "2014-10-20T00:00:00Z/P2W"
|
||||
"intervals": ["2014-10-20T00:00:00Z/P2W"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue