Xavier Léauté
248e6ed74e
auto-version submodules for release
2014-08-27 12:19:56 -07:00
Gian Merlino
661e467d71
Fix groupBy/timeseries test, follow up to #705 .
2014-08-26 22:36:08 -07:00
xvrl
0ddf667fef
Merge pull request #705 from metamx/fix-timeseries-zero-filling
...
Fix extraneous timeseries zero filling at end of data interval
2014-08-26 22:07:51 -07:00
Xavier Léauté
d15cd8fde7
add some comments about string interning
2014-08-26 21:33:38 -07:00
Gian Merlino
0eea1dc08d
Test for desired timeseries zero-filling behavior.
2014-08-26 18:52:08 -07:00
Gian Merlino
da48a713ae
Fix overzealous timeseries zero-filling.
...
When the index's maxTime is not aligned with the query granularity, gran.next
can cause an time extra bucket to get zero-filled. Truncating first prevents
that.
2014-08-26 18:52:08 -07:00
Gian Merlino
28e3191503
Merge pull request #699 from metamx/postprocessing-operators
...
query post-processing operators
2014-08-26 17:23:37 -07:00
Xavier Léauté
e39b6975fa
rename t to now
2014-08-26 17:16:09 -07:00
xvrl
6c26c828de
Merge pull request #704 from metamx/hadoop-cli-coordinates
...
CliHadoopIndexer: Modify maven arguments to be consistent with pull-deps.
2014-08-26 13:42:01 -07:00
Gian Merlino
5888275206
Repeat less repeatedly.
2014-08-26 13:39:09 -07:00
Gian Merlino
890ba5a4ca
Better usage messages for CliHadoopIndexer.
2014-08-26 13:29:11 -07:00
Gian Merlino
953c855410
CliHadoopIndexer: Modify maven arguments to be consistent with pull-deps.
2014-08-26 12:04:59 -07:00
Gian Merlino
73623467e7
Merge pull request #703 from metamx/fix-period-granularity
...
fix granularity for precise periods with non-zero origin
2014-08-26 11:55:51 -07:00
Xavier Léauté
a1c8b23ba7
fix duration granularity with non-zero origin
2014-08-26 11:47:07 -07:00
Xavier Léauté
7537cf4fb1
fix compound period granularity for exact periods
2014-08-26 10:34:08 -07:00
Xavier Léauté
eb7dd6dc74
add documentation and tests
2014-08-26 09:53:46 -07:00
pdeva
7c47c60c4b
explain what 'full cluster view' means
2014-08-26 03:02:05 -07:00
Xavier Léauté
b52869ff28
default to noop
2014-08-25 17:17:35 -07:00
Xavier Léauté
047f793cb7
query post-processing operators
...
- Allows post-processing of query results
- Example timewarp post-processing operator
2014-08-25 16:55:46 -07:00
fjy
0d32466cad
Merge pull request #698 from metamx/hll-groupby-test
...
HLL GroupBy fixes + tests
2014-08-22 15:59:02 -06:00
Xavier Léauté
8b79749989
add tests for groupBy caching with HLL
2014-08-22 13:44:21 -07:00
Xavier Léauté
3261fd879a
fix groupBy deserialization
2014-08-22 13:43:56 -07:00
Xavier Léauté
72eb64a40c
fix HLL equals when comparing sparse and dense
2014-08-22 13:42:46 -07:00
fjy
00f7077f50
[maven-release-plugin] prepare for next development iteration
2014-08-22 08:28:56 -07:00
fjy
df488563e4
[maven-release-plugin] prepare release druid-0.6.147
2014-08-22 08:28:51 -07:00
fjy
7ca3b2d27c
update docs
2014-08-22 08:26:25 -07:00
fjy
172d0b6291
fix cache bug with group by query and uniques
2014-08-22 08:26:06 -07:00
fjy
197c80a694
fix logging
2014-08-21 13:40:55 -07:00
fjy
12f4147df5
switch index gen job to use logging indicator
2014-08-21 13:28:15 -07:00
fjy
64ff5f0880
add back broken synch
2014-08-21 13:20:23 -07:00
fjy
e5d1c390fa
add extra logging
2014-08-21 13:17:29 -07:00
fjy
df48b48e35
[maven-release-plugin] prepare for next development iteration
2014-08-21 12:50:33 -07:00
fjy
4f0b994037
[maven-release-plugin] prepare release druid-0.6.146
2014-08-21 12:50:30 -07:00
fjy
85ff054726
prepare for next release
2014-08-21 12:47:55 -07:00
fjy
2c5792e2ef
Merge pull request #696 from metamx/add-test
...
Add test for MessageTimeRejectionPolicy
2014-08-21 13:44:52 -06:00
nishantmonu51
4641b3ac1b
Add test for MessageTimeRejectionPolicy
...
Add test for persist for MessageTimeRejectionPolicy
2014-08-22 01:07:34 +05:30
nishantmonu51
c216eb7340
remove ThreadSafeAggregator
2014-08-21 23:56:07 +05:30
Gian Merlino
92b0611afb
Merge pull request #693 from metamx/handle-arithmetic-ex
...
Handle arithmetic ex - additional commit for PR #692
2014-08-20 23:24:06 -07:00
nishantmonu51
1f13702525
Revert "Merge branch 'arithmetic-op-strategies' of https://github.com/metamx/druid into handle-arithmetic-ex"
...
This reverts commit 5245422a62
, reversing
changes made to fe03476c53
.
2014-08-21 11:43:09 +05:30
nishantmonu51
5245422a62
Merge branch 'arithmetic-op-strategies' of https://github.com/metamx/druid into handle-arithmetic-ex
2014-08-21 11:40:40 +05:30
nishantmonu51
fe03476c53
truncate segmentGranularity
2014-08-21 11:40:30 +05:30
Gian Merlino
5970b96dc5
Merge pull request #692 from metamx/handle-arithmetic-ex
...
Handle arithmetic exception for overlow
2014-08-20 23:09:43 -07:00
nishantmonu51
8c9d639947
review comment - better way to handle it
2014-08-21 11:38:24 +05:30
nishantmonu51
87b83e7bdb
better comment
2014-08-21 09:47:23 +05:30
nishantmonu51
c48c4ac0f6
handle arithmeticEx
2014-08-21 09:44:55 +05:30
nishantmonu51
67f4bbae74
fixes from review comments
...
fix sync of aggs,
fix NPE in sink.isFull,
RealtimeTuningConfig lower the bufferSize to 256m
2014-08-21 09:24:14 +05:30
fjy
d64879ccca
more cleanup
2014-08-20 13:22:42 -07:00
fjy
bb73b2556e
fix compilation
2014-08-20 13:17:00 -07:00
fjy
1614f40f1a
fix index task
2014-08-20 13:11:00 -07:00
fjy
92f26d9a1f
cleanup rowflushboundary
2014-08-20 13:09:37 -07:00