Jonathan Wei
|
80419752b5
|
Add metamx emitter, http clients, and metrics packages to druid java-util (#5289)
* Add metamx java-util emitter, http clients, and metrics packages to druid java-util
* Remove metamx java-util from pom.xml files
* Checkstyle fixes
* Import fix
* TeamCity inspection fixes
* Use slf4j, move some version defs to master pom.xml
* Use parent jvm-attach-api and maven-surefire-plugin versions
* Add ] to log msg, suppress inspection
|
2018-01-24 22:10:36 +01:00 |
Jihoon Son
|
52d7f74226
|
Add streaming aggregation as the last step of ConcurrentGrouper if data are spilled (#4704)
* Add steaming grouper
* Fix doc
* Use a single dictionary while combining
* Revert GroupByBenchmark
* Removed unused code
* More cleanup
* Remove unused config
* Fix some typos and bugs
* Refactor Groupers.mergeIterators()
* Add comments for combining tree
* Refactor buildCombineTree
* Refactor iterator
* Add ParallelCombiner
* Add ParallelCombinerTest
* Handle InterruptedException
* use AbstractPrioritizedCallable
* Address comments
* [maven-release-plugin] prepare release druid-0.11.0-sg
* [maven-release-plugin] prepare for next development iteration
* Address comments
* Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 5c6b31e488 .
* Revert "[maven-release-plugin] prepare release druid-0.11.0-sg"
This reverts commit 0f5c3a8b82 .
* Fix build failure
* Change list to array
* rename sortableIds
* Address comments
* change to foreach loop
* Fix comment
* Revert keyEquals()
* Remove loop
* Address comments
* Fix build fail
* Address comments
* Remove unused imports
* Fix method name
* Split intermediate and leaf combine degrees
* Add comments to StreamingMergeSortedGrouper
* Add more comments and fix overflow
* Address comments
* ConcurrentGrouperTest cleanup
* add thread number configuration for parallel combining
* improve doc
* address comments
* fix build
|
2017-10-17 23:24:08 -07:00 |
Jonathan Wei
|
1bddfc089c
|
Additional docs/log for direct memory usage (#4631)
* Additional docs/log for direct memory usage
* Tweak docs
* Doc rewording
|
2017-08-10 23:33:20 -07:00 |
fjy
|
1aa363cea7
|
new quickstart
|
2016-02-04 09:37:38 -08:00 |
Oleg Zaezdny
|
95a5ae0373
|
Docs improved by adding more details about local cache and memory for segments on historicals.
|
2015-11-01 21:56:28 +02:00 |
Himanshu Gupta
|
8edc2aaca3
|
renaming all *.md filenames to only have lowercase and dashes
so that they are editable on case-insensitive os as well
|
2015-05-29 20:55:42 -05:00 |