Eric Tschetter
|
0d99cee3c3
|
1) Whitespace ftw!
|
2013-02-15 14:25:44 -06:00 |
cheddar
|
06ef83db69
|
Merge pull request #85 from metamx/speedup-timeboundary
Avoid hitting all segments for TimeBoundary queries
|
2013-02-15 11:43:42 -08:00 |
xvrl
|
05d347c304
|
Merge remote-tracking branch 'origin/master' into speedup-timeboundary
Conflicts:
client/pom.xml
common/pom.xml
druid-services/pom.xml
examples/pom.xml
examples/rand/pom.xml
examples/twitter/pom.xml
index-common/pom.xml
indexer/pom.xml
merger/pom.xml
pom.xml
realtime/pom.xml
server/pom.xml
|
2013-02-15 11:25:47 -08:00 |
xvrl
|
780410446c
|
even more simple
|
2013-02-15 11:19:13 -08:00 |
Eric Tschetter
|
5ee7c0c264
|
1) Remove stray import of java.util.List
|
2013-02-15 12:15:53 -06:00 |
cheddar
|
e1533b871e
|
Merge pull request #88 from metamx/8to9-empty-column
Additional fix for columns with cardinality 0
|
2013-02-15 10:15:05 -08:00 |
Gian Merlino
|
548c901c0b
|
Additional fix for columns with cardinality 0
|
2013-02-14 23:45:02 -08:00 |
Gian Merlino
|
3fed8ee0ce
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-14 21:23:46 -08:00 |
Gian Merlino
|
ba7df5b709
|
[maven-release-plugin] prepare release druid-0.2.9
|
2013-02-14 21:23:41 -08:00 |
Gian Merlino
|
22d1f2a0c0
|
IndexMergerTest: Empty column test
|
2013-02-14 21:11:31 -08:00 |
Eric Tschetter
|
53e801ecb3
|
Merge branch 'master' of github.com:metamx/druid
|
2013-02-14 22:59:43 -06:00 |
Eric Tschetter
|
48538d0454
|
1) Fix bug in index converter when column has cardinality 0
|
2013-02-14 22:59:17 -06:00 |
Gian Merlino
|
152bf201ec
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-14 16:27:20 -08:00 |
Gian Merlino
|
e56bc27f93
|
[maven-release-plugin] prepare release druid-0.2.8
|
2013-02-14 16:27:12 -08:00 |
Eric Tschetter
|
4f11eb5209
|
1) Fix alert sent from line DruidMasterBalancer:71 to not include all of the segments that a server is holding
|
2013-02-14 18:24:51 -06:00 |
Eric Tschetter
|
ee4236dac2
|
1) Update to mmx build of jackson 2.1 branch to get bug-fix for jackson-databind #167
|
2013-02-14 17:10:27 -06:00 |
Fangjin Yang
|
77fbe974d8
|
fix version conflicts of old jackson
|
2013-02-14 13:52:19 -08:00 |
xvrl
|
6998d604a2
|
fixes #80
|
2013-02-14 12:41:34 -08:00 |
xvrl
|
98de0382d5
|
Merge branch 'master' into speedup-timeboundary
|
2013-02-13 21:27:27 -08:00 |
xvrl
|
1b85eaad3e
|
simplify query toolchest interface
|
2013-02-13 21:25:16 -08:00 |
Gian Merlino
|
e3822f6ca7
|
DeterminePartitionsJob: Fix docs
|
2013-02-13 18:51:33 -08:00 |
Gian Merlino
|
ee193f0ca7
|
DeterminePartitionsJob: Select partition dimension to minimize segment size variance when cardinality is low
|
2013-02-13 18:51:32 -08:00 |
Eric Tschetter
|
c5b78e75cf
|
1) Move up to Jackson 2.1
2) Some bugs were fixed, but they ended up getting mixed in with the Jackson upgrade :(
|
2013-02-13 18:51:32 -08:00 |
Gian Merlino
|
ce1d90788d
|
DeterminePartitionsJob: Fix docs
|
2013-02-13 10:16:03 -08:00 |
cheddar
|
0eb65f69d4
|
Merge pull request #86 from metamx/dimpartition-by-variance
Select partition dimension by variance when cardinality is low
|
2013-02-13 09:54:34 -08:00 |
Gian Merlino
|
a665bfa2ef
|
DeterminePartitionsJob: Select partition dimension to minimize segment size variance when cardinality is low
|
2013-02-13 09:51:04 -08:00 |
Eric Tschetter
|
a0b159fed7
|
1) Move up to Jackson 2.1
2) Some bugs were fixed, but they ended up getting mixed in with the Jackson upgrade :(
|
2013-02-12 20:58:17 -06:00 |
xvrl
|
07b0b4611b
|
bump up to 0.3.0
|
2013-02-12 09:52:21 -08:00 |
xvrl
|
68cd2e10a7
|
remove unnecessary segment grouping
|
2013-02-12 09:45:26 -08:00 |
xvrl
|
7ab2e0552a
|
cleanup imports
|
2013-02-11 18:42:43 -08:00 |
xvrl
|
633cccce69
|
bump up to 0.3.0
|
2013-02-11 18:41:25 -08:00 |
xvrl
|
d4009c8c1c
|
refactor filterSegments to use `TimelineObjectHolder`s
|
2013-02-11 18:41:25 -08:00 |
xvrl
|
6b87ef2921
|
assume segment intervals have already been filtered based on query interval
|
2013-02-11 16:56:52 -08:00 |
xvrl
|
e9f546c4ca
|
add default implementations to QueryToolChest methods
|
2013-02-11 16:51:40 -08:00 |
xvrl
|
e10025c841
|
filter out unneeded segments for TimeBoundary query
|
2013-02-11 13:21:37 -08:00 |
Eric Tschetter
|
6708029043
|
1) Remove class level comments auto-created by IntelliJ
|
2013-02-11 13:13:52 -06:00 |
cheddar
|
05168808c2
|
Merge pull request #77 from metacret/master
Adding LinearShardSpec and ACL on S3 object
|
2013-02-11 11:12:31 -08:00 |
Fangjin Yang
|
e519f82e87
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-11 10:58:51 -08:00 |
Fangjin Yang
|
73f7468a23
|
[maven-release-plugin] prepare release druid-0.2.7
|
2013-02-11 10:58:43 -08:00 |
Fangjin Yang
|
07c005a0f7
|
Merge branch 'master' of github.com:metamx/druid
|
2013-02-11 10:56:39 -08:00 |
Fangjin Yang
|
ac93f752b0
|
fix a case where a segment may get stuck in the terminate queue
|
2013-02-11 10:56:30 -08:00 |
cheddar
|
875df7b989
|
Merge pull request #81 from metamx/fix-timeboundary
fix cut-n-paste mistake in error message
|
2013-02-11 10:39:56 -08:00 |
xvrl
|
6ff42f379c
|
fix cut-n-paste mistake in error message
|
2013-02-07 10:11:36 -08:00 |
Eric Tschetter
|
9ac5eeebb3
|
1) Fix NPE in DeterminePartitionsJob when it fails
|
2013-02-06 23:34:46 -08:00 |
Fangjin Yang
|
ec2b906fad
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-06 18:43:42 -08:00 |
Fangjin Yang
|
22d9607169
|
[maven-release-plugin] prepare release druid-0.2.6
|
2013-02-06 18:43:34 -08:00 |
Fangjin Yang
|
267c797023
|
fix bug in throttle replicants
|
2013-02-06 18:40:29 -08:00 |
Fangjin Yang
|
e09c658352
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-06 17:42:39 -08:00 |
Fangjin Yang
|
668353e895
|
[maven-release-plugin] prepare release druid-0.2.5
|
2013-02-06 17:42:33 -08:00 |
Fangjin Yang
|
0d303bee96
|
reset lifetimes for the replication throttle
|
2013-02-06 17:41:08 -08:00 |