Skip to content

Releases: autonomic-ai/incubator-druid

0.0.3

11 Mar 23:24
Compare
Choose a tag to compare

These release notes are autogenerated by Concourse

Commits

  • d605ba294 - Change the level of kafka skip log to debug
  • 80be1e315 - Add window sql support
  • 6c21a8419 - Add getWindowQueryFactory() to load WindowQueryFactory implementation
  • dba6e7d97 - Add unittests for WindowQuery planning
  • ef8e3f645 - Rework the failure test cases

0.0.2

10 Jan 19:05
Compare
Choose a tag to compare

These release notes are autogenerated by Concourse

Commits

0.0.1

10 Jan 17:24
Compare
Choose a tag to compare

These release notes are autogenerated by Concourse

Commits

  • 70e993806 - Initial commit
  • 9d4159996 - Initial commit of OSS Druid Code
  • f09f595c7 - Fix up the demos a bit
  • 27999caca - 1) Create LICENSE 2) Attach copyright and notice of license to files
  • 631c3bf30 - Remove gradle files
  • ae44e3ecf - Removed hardcoded jar version in examples/rand/run_server.sh which was preventing it from running. Also updated examples/rand/run_client.sh and examples/twitter/run_client.sh help messages to remove the unneeded &.
  • 9575326c0 - Added twitter and rand example output files to .gitignore.
  • 6c819c1b0 - Stop java process when run_server.sh is killed
  • 71edede86 - cleaned up build.sh to remove spurious errors.
  • 3763a0b73 - Use correct key in query.body for twitter example
  • 2d69a833f - Update examples/twitter/query.body
  • a3eb4f329 - Add search query example
  • bcdfece87 - Allow group_by or search queries in run_client.sh
  • 2c341144b - Allow blank mysql passwords
  • a34c5a100 - add buffered version of JavaScriptAggregator
  • f062e136d - 1) Fix bug with sharded realtime data ingestion
  • d7f85cfbc - 1) Fix configuration property naming issue.
  • bd8d5bddd - Ignored all Eclipse .settings folders.
  • 0d24df762 - Removed unused imports.
  • 35f04b4df - Fixed some minor potential resource leaks.
  • c5e2a8818 - Resolved dead code warning by null checking the correct variable according to the associated log statement.
  • e24948319 - Removed some dead/unused code.
  • d0f66c1fb - bug fix for merging with empty strings
  • fe9cb397a - remove unncessarily created file
  • e8f02219b - Streamlined the Maven POMs, in particular the plugin configurations. The 'mvn versions:display-plugin-updates' report is now warning free, and there are no more Maven warnings reported in Eclipse.
  • 11c64593a - improvements to the indexing service and auto scaling
  • 9547ea494 - fix bug with provision
  • e7ec073d7 - Cleaned Maven dependency configuration. In particular the 'mvn dependency:analyze' report no longer warns of used but undeclared dependencies.
  • 83a51a801 - cleanup redirects and reannounce workers on connection loss
  • 8dd6f5c05 - 1) Refactor the BrokerMain into a BrokerMain and a BrokerNode to allow for extensions 2) Rename ServerMain to ComputeMain 3) Refactor ComputeMain to ComputeMain and ComputeNode to allow for extensions 4) Remove "TheSizeAdjuster", was old legacy stuff that's not relevant anymore 5) Fix bug with registering different IndexIO handlers 6) Adjust it so that when a query type is unknown, it returns an error message instead of just emitting an alert and returning nothing 7) Create super classes for the various *Node classes that allow for code sharing on pieces that are common
  • f07b15db1 - Undo massive import re-ordering
  • 63b2f502a - 1) Make TimelineEntry in VersionedIntervalTimeline a static class with its own generic parameters to hopefully make OpenJDK happier.
  • 7921be790 - 1) Bump up the maven version pre-requisite to 3.0.3
  • 38ed1d8b7 - 1) Revert failed attempt at making OpenJDK6 happy.
  • 88a3fb842 - 1) New attempt at making OpenJDK 6 happy
  • abab35194 - general cleanup and improvments for auto scaling
  • a5c3eab2f - fix merge break
  • e9dadcae4 - more sensical logic around when to terminate worker nodes
  • b4e3f98f4 - bug fixes for retries without sufficient capacity
  • 6b247f159 - cleanup redundant code
  • 499263386 - timeseries for druid + unit tests
  • 51cd361fb - some changes to how handlers are registered
  • 0a42f18cc - HistogramVisual: add support for quantiles
  • 7b2522ff3 - allow hadoop druid indexer to register registererers
  • 9fbee29eb - change hadoop indexer to be node based
  • 2ae0a15b5 - add register abilities to mapper
  • eb2b5a61f - fix setters for hadoop node
  • 86d2fb355 - added DruidSetup.java and install/druid_setup.sh to run it for Druid ensemble setup (put properties to zk, create zk zpaths, prep db, and dump properties/paths in zk); property druid.zk.paths.base can establish a namespace for a druid ensemble allowing more than one ensemble to use the same zookeepers; this namespace is the base zpath prefix for paths with properties in the form druid.zk.paths.*Path which are normally set automatically now; if druid.zk.paths.*Path are explicitly set, then all of them must be set with absolute paths to ensure careful attention; ZkSetup is now deprecated, use DruidSetup instead; examples/twitter RealtimeStandaloneMain will exit properly now after a kill -15 (control-c or kill pid) instead of hanging on an unstopped daemon.
  • 68e5adde3 - register registererers in the config
  • 34a221a58 - fix bug with jackson conversion
  • 0b6dd9945 - set default version if one is not set
  • 5698f640d - fix last commit with version
  • [34cb352](https://github.com/autonomic-ai/incubator-druid/comm...
Read more