mirror of https://github.com/apache/druid.git
fix realtime index task json description in doc
This commit is contained in:
parent
335d0df401
commit
2b2bba8d59
|
@ -200,6 +200,7 @@ The indexing service can also run real-time tasks. These tasks effectively trans
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"metricsSpec": [
|
"metricsSpec": [
|
||||||
{
|
{
|
||||||
|
@ -227,7 +228,6 @@ The indexing service can also run real-time tasks. These tasks effectively trans
|
||||||
"segmentGranularity": "DAY",
|
"segmentGranularity": "DAY",
|
||||||
"queryGranularity": "NONE"
|
"queryGranularity": "NONE"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"ioConfig": {
|
"ioConfig": {
|
||||||
"type": "realtime",
|
"type": "realtime",
|
||||||
|
|
Loading…
Reference in New Issue