Skip to content

Instantly share code, notes, and snippets.

@l15k4
Last active February 22, 2016 21:16
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 l15k4/eeda9e996e010b28cccb to your computer and use it in GitHub Desktop.
Save l15k4/eeda9e996e010b28cccb to your computer and use it in GitHub Desktop.
{
"type" : "index_hadoop",
"spec" : {
"dataSchema" : {
"dataSource" : "gwiq",
"parser" : {
"type" : "hadoopyString",
"parseSpec" : {
"format" : "json",
"timestampSpec" : {
"column" : "time",
"format" : "auto"
},
"dimensionsSpec" : {
"dimensions": [],
"dimensionExclusions" : ["time", "gwid", "price"],
"spatialDimensions" : []
}
}
},
"metricsSpec" : [
{
"type" : "count",
"name" : "count"
},
{
"type": "hyperUnique",
"fieldName": "gwid",
"name": "gwidHll"
},
{
"type" : "doubleSum",
"name" : "priceSum",
"fieldName" : "price"
}
],
"granularitySpec" : {
"type" : "uniform",
"segmentGranularity" : "HOUR",
"queryGranularity" : "all",
"intervals" : [ "2015-01-01T00Z/2015-01-01T04Z" ]
}
},
"ioConfig" : {
"type" : "hadoop",
"inputSpec" : {
"type" : "granularity",
"dataGranularity" : "HOUR",
"inputPath" : "/var/data/druid/events/",
"filePattern" : ".*",
"pathFormat" : "yyyy/MM/dd/HH"
}
},
"tuningConfig" : {
"type": "hadoop"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment