mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Merge pull request #5 from mashion/fix-twitter-example
Fix twitter example to correctly groupBy by lang dimension
This commit is contained in:
commit
10b9425937
@ -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":[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user