Commit Graph

5270 Commits

Author SHA1 Message Date
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
Xavier Léauté 49d1f4e568 add documentation for dimension compression 2015-04-14 10:44:19 -07:00
Xavier Léauté 3a3046ccf3 add support for dimension compression
- compression for single-value dimensions using CompressedVSizeIntsIndexedSupplier
- makes dimension compression configurable via IndexSpec
- IndexSpec also enables configuring bitmap and metric compression
2015-04-14 10:44:18 -07:00
Xavier Léauté bafc5114b4 add toString, equals, and hashCode to BitmapSerdeFactory 2015-04-14 10:44:18 -07:00
Xavier Léauté d20128b89b add compressed variable-size ints column type 2015-04-14 10:44:18 -07:00
Xavier Léauté ce928d9636 add compressed ints column type 2015-04-14 10:44:17 -07:00
Xavier Léauté 5c23679238 add WritableSupplier and IndexedMultivalue 2015-04-14 10:44:17 -07:00
Xavier Léauté 1abb9cce7c make IndexedInts closeable + add fill method 2015-04-14 10:44:17 -07:00
Xavier Léauté ed0d49933e fix memory leak in CompressedXXXIndexedSupplierTest 2015-04-14 10:44:16 -07:00
Xavier Léauté 6790e6cf0f add fromList to CompressedLongsIndexedSupplier 2015-04-14 10:44:16 -07:00
Xavier Léauté f0726f4d94 fix typing on StupidResourceHolder 2015-04-13 21:28:56 -07:00
Fangjin Yang 9f7ab92d81 Merge pull request #1276 from metamx/fix-broken-links
[docs] fix broken links
2015-04-09 18:19:50 -07:00
Fangjin Yang d0fb5c8458 Merge pull request #1277 from druid-io/document-query-processors
Add some javadoc to the two Query processing interfaces
2015-04-09 18:19:09 -07:00
Eric Tschetter 7517f0d0f0 Add some javadoc to the two Query processing interfaces to help aid in implementations of new Queries.
Also, remove some comments that did not have enough context to actually make sense to anyone but the original author (at least, I hope they make sense to the author, I definitely don't know what was being said).
2015-04-09 18:11:42 -07:00
Xavier Léauté 66a4daa363 [docs] fix broken links 2015-04-09 17:36:20 -07:00
Xavier Léauté 700dc6fbc0 Merge pull request #1275 from infynyxx/update_deprecated_job_initialization
use Job.getInstance() to fix deprecated warnings
2015-04-09 15:07:49 -07:00
Fangjin Yang a053e90e97 Merge pull request #1273 from b-slim/patch-3
typo or backward compatibility problem
2015-04-09 12:52:18 -07:00
Prajwal Tuladhar 3044bf5592 use Job.getInstance() to fix deprecated warnings 2015-04-09 13:22:21 -04:00
Slim d854ceebbd typo or backward compatibility problem
2147483648 will break the node since druid 0.7 it is parsing it as an `int`
2015-04-08 19:12:01 -05:00
Xavier Léauté a609e6bcd5 Merge pull request #1272 from metamx/fixHDFSstoragePom
Minor fix in hdfs-storage pom.xml
2015-04-08 14:36:53 -07:00
Charles Allen b29816bddb Minor fix in hdfs-storage pom.xml 2015-04-08 14:29:16 -07:00
cheddar 6127fee480 Merge pull request #1269 from metamx/fix-travis-ci-heapsize
work around Travis CI not setting appropriate heap limits
2015-04-08 14:00:18 -07:00
Xavier Léauté 9962a33cdf Merge pull request #1270 from metamx/fix-broken-link-druid-cluster-tutorial
fixes #112 broken link
2015-04-08 13:36:40 -07:00
Igal Levy 905fa84d45 fixes #112 broken link 2015-04-08 13:23:10 -07:00
Xavier Léauté 2c773dee60 work around Travis CI not setting appropriate heap limits https://github.com/travis-ci/travis-ci/issues/3396 2015-04-08 13:19:40 -07:00
Xavier Léauté 85ee8f1e1a Merge pull request #1267 from b-slim/patch-2
fix typo (missing ```)
2015-04-07 15:16:56 -07:00
Slim a9b5529ff8 fix typo (missing ```) 2015-04-07 14:54:04 -05:00
Xavier Léauté 44e23a8267 Merge pull request #1224 from metamx/alert-improve
skip raising false alert when the coordinator looses leadership
2015-04-07 10:11:34 -07:00
Fangjin Yang 9d0267d6f3 Merge pull request #1261 from metamx/fix-hadoop-snapshot-jar-uploading
always re-upload snapshot self-contained jars to hdfs
2015-04-07 09:58:18 -07:00
Xavier Léauté e03709b396 Merge pull request #1264 from druid-io/fix-index-task
Ignore rows with invalid interval for index task
2015-04-06 17:23:07 -07:00
fjy 195a3b8bb8 ignore rows with invalid interval 2015-04-06 16:08:40 -07:00
Xavier Léauté 8b5fa8f85d always upload SNAPSHOT self-contained jars 2015-04-03 21:18:09 -07:00
Fangjin Yang 9e028840ed Merge pull request #1257 from himanshug/fix_doc
fixing storageDirectory property typo in example configuration
2015-04-02 14:31:59 -07:00
Xavier Léauté 882b58a70f Merge pull request #1246 from druid-io/new-paper
A new paper on how to architect an analytics stack
2015-04-02 14:22:34 -07:00