Alexander Makarenko
070da15a66
Update Realtime-ingestion.md
...
Add note about sharding and firehose configurations
2015-04-26 16:55:49 +03:00
Charles Allen
16a0c40d4c
Fix concatenated gzip files in StaticS3FirehoseFactory
2015-04-24 15:06:28 -07:00
Charles Allen
29341f9837
Fix random unit test failure from NoopTask ID collision
2015-04-24 13:07:48 -07:00
Xavier Léauté
7081c830e4
Merge pull request #1303 from metamx/fix-timeboundary-caching
...
add test for exception during timeboundary
2015-04-23 14:46:25 -07:00
Xavier Léauté
0f7946bb39
Merge pull request #1308 from metamx/indexMakerSpeedups
...
IndexMaker speedups
2015-04-23 14:07:40 -07:00
Charles Allen
303727e6a9
IndexMaker speedups
...
* About 15% speedup
Conflicts:
processing/src/main/java/io/druid/segment/IndexMaker.java
2015-04-23 13:19:21 -07:00
Xavier Léauté
edb82607fe
Merge pull request #1306 from metamx/cleanupIndexCreation
...
Cleanup some code in index creation and add `reprocess` method, fixes #1309
2015-04-23 13:14:34 -07:00
Charles Allen
f2300430d1
Cleanup some code in index creation.
...
* Add some unit tests
* Add io.druid.segment.IndexMerger.reprocess for quick re-indexing of data
* Add dim-value validation to validation checker (instead of ONLY index #)
* General code refactoring to make things a little easier to read
2015-04-23 12:41:42 -07:00
nishant
958b34e0c2
fix exception during timeboundary
...
Fix Exception during time boundary query where results can be
represented as integers
2015-04-23 20:32:35 +05:30
Fangjin Yang
f5943ed494
Merge pull request #1307 from vogievetsky/master
...
Added facetjs to the library list in the docs
2015-04-22 19:50:52 -07:00
Vadim Ogievetsky
58879ca0bf
added facetjs to the library list in the docs
2015-04-22 18:38:01 -07:00
Xavier Léauté
7939f43681
Merge pull request #1296 from druid-io/limit-test
...
Add test for order by metric and limit across multiple days
2015-04-22 11:28:06 -07:00
fjy
97d87a06d0
Add another test for limit across multiple days
2015-04-22 11:27:37 -07:00
Fangjin Yang
28f69d6bd3
Merge pull request #1299 from metamx/improve-filter-datasource-metadata
...
Improve filtering of segments for dataSourceMetadataQuery
2015-04-22 11:07:35 -07:00
Fangjin Yang
8f227f2bf3
Merge pull request #1304 from metamx/fix-cache-serde
...
fix serde issues when pulling timestamps from cache
2015-04-22 11:06:31 -07:00
Xavier Léauté
a0a28de551
fix serde issue when pulling timestamps from cache
2015-04-22 11:03:26 -07:00
Fangjin Yang
f15a41270a
Merge pull request #1302 from metamx/fix-groupby-doc
...
Updates groupBy doc:
2015-04-21 20:22:23 -07:00
Igal Levy
1216512e49
Updates groupBy doc:
...
* changes sample dimension names to be more meaningful
* fixes timestamps in example output
* adds formatting to names appearing in paragraphs for easier reading
2015-04-21 17:30:37 -07:00
fjy
be69946751
fix typo
2015-04-21 11:14:26 -07:00
Xavier Léauté
702e5ceb2d
Merge pull request #1247 from druid-io/new-docs
...
Rework the Druid documentation
2015-04-21 10:20:54 -07:00
fjy
4575c5378c
Rework the druid docs
2015-04-21 10:11:11 -07:00
Xavier Léauté
6b0ba7602b
Merge pull request #1300 from rasahner/fixes-Coordinator.md
...
minor fixes in the Endpoints section of Coordinator.md
2015-04-21 09:39:18 -07:00
Xavier Léauté
2b4406671e
Merge pull request #1301 from druid-io/fix-type
...
fix count agg factory type
2015-04-21 09:24:20 -07:00
fjy
7805357ab1
fix count agg factory type
2015-04-21 09:23:04 -07:00
nishant
bb8c0cb50b
Improve filtering of segments for dataSourceMetadataQuery
...
dataSourceMetadataQuery only needs to be executed on latest segments at
present, modify filterSegments and add test.
2015-04-21 09:31:13 +05:30
Xavier Léauté
f73f14ab91
Merge pull request #1297 from metamx/versionConverterTaskUpdates
...
Update VersionConverterTask for IndexSpec and allowing Forced updates
2015-04-20 16:44:35 -07:00
Charles Allen
7479ac9012
Update VersionConverterTask for IndexSepc and allowing Forced updates
2015-04-20 16:17:06 -07:00
sahner
6ef2941975
minor fixes:
...
1. leader endpoint returns a string, not a json object
2. "enabled and enabled" -> "enabled and disabled"
2015-04-20 17:02:44 -05:00
fjy
0c734c691a
update druid-api version to fix bug
2015-04-18 15:52:39 -07:00
Fangjin Yang
1addbe163a
Merge pull request #1295 from anubhgup/master
...
Fix type of values in sql update.
2015-04-17 20:26:17 -07:00
Anubhav Gupta
4c240da4e9
Fix type of values in sql update.
2015-04-17 18:44:49 -07:00
Xavier Léauté
b438ca32d5
Merge pull request #1294 from druid-io/update-api
...
Update druid-api version
2015-04-17 14:58:56 -07:00
fjy
d260515a43
update druid-api version
2015-04-17 14:58:35 -07:00
Fangjin Yang
eb1df425b1
Merge pull request #1292 from guobingkun/havingSpec_on_postAggregation
...
GroupByQuery on PostAggregation
2015-04-17 11:25:22 -07:00
Bingkun Guo
cf155e4eba
Fix an issue that after broker forwards GroupByQuery to historical, havingSpec is still applied
...
on postAggregations which are removed in the forwarded query.
Add a unit test to replicate the issue.
Add a query that can replicate this issue into integration test.
2015-04-17 13:00:41 -05:00
Fangjin Yang
8b68b8f3c2
Merge pull request #1282 from davrodpin/validate-deep-storage-impl
...
Add doc. on how to validate a deep storage implementation.
2015-04-16 20:40:54 -07:00
Fangjin Yang
1e22c75ca7
Merge pull request #1289 from davrodpin/reformat-deep-storage-options
...
Reformat deep storage options
2015-04-16 20:40:30 -07:00
David Rodrigues
5b76a52c99
Reformat Deep Storage options to use table.
2015-04-16 16:30:42 -07:00
David Pinheiro
f912e45464
Add doc. on how to validate a deep storage implementation.
2015-04-16 16:10:43 -07:00
David Pinheiro
baeef08c4c
Add Microsoft Azure as a Deep Storage option.
2015-04-16 15:39:36 -07:00
fjy
f0a19349bf
fix up some comments for contributed test
2015-04-16 15:07:09 -07:00
Fangjin Yang
90b17a5259
Merge pull request #1285 from venkateshk/limitspec-tests
...
Unit test to surface bug with limit-spec order by over specific query intervals
2015-04-16 13:52:58 -07:00
Fangjin Yang
d0fc7db684
Merge pull request #1287 from metamx/fix-dim-backwards-compat
...
remove overzealous check for backwards compatibility
2015-04-15 22:15:28 -07:00
Xavier Léauté
1d153674b6
remove overzealous check for backwards compatibility
2015-04-15 22:11:55 -07:00
Fangjin Yang
1cfc13cc41
Merge pull request #1286 from metamx/fix-java-util-conflict
...
updated dependencies to java-util 0.27
2015-04-15 17:36:30 -07:00
Xavier Léauté
b535d30912
updated dependencies to java-util 0.27
...
java-util 0.27 is not binary compatible with 0.26
2015-04-15 16:23:01 -07:00
Xavier Léauté
ea5572d001
Merge pull request #1271 from metamx/strictErrorChecking
...
Add stricter checking for potential coding errors
2015-04-15 15:21:41 -07:00
Charles Allen
abdeaa0746
Add stricter checking for potential coding errors
...
Can use via `mvn clean compile test-compile -P strict'
2015-04-15 14:52:25 -07:00
vkavuluri
a2ba5b6183
Unit test to surface bug with limit-spec order by over specific query intervals
2015-04-15 06:31:22 -07:00
Fangjin Yang
281adc0457
Merge pull request #1265 from metamx/dimension-compression
...
Support for Dimension Compression
2015-04-14 14:10:59 -07:00