commit | 08f5bd5535105fd3acddf8ae01126d964cdcd4af | [log] [tgz] |
---|---|---|
author | Jonathan Wei <jon-wei@users.noreply.github.com> | Mon Oct 16 18:32:48 2017 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 16 18:32:48 2017 -0700 |
tree | f1abe3361a4ba1bed0c6b955e28b952f0eabae58 | |
parent | 76975e5ca3b1b01b5a6bd52220ea4e9b62e5d7df [diff] |
Make float default representation for DoubleSum/Min/Max aggregators (#4944) (#4965) * Introduce System wide property to select how to store double. Set the default to store as float Change-Id: Id85cca04ed0e7ecbce78624168c586dcc2adafaa * fix tests Change-Id: Ib42db724b8a8f032d204b58c366caaeabdd0d939 * Change the property name Change-Id: I3ed69f79fc56e3735bc8f3a097f52a9f932b4734 * add tests and make default distribution store doubles as 64bits Change-Id: I237b07829117ac61e247a6124423b03992f550f2 * adding mvn argument to parallel-test profile Change-Id: Iae5d1328f901c4876b133894fa37e0d9a4162b05 * move property name and helper function to io.druid.segment.column.Column Change-Id: I62ea903d332515de2b7ca45c02587a1b015cb065 * fix docs and clean style Change-Id: I726abb8f52d25dc9dc62ad98814c5feda5e4d065 * fix docs Change-Id: If10f4cf1e51a58285a301af4107ea17fe5e09b6d
Druid is a distributed, column-oriented, real-time analytics data store that is commonly used to power exploratory dashboards in multi-tenant environments.
Druid excels as a data warehousing solution for fast aggregate queries on petabyte sized data sets. Druid supports a variety of flexible filters, exact calculations, approximate algorithms, and other useful calculations.
Druid can load both streaming and batch data and integrates with Samza, Kafka, Storm, Spark, and Hadoop.
More information about Druid can be found on http://www.druid.io.
You can find the documentation for the latest Druid release on the project website.
If you would like to contribute documentation, please do so under /docs/content
in this repository and submit a pull request.
You can get started with Druid with our quickstart.
If you find any bugs, please file a GitHub issue.
Community support is available on the druid-user mailing list(druid-user@googlegroups.com).
Development discussions occur on the druid-development list(druid-development@googlegroups.com).
We also have a couple people hanging out on IRC in #druid-dev
on irc.freenode.net
.
Please follow the guidelines listed here.