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