mirror of https://github.com/apache/druid.git
Docs: Change single-dim to hashed in example for index task (#15529)
This commit is contained in:
parent
06deda9415
commit
ebb7190545
|
@ -90,8 +90,8 @@ A sample task is shown below:
|
|||
"tuningConfig" : {
|
||||
"type" : "index",
|
||||
"partitionsSpec": {
|
||||
"type": "single_dim",
|
||||
"partitionDimension": "country",
|
||||
"type": "hashed",
|
||||
"partitionDimensions": ["country"],
|
||||
"targetRowsPerSegment": 5000000
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue