mirror of https://github.com/apache/druid.git
update batch ingest docs
This commit is contained in:
parent
a8f8c268d2
commit
a02ef1dbf1
|
@ -88,10 +88,27 @@ The spec\_file is a path to a file that contains JSON and an example looks like:
|
||||||
},
|
},
|
||||||
"tuningConfig" : {
|
"tuningConfig" : {
|
||||||
"type" : "hadoop",
|
"type" : "hadoop",
|
||||||
"targetPartitionSize" : 5000000,
|
"workingPath": "/tmp",
|
||||||
"jobProperties": {
|
"partitionsSpec" : {
|
||||||
"mapreduce.job.queuename": "default"
|
"type" : "dimension",
|
||||||
}
|
"partitionDimension" : null,
|
||||||
|
"targetPartitionSize" : 5000000,
|
||||||
|
"maxPartitionSize" : 7500000,
|
||||||
|
"assumeGrouped" : false,
|
||||||
|
"numShards" : -1
|
||||||
|
},
|
||||||
|
"shardSpecs" : { },
|
||||||
|
"leaveIntermediate" : false,
|
||||||
|
"cleanupOnFailure" : true,
|
||||||
|
"overwriteFiles" : false,
|
||||||
|
"ignoreInvalidRows" : false,
|
||||||
|
"jobProperties" : { },
|
||||||
|
"combineText" : false,
|
||||||
|
"persistInHeap" : false,
|
||||||
|
"ingestOffheap" : false,
|
||||||
|
"bufferSize" : 134217728,
|
||||||
|
"aggregationBufferRatio" : 0.5,
|
||||||
|
"rowFlushBoundary" : 300000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue