mirror of https://github.com/apache/druid.git
Merge pull request #260 from rjurney/master
Changed indexGranularity on webstream example from minute to second
This commit is contained in:
commit
a96eb634d4
|
@ -5,7 +5,7 @@
|
||||||
{"type": "count", "name": "rows"},
|
{"type": "count", "name": "rows"},
|
||||||
{"type": "doubleSum", "fieldName": "known_users", "name": "known_users"}
|
{"type": "doubleSum", "fieldName": "known_users", "name": "known_users"}
|
||||||
],
|
],
|
||||||
"indexGranularity": "minute",
|
"indexGranularity": "second",
|
||||||
"shardSpec": {"type": "none"}
|
"shardSpec": {"type": "none"}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue