Merge pull request #1118 from metamx/fix-integration-tests

fix-tests
This commit is contained in:
Xavier Léauté 2015-02-12 15:11:26 -08:00
commit 5fa839888c
1 changed files with 91 additions and 65 deletions

View File

@ -29,16 +29,44 @@
"queryGranularity": "second" "queryGranularity": "second"
}, },
"parser": { "parser": {
"type" : "map", "type": "map",
"parseSpec": { "parseSpec": {
"columns": [
"timestamp",
"page",
"language",
"user",
"unpatrolled",
"newPage",
"robot",
"anonymous",
"namespace",
"continent",
"country",
"region",
"city",
"added",
"deleted",
"delta"
],
"timestampSpec": { "timestampSpec": {
"column": "timestamp", "column": "timestamp",
"format": "iso" "format": "iso"
}, },
"dimensionsSpec" : { "dimensionsSpec": {
"dimensions": [ "dimensions": [
"page", "language", "user", "unpatrolled", "newPage", "robot", "anonymous", "page",
"namespace", "continent", "country", "region", "city" "language",
"user",
"unpatrolled",
"newPage",
"robot",
"anonymous",
"namespace",
"continent",
"country",
"region",
"city"
] ]
} }
} }
@ -55,7 +83,6 @@
"bufferSize": 100000 "bufferSize": 100000
} }
} }
}, },
"tuningConfig": { "tuningConfig": {
"type": "realtime", "type": "realtime",
@ -67,5 +94,4 @@
} }
} }
} }
} }