4955 Commits

Author SHA1 Message Date
Xavier Léauté
ae78b1450e upload documentation to static.druid.io 2015-02-04 12:56:52 -08:00
Fangjin Yang
25cf15824b Merge pull request #1085 from gianm/dsmrv-fix
DataSourceMetadataResultValue fixes and JodaUtils adjustments.
2015-02-03 17:51:33 -08:00
Gian Merlino
085ad8d345 Fix DataSourceMetadataResultValue serde. 2015-02-03 17:39:42 -08:00
Gian Merlino
1298b4abd3 JodaUtils: Bring in MIN/MAX instants a bit.
This prevents the difference overflowing a long.
2015-02-03 17:34:33 -08:00
fjy
67ecb07ccd update version in docs 2015-02-03 14:26:42 -08:00
fjy
1f12c5b2f1 [maven-release-plugin] prepare for next development iteration 2015-02-03 12:06:49 -08:00
fjy
e82d431be7 [maven-release-plugin] prepare release druid-0.7.0-rc2 druid-0.7.0-rc2 2015-02-03 12:06:41 -08:00
Xavier Léauté
4eff269536 Merge pull request #1079 from druid-io/cleanup-deps
Remove non friendly dependencies from Druid
2015-02-03 11:56:41 -08:00
Xavier Léauté
ffb180e29d Merge pull request #1080 from metamx/fix-cost-balancer-strategy
fix integer value overflow and add test
2015-02-03 11:45:03 -08:00
nishantmonu51
6da6b9eeda fix integer value overflow and add test 2015-02-03 11:39:30 -08:00
fjy
3e5d338c8e Remove non friendly dependencies from Druid 2015-02-03 11:36:08 -08:00
Fangjin Yang
b5e80b7b38 Merge pull request #1083 from metamx/contrib-docs
Provide more guidelines for contributing
2015-02-03 11:34:03 -08:00
Xavier Léauté
d20a2afdda Provide some guidelines + formatting fixes 2015-02-03 11:23:20 -08:00
Fangjin Yang
6ef3a762b6 Merge pull request #1081 from metamx/contrib-docs
Contributing docs
2015-02-03 10:15:23 -08:00
Xavier Léauté
465360536e initial contrib doc 2015-02-03 10:10:50 -08:00
Fangjin Yang
71b4c5fa86 Merge pull request #1076 from metamx/remove-threadlocals
remove thread-locals in GenericIndexed in favor of wrapped objects
2015-02-02 20:02:33 -08:00
Xavier Léauté
cb2e300eba remove thread-locals in GenericIndexed in favor of wrapped objects to reduce GC pressure 2015-02-02 15:59:30 -08:00
Xavier Léauté
ccebf281e6 Merge pull request #995 from druid-io/null-fixes
Towards consistent null handling
2015-02-02 14:39:39 -08:00
Eric Tschetter
42eba986ce Towards consistent null handling
This commit also includes
1) the addition of a context parameter on timeseries queries that allows it to ignore empty buckets instead of generating results for them
2) A cleanup of an unused method on an interface
2015-02-02 12:53:07 -08:00
Fangjin Yang
92e616de11 Merge pull request #1077 from metamx/remove-unused-imports
remove unused imports
2015-02-02 10:45:27 -08:00
nishantmonu51
ba932bb1f2 remove unused imports 2015-02-02 21:53:39 +05:30
fjy
d05032b98a towards a community led druid 2015-01-31 20:57:36 -08:00
Fangjin Yang
b94b24c46e Merge pull request #1072 from metamx/common-aws-config
Common AWS module + consistent credential chain for both S3 and auto-scaling
2015-01-30 14:41:24 -08:00
Fangjin Yang
14837d7808 Merge pull request #1075 from metamx/fix-test-timeout
increase test timeouts on DruidClusterBridgeTest
2015-01-30 14:31:32 -08:00
Xavier Léauté
a01a22dba1 Merge pull request #1074 from druid-io/overlord-leader
Add an endpoint to return the overlord leader
2015-01-30 13:44:49 -08:00
Xavier Léauté
cd7e768640 increase test timeouts on DruidClusterBridgeTest 2015-01-30 13:18:35 -08:00
Xavier Léauté
bd49528805 Merge pull request #1073 from druid-io/fix-statusPath
Fix worker status path announcement with indexer zk config
2015-01-30 12:51:21 -08:00
fjy
649f285feb Add an endpoint to return the overlord leader 2015-01-30 12:37:48 -08:00
fjy
bc1405bee0 fix worker status path announcement with indexer zk config 2015-01-30 12:26:08 -08:00
Xavier Léauté
f00872c41b move common AWS related classes into a separate module 2015-01-29 13:55:49 -08:00
Fangjin Yang
d875d7294b Merge pull request #1070 from metamx/fix-topn-missing-hll-npe
fix NPE for topN over missing hyperUniques column
2015-01-29 08:28:52 +08:00
Xavier Léauté
f24a89a22a fix NPE for topN over missing hyperUniques column 2015-01-27 16:12:41 -08:00
Xavier Léauté
05b2bf3fdd Merge pull request #1067 from druid-io/fix-worker-select
Make dynamic worker selection actually work as intended
2015-01-27 14:54:16 -08:00
Xavier Léauté
2c2771b90e Make dynamic worker selection actually work 2015-01-27 14:17:42 -08:00
Fangjin Yang
b78ef22829 Merge pull request #1063 from metamx/fix-dimension-exclusion
fix dimension exclusion
2015-01-28 06:10:41 +08:00
Fangjin Yang
2d96b62e6c Merge pull request #1066 from metamx/fix-background-caching-ordering
fix background caching not preserving result order
2015-01-28 06:09:17 +08:00
Xavier Léauté
59c1907322 add test for out-of-order background-caching execution 2015-01-27 13:38:08 -08:00
nishantmonu51
f2d66858c5 add test for IngestSegmentFirehose
fix failing integration tests
add test for ingestSegmentFirehose
2015-01-27 23:06:30 +05:30
fjy
cd9ba1f852 fix serde bug 2015-01-27 18:47:36 +08:00
Xavier Léauté
b334d7973d fix background caching not preserving result order 2015-01-26 09:59:18 -08:00
Xavier Léauté
6993d84f02 Merge pull request #1064 from metamx/groupByHashIndexCoStore
Add a hash map for storing groupBy partition index
2015-01-26 09:46:36 -08:00
Charles Allen
226dd91a31 Add a hash map for storing groupBy partition index
* Improves groupBy performance by approx 15%
2015-01-26 08:42:02 -08:00
nishantmonu51
0f3eac4705 fix dimension exclusion 2015-01-23 00:31:23 +05:30
fjy
b9337e883a I'm all about them doc fixes 2015-01-21 22:04:48 -08:00
fjy
f437e16543 moar doc fixes 2015-01-21 21:59:16 -08:00
fjy
e33e45e69e one more doc fix 2015-01-21 21:52:23 -08:00
fjy
74a4fddcfe fix task docs 2015-01-21 21:48:48 -08:00
Xavier Léauté
b71fff0db4 Merge pull request #1061 from druid-io/fix-docs
Add more docs for production clusters
2015-01-21 14:22:12 -08:00
fjy
7540f2f562 Add more docs for production clusters 2015-01-21 14:21:27 -08:00
Fangjin Yang
7082487075 Merge pull request #1060 from metamx/fix-test-timeout
fix BatchServerInventoryViewTest test timeout
2015-01-20 17:43:04 -08:00