2446 Commits

Author SHA1 Message Date
nishantmonu51
e8b993b765 fix by segment results
1) fix class cast in by segment results
2) exclude old netty version coming from curator
2014-04-21 21:26:34 +05:30
fjy
e3fbbff237 clean up code 2014-04-18 17:41:47 -07:00
Xavier Léauté
a0c8d9d413 restore previous behavior of not optimizing Timeseries post-aggregators 2014-04-18 16:45:06 -07:00
Xavier Léauté
597e55ab50 don't override context when not finalizing 2014-04-18 16:26:21 -07:00
nishantmonu51
68e8cda2da fix post aggregator 2014-04-19 04:24:07 +05:30
fjy
c00fb1d08e Merge pull request #445 from metamx/hadoop-version-update
Hadoop version update
2014-04-17 19:16:44 -06:00
fjy
399efe7dc4 make uniques work for groupby 2014-04-17 14:41:17 -07:00
nishantmonu51
2b5fec1dcf review comments 2014-04-16 17:12:27 +05:30
nishantmonu51
6da2272076 fix NPE in aggregatrFirstTopnAlgo 2014-04-16 09:12:34 +05:30
fjy
228be3acb0 Merge pull request #467 from metamx/optimize-postAgg-calculation
Optimize post agg calculation
2014-04-15 15:18:01 -06:00
nishantmonu51
36f6f8ab5a Add testOutOfOrderPruneDependentPostAgg 2014-04-16 00:49:56 +05:30
nishantmonu51
6217c67027 complete javadoc, add comment, use Lists.reverse 2014-04-15 22:55:40 +05:30
nishantmonu51
3eb8160b51 review comments 2014-04-15 21:06:30 +05:30
nishantmonu51
d66ae5ac10 fix dependent PostAggregators 2014-04-15 13:37:31 +05:30
fjy
a46c4592b4 a few cleanups 2014-04-14 09:53:29 -07:00
fjy
7a8b9c2160 fix select serde 2014-04-10 15:35:55 -07:00
Xavier Léauté
be30d450d7 support dimension extraction functions in group by 2014-04-09 17:17:01 -07:00
nishantmonu51
ecfa6bd1b1 fix casing and add comment 2014-04-08 17:26:51 +05:30
nishantmonu51
22c3296aa3 Merge branch 'master' into optimize-postAgg-calculation
Conflicts:
	server/src/test/java/io/druid/client/CachingClusteredClientTest.java
2014-04-08 03:35:56 +05:30
nishantmonu51
c322f44863 time series post Aggregation improved
move post aggregation to finalise results
2014-04-08 03:17:15 +05:30
fjy
6a26f7684f fix context on CQE 2014-04-07 14:36:13 -07:00
nishantmonu51
4bb36dd453 fix tests 2014-04-08 02:37:57 +05:30
fjy
bae0fdf936 add context serde tests and deprecate backwards compatible methods 2014-04-07 13:18:55 -07:00
fjy
93349b5d07 fix broken unit tests 2014-04-07 10:56:38 -07:00
nishantmonu51
db35009acd Compute postage only when required 2014-04-07 23:17:25 +05:30
fjy
98c3faa767 cleanup 2014-04-06 09:23:59 -07:00
fjy
1267fbb7f5 fix context to be backwards compat 2014-04-06 09:20:58 -07:00
Hagen Rother
e0e43deaec fix a NPE leading to broker 500 response 2014-04-04 13:07:52 +02:00
fjy
9ebdf16ed6 make last commit a final var 2014-03-27 17:56:25 -07:00
fjy
cb1798c520 fix bug with reference closing that I swore we fixed 2014-03-27 17:55:03 -07:00
Xavier Léauté
0be29df8ae make hll tests deterministic 2014-03-27 16:15:32 -07:00
Xavier Léauté
5f0ada925d add HLL maxOverflow tests 2014-03-27 16:01:40 -07:00
Xavier Léauté
03c51518bc don't assume bytebuffer limit is set 2014-03-27 15:58:34 -07:00
Xavier Léauté
11f08b3895 benchmark more closely matches actual implementation 2014-03-26 22:18:26 -07:00
Xavier Léauté
c92fd6f45d folding into direct buffers is faster 2014-03-26 17:13:41 -07:00
Xavier Léauté
83ac1d323e one more final variable for good measure 2014-03-26 16:50:24 -07:00
Xavier Léauté
2580a9c7f1 mark long-running tests as @Ignore + docs 2014-03-26 16:49:55 -07:00
Xavier Léauté
f42b850d60 clean up + header 2014-03-26 09:31:45 -07:00
nishantmonu51
a9a6682a0e Upgrade to Hadoop 2.3.0 2014-03-26 11:43:31 +05:30
Xavier Léauté
178a9aed40 make it clear mergeAndStoreByteRegister has no side effects 2014-03-25 17:07:09 -07:00
Xavier Léauté
a0c38f574b check should be safe to move out of loop 2014-03-25 17:07:09 -07:00
Xavier Léauté
46a5409207 minor hll optimizations 2014-03-25 17:07:09 -07:00
Xavier Léauté
5eaadfffa9 no need for volatile references
we make no guarantees wrt threadsafety in this class
2014-03-25 17:07:09 -07:00
Xavier Léauté
7dc0e9f1a9 remove HLL version specific code outside of HyperLogLogCollector 2014-03-25 17:07:09 -07:00
Xavier Léauté
cd340aa314 hll benchmark 2014-03-25 17:07:09 -07:00
fjy
e832dc7a8c Merge branch 'master' of github.com:metamx/druid into better-context 2014-03-21 10:46:36 -07:00
nishantmonu51
dc0e7f404a fix serialisation of segmentMetaDataQuery 2014-03-21 14:11:26 +05:30
fjy
7f8211ecc7 extend context to use map string object instead of map string string 2014-03-20 13:41:45 -07:00
nishantmonu51
32ad26210d Fix backwards compatibilty constant post aggregator 2014-03-18 20:34:49 +05:30
fjy
1d1ec1d855 clean up some defaults and prepare for next release 2014-03-17 21:41:34 -07:00