Merge pull request #5 from mashion/fix-twitter-example

Fix twitter example to correctly groupBy by lang dimension
This commit is contained in:
cheddar 2012-10-24 17:06:39 -07:00
commit 10b9425937

View File

@ -2,7 +2,7 @@
"queryType": "groupBy", "queryType": "groupBy",
"dataSource": "twitterstream", "dataSource": "twitterstream",
"granularity": "all", "granularity": "all",
"dimension": ["lang"], "dimensions": ["lang"],
"threshold": 10, "threshold": 10,
"metric": "totally", "metric": "totally",
"aggregations":[ "aggregations":[