Skip to content

Instantly share code, notes, and snippets.

@edbizarro
Last active July 7, 2019 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edbizarro/a5c12adeaa9fada731592c48866394d4 to your computer and use it in GitHub Desktop.
Save edbizarro/a5c12adeaa9fada731592c48866394d4 to your computer and use it in GitHub Desktop.
[DRUID] Compact task example
{
"type": "compact",
"dataSource": "dl_sbi_grp",
"interval": "2016-01-01/2019-07-01",
"tuningConfig" : {
"type" : "index",
"maxRowsInMemory": "200000",
"maxRowsPerSegment": "5000000",
"maxTotalRows": "20000000",
"forceExtendableShardSpecs" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment