mirror of https://github.com/apache/druid.git
Update native-batch.md (#12478)
Fixed indent on the Granularity Spec section and removed some superfluous tabbings.
This commit is contained in:
parent
4781af9921
commit
b47316b844
|
@ -157,7 +157,9 @@ The following example illustrates the configuration for a parallel indexing task
|
||||||
"granularitySpec": {
|
"granularitySpec": {
|
||||||
"segmentGranularity": "DAY",
|
"segmentGranularity": "DAY",
|
||||||
"queryGranularity": "second",
|
"queryGranularity": "second",
|
||||||
"intervals" : [ "2013-08-31/2013-09-02" ]
|
"intervals": [
|
||||||
|
"2013-08-31/2013-09-02"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ioConfig": {
|
"ioConfig": {
|
||||||
|
|
Loading…
Reference in New Issue