nishantmonu51
3763357f6e
Ingest metadata query implementation
2014-12-10 19:44:00 +05:30
Fangjin Yang
d6d3ec6846
Merge pull request #948 from metamx/ingestion-docs
...
Redocumenting ingestion
2014-12-09 15:30:03 -07:00
fjy
9596c11f42
address cr
2014-12-09 14:19:18 -08:00
nishantmonu51
1a1b0e6f23
merge from master and review comments
2014-12-09 13:16:45 +05:30
xvrl
1392e2731f
Merge pull request #936 from metamx/cachingRunnerImprovements
...
General Caching Query Runners cleanup (40% query time reduction for HLL)
2014-12-08 14:07:52 -08:00
Charles Allen
7b65f0635d
General Caching Query Runners cleanup
...
* Add type strictness to CachingClusteredClient.
* Add background caching to CachingClusteredClient. Gives between 0% and 5% query speed increase.
* Add @BackgroundCaching annotation for injected ExecutorService items
* Add `numBackgroundThreads' configuration options to CacheConfig (default 0 aka same thread legacy behavior)
* Add unit tests for CacheConfig
* Add an abstract caching query runner class, currently it doesn't do anything exceppt simply make the two caching queries distinct.
* Add caching to CachingQueryRunner. Gives up to a WHOPPING 40% reduction in query time on HLL queries
* Updated docs with more info on cache settings.
2014-12-08 13:29:32 -08:00
Maarten Rijke
90670a9c7e
Fix NullPointerException in PartialDimExtractionFn by explicity checking for dimValue == null, attempt 2
2014-12-08 22:26:35 +01:00
Maarten Rijke
bd9bbf396c
Fix NullPointerException in PartialDimExtractionFn by explicity checking for dimValue == null
2014-12-08 20:11:58 +01:00
Xavier Léauté
ad23e49777
use fixed-size mapdb cache to avoid heap growing uncontrollably
2014-12-05 15:34:50 -08:00
Xavier Léauté
7cd45a6e1f
IncrementalIndex throws exception if limit exceeded
...
- For now uses a hardcoded ratio of aggregator to timeanddim buffer sizes
- canAppendRow is a workaround for realtime index since the
Firehose currently does not have a way of rolling back the last event in
case of error
- canAppendRow needs a fudge factor; there is a race between checking
if we can add a row and actually adding a row, because of the way MapDB
reports its size.
2014-12-04 14:38:16 -08:00
Xavier Léauté
c7dbe6116c
write byte data as is in smile
2014-12-04 10:57:56 -08:00
Xavier Léauté
c21a82a697
upgrade LZ4 to operate directly on ByteBuffers
2014-12-04 10:57:56 -08:00
Xavier Léauté
0c521e0a77
update joda-time and fix min/max instant
2014-12-04 10:57:56 -08:00
nishantmonu51
269a51964e
fix size calculation
2014-12-04 17:22:24 +05:30
nishantmonu51
4dc0fdba8a
consider mapped size in limit calculation & review comments
2014-12-03 23:47:30 +05:30
Charles Allen
529e7e0272
Merge pull request #927 from metamx/speedup-smile-bytes
...
Improve Smile serde performance by writing binary data as is
2014-12-03 10:02:08 -08:00
Charles Allen
0f5d5840da
Merge pull request #924 from metamx/update-joda-time
...
Update Joda-Time and fix min/max instant overflow
2014-12-03 09:15:39 -08:00
nishantmonu51
da8bd7836b
Introduce buffer size
2014-12-03 16:28:22 +05:30
Xavier Léauté
5fece517fa
write byte data as is in smile
2014-12-03 00:01:01 -08:00
Xavier Léauté
18f50097a9
upgrade LZ4 to operate directly on ByteBuffers
2014-12-02 23:53:56 -08:00
fjy
bc173d14fc
a whole bunch of cleanup and fixes
2014-12-02 17:32:05 -08:00
Xavier Léauté
a79389a9e5
update joda-time and fix min/max instant
2014-12-02 17:27:22 -08:00
nishantmonu51
b65933ffb8
make tests parameterised
2014-12-02 23:55:29 +05:30
nishantmonu51
6dc69c2f30
code cleanups & formatting
2014-12-02 22:44:33 +05:30
nishantmonu51
eac776f1a7
tests passing with on heap incremental index
2014-12-02 22:29:28 +05:30
Xavier Léauté
4eee7e69b9
fix cardinality aggregator caching
2014-11-26 15:00:37 -08:00
xvrl
5bc1be5ba0
Merge pull request #850 from metamx/druid-0.7.x-compressionstrategy
...
Compression strategy changes
2014-11-25 12:58:39 -08:00
Charles Allen
c6043afa32
Removed empty function from CompressionStrategyTest
2014-11-25 12:57:06 -08:00
Charles Allen
6943db5251
Changed branching logic for LZFCompressor to return null only on error, and avoid checking in most circumstances
2014-11-25 12:53:11 -08:00
Charles Allen
9f945c2216
Removed lz4Fast from CompressedObjectStrategy for compression since it is not currently used
2014-11-24 16:11:03 -08:00
Charles Allen
70e3108282
Multiple speed improvements revolving around topN with HLL
...
Change serializer / deserializer for HyperLogLog
* Changed DirectDruidClient's InputStream handling. Is now ~10% faster for data heavy queries, and has lower variance in execution speed.
* Changed HLL Collector's toByteStream() method to be better optimized for small values. Is notably faster for small result quantities which fall into the sparse HLL bucket codepath.
* No change for dense HLL which just uses a direct bytestream of the underlying byte data.
TopNNumericResultBuilder semi-aggressive loop unrolling for metricVals
Benchmark for HLL for sparse packing (small HLL bucket population):
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[0]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 216, GC.time: 0.42, time.total: 15.96, time.warmup: 0.22, time.bench: 15.74
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[1]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 217, GC.time: 0.45, time.total: 13.87, time.warmup: 0.02, time.bench: 13.85
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[2]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 55, GC.time: 0.16, time.total: 4.13, time.warmup: 0.00, time.bench: 4.12
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[3]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 55, GC.time: 0.16, time.total: 4.30, time.warmup: 0.00, time.bench: 4.30
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[4]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 8, GC.time: 0.03, time.total: 1.10, time.warmup: 0.00, time.bench: 1.09
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[5]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 8, GC.time: 0.03, time.total: 0.72, time.warmup: 0.00, time.bench: 0.72
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[6]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 1, GC.time: 0.00, time.total: 0.60, time.warmup: 0.00, time.bench: 0.60
HyperLogLogSerdeBenchmarkTest.benchmarkToByteBuffer[7]: [measured 100000 out of 100100 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 2, GC.time: 0.01, time.total: 0.26, time.warmup: 0.00, time.bench: 0.25
Updates to HyperLogLogCollector toByteBuffer() based on code review
Removed changes from DirectDruidClient from this branch and put it in another branch.
Changed HyperLogLogCollector to have protected getters and setters
Remove unused ByteOrder from HyperLogLogCollector
Copyright header on HyperLogLogSerdeBenchmarkTest
Now with less ass!
Reformat in TopNNumericResultsBuilder. No code change
Removed unused import in HyperLogLogCollector
Replace AppendableByteArrayInputStream in DirectDruidClient
* Replace with SequenceInputStream fueled by an enumeration of ChannelBufferInputStream which directly wrap the response context ChannelBuffer
Modify TopNQueryQueryToolChest to use Arrays instead of Lists
Modify TopNQueryQueryToolChest to use Arrays instead of Lists
Revert accidental changes to DirectDruidClient
They should be in another merge request:
https://github.com/metamx/druid/pull/893
Fixes from code review
* Extracting names from AggregatorFactory classes now done with TopNQueryQueryToolChest.extractFactoryName
* Renamed variable in TopNNumericResultBuilder
2014-11-24 16:02:00 -08:00
fjy
13cae41f6c
Merge branch 'master' into refactor-examples
2014-11-24 11:00:26 -08:00
xvrl
9ced097abd
Merge pull request #895 from metamx/fix-interval-retry
...
A set of fixes to retry the query for missing segments in the timeline
2014-11-24 10:23:02 -08:00
fjy
c88aff6205
remove unneeded constant
2014-11-24 10:20:02 -08:00
fjy
9da66291e1
change naming to common config
2014-11-21 15:36:42 -08:00
Charles Allen
8f80d9e189
Update CompressedObjectStrategy to try-with-resources but print log error if error while closing
2014-11-21 11:35:11 -08:00
Charles Allen
fc9a54ea48
Fix CompressedObjectStrategy LZFCompressor to ignore error on close of ResourceHolder
2014-11-21 10:49:43 -08:00
Charles Allen
f8ce68565b
Modified CompressedObjectStrategy to use 0xFF for Uncompressed
2014-11-21 10:33:53 -08:00
Charles Allen
aa49e56ed6
Merge remote-tracking branch 'origin/master' into druid-0.7.x-compressionstrategy
2014-11-21 10:29:40 -08:00
fjy
ef62bccdec
ignore benchmark
2014-11-20 16:52:19 -08:00
nishantmonu51
e3260aa177
Filtered Aggregator fixes + enhancements
...
- fix NPE on IncrementIndex
- refactor code to support AND, OR filter
- tests for AND & OR filter
- handling for missing column / null values
2014-11-20 15:17:18 -08:00
fjy
47f5c1bd0a
fix retry interval is stupid
2014-11-20 12:50:56 -08:00
fjy
3d9d989a9f
A set of fixes to retry the query for missing intervals in the timeline
2014-11-20 12:04:37 -08:00
nishantmonu51
0ab34f86da
Revert "fix filtered Aggregator"
...
This reverts commit 6fd37ce023
.
2014-11-20 10:17:01 +05:30
nishantmonu51
6fd37ce023
fix filtered Aggregator
...
fix filtered Aggregator
remove unused name parameter for filtered aggregator
add tests
2014-11-20 09:29:26 +05:30
fjy
a49e673122
put back another missing test
2014-11-19 16:55:20 -08:00
fjy
14668846aa
add back some tests
2014-11-19 14:35:26 -08:00
fjy
fdeab0c6af
make Druid case sensitive
2014-11-19 14:27:31 -08:00
Fangjin Yang
590d31799e
Merge pull request #876 from metamx/remove-backwards-compatible
...
Remove backwards compatible
2014-11-19 14:33:14 -07:00
Charles Allen
18f44beee9
CompressedObjectStrategy improvements
...
* Added more unit tests
* Now properly uses safe / fast decompressor for LZ4
* Now chooses fastest lz4 instance instead of only looking at Java implmentations
* Encapsulate ResourceHolder in try-with-resources to make sure they close correctly
2014-11-19 11:10:59 -08:00
Charles Allen
ccc757dc64
Merge remote-tracking branch 'origin/master' into druid-0.7.x-compressionstrategy
2014-11-19 09:39:35 -08:00
Charles Allen
1bbc8fcbe5
Allow Smile to fall back to text
...
* Modify SmileFactory to set the delegate to text option.
* This option only occurs when a Reader type object is passed in to the deserialization stuff
* This is needed by the X-Druid-Response-Context header return value, which is JSON
2014-11-18 15:16:14 -08:00
Charles Allen
42517f5d37
Merge pull request #884 from metamx/optimize-topN-pruning
...
optimise pruning of aggs
2014-11-18 14:19:30 -08:00
xvrl
a96eaeb036
Merge pull request #882 from metamx/now_with_OPEN_SOURCE
...
Added src jar build to maven poms and re-formatted to conform to style guidelines.
2014-11-18 13:00:04 -08:00
nishantmonu51
6023d602e6
optimise pruning of aggs
...
optimise pruning of aggregators for topN
2014-11-19 00:17:25 +05:30
Charles Allen
dc66e1708e
Added src jar build to maven poms and re-formatted to conform to style guidelines.
2014-11-18 09:05:30 -08:00
Xavier Léauté
d914afe1cd
make defaultVersion configurable for non-jar testing
2014-11-17 13:54:32 -08:00
nishantmonu51
0c2d06475d
merge from master
2014-11-17 19:19:18 +05:30
nishantmonu51
cbffe3c648
merge from master and resolve conflicts
2014-11-17 18:07:08 +05:30
fjy
d5c4282766
fix broken ut
2014-11-14 13:45:42 -08:00
xvrl
e1e171ad20
Merge pull request #865 from metamx/fix-retry-qr
...
Fix a couple of bugs with retry query runner after testing it locally
2014-11-14 13:33:51 -08:00
fjy
df1ad95075
remove useless config
2014-11-14 13:32:19 -08:00
fjy
d641d41f9e
address another cr
2014-11-14 13:29:59 -08:00
fjy
7736c3fc27
address cr
2014-11-14 13:28:32 -08:00
Fangjin Yang
6ee8029462
Merge pull request #866 from metamx/mutableBitmapBenchmark
...
Add benchmarking for bitmaps
2014-11-14 14:16:21 -07:00
xvrl
a4fc64ca3f
Merge pull request #856 from metamx/druid-845
...
Fix query by segment
2014-11-14 13:10:54 -08:00
Charles Allen
4b7ab23289
Remove getIntervalString from BySegmentResultValue
2014-11-14 13:03:48 -08:00
fjy
bbc079b880
fix retry to actually return correct sequences
2014-11-14 12:10:04 -08:00
Charles Allen
648759e9f6
Add deserialization benchmark to BitmapCreationBenchmark
2014-11-13 13:43:14 -08:00
Charles Allen
483b2c7be0
Add copyright notice to BitmapCreationBenchmark
2014-11-13 12:55:02 -08:00
Charles Allen
228fb0cf40
Add benchmarking for bitmaps
...
Here are the results on my laptop:
BitmapCreationBenchmark.testRandomAddition[0]: [measured 10 out of 20 rounds, threads: 1 (sequential)]
round: 0.49 [+- 0.07], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 16, GC.time: 0.01, time.total: 9.91, time.warmup: 5.06, time.bench: 4.86
BitmapCreationBenchmark.testLinearAdditionDescending[0]: [measured 1000 out of 1010 rounds, threads: 1 (sequential)]
round: 0.01 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 74, GC.time: 0.03, time.total: 5.82, time.warmup: 0.06, time.bench: 5.76
BitmapCreationBenchmark.testToImmutableByteArray[0]: [measured 1000 out of 1010 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 0, GC.time: 0.00, time.total: 1.80, time.warmup: 0.02, time.bench: 1.78
BitmapCreationBenchmark.testRandomAddition[1]: [measured 10 out of 20 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 0, GC.time: 0.00, time.total: 0.12, time.warmup: 0.08, time.bench: 0.04
BitmapCreationBenchmark.testLinearAdditionDescending[1]: [measured 1000 out of 1010 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 10, GC.time: 0.01, time.total: 4.26, time.warmup: 0.04, time.bench: 4.22
BitmapCreationBenchmark.testToImmutableByteArray[1]: [measured 1000 out of 1010 rounds, threads: 1 (sequential)]
round: 0.01 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 27, GC.time: 0.01, time.total: 5.11, time.warmup: 0.05, time.bench: 5.06
BitmapCreationBenchmark.testLinearAddition[0]: [measured 1000 out of 1010 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 0, GC.time: 0.00, time.total: 3.48, time.warmup: 0.04, time.bench: 3.45
BitmapCreationBenchmark.testLinearAddition[1]: [measured 1000 out of 1010 rounds, threads: 1 (sequential)]
round: 0.00 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00 [+- 0.00], GC.calls: 9, GC.time: 0.00, time.total: 2.95, time.warmup: 0.03, time.bench: 2.92
2014-11-13 12:47:23,995 INFO [main] io.druid.segment.data.BitmapCreationBenchmark - Entry [0] is io.druid.segment.data.ConciseBitmapSerdeFactory
2014-11-13 12:47:23,995 INFO [main] io.druid.segment.data.BitmapCreationBenchmark - Entry [1] is io.druid.segment.data.RoaringBitmapSerdeFactory
2014-11-13 12:48:04 -08:00
fjy
6cdd6a6af7
change default settings for retry
2014-11-13 12:43:30 -08:00
fjy
2b0ed30344
add test
2014-11-13 12:38:35 -08:00
fjy
0d6816a037
Fix a couple of bugs with retry query runner after testing it locally
2014-11-13 11:53:29 -08:00
Fangjin Yang
4a3c0fc5c4
Merge pull request #848 from metamx/druid-0.7.x-fastTopN-rebase
...
TopN performance improvements
2014-11-13 11:56:20 -07:00
Charles Allen
34c3464bc9
Added more explanatory comments in PooledTopNAlgorithm
2014-11-13 10:47:56 -08:00
Charles Allen
9a9238a801
Merge remote-tracking branch 'origin/master' into druid-845
2014-11-13 10:04:56 -08:00
Xavier Léauté
19a37f773f
test for groupBy order
2014-11-12 22:48:16 -08:00
Charles Allen
31fed7d329
Fix query by segment
...
* Changed topN queries to use joda Interval instead of string values
* topN by segment now implements BySegmentResultValue<Result<TopNResultValue>> instead of BySegmentResultValue<TopNResultValue>
* Added a unit test which failed uner the prior implementation.
2014-11-12 21:20:59 -08:00
Xavier Léauté
4ac1aaf90e
Merge remote-tracking branch 'origin/master' into druid-0.7.x
...
Conflicts:
processing/src/main/java/io/druid/segment/QueryableIndexStorageAdapter.java
2014-11-12 14:08:51 -08:00
Fangjin Yang
4b4f1c7d38
Merge pull request #846 from vikramakrishnan/cacheKeyFix
...
Include origin when creating the cacheKey for period Grans
2014-11-12 11:15:21 -07:00
Fangjin Yang
7ef19009db
Merge pull request #834 from metamx/optimize-timestampchecking
...
skip timestamp checking if not required, remove duplicate code
2014-11-12 09:45:34 -07:00
Vikram Ramakrishnan
8151d14786
Include origin when creating the cacheKey for period Grans
2014-11-12 21:36:46 +05:30
Charles Allen
581e6830d5
Merge pull request #840 from metamx/powers-of-2-buffers
...
make buffer size a power of 2 and optimize buffer lookup
2014-11-11 19:54:00 -08:00
Xavier Léauté
60e98c35d7
workaround for annotations requiring class literals
2014-11-11 18:48:49 -08:00
Xavier Léauté
b580269f6d
Distinguish between default and legacy bitmaps
2014-11-11 18:35:45 -08:00
fjy
bc5c56e441
fix default impl
2014-11-11 18:00:46 -08:00
fjy
63ca2375a3
remove dead code and cleanup some defaults
2014-11-11 17:57:24 -08:00
fjy
5629307548
address a few more comments on roaring
2014-11-11 17:50:03 -08:00
Charles Allen
a89b539b4f
Merge pull request #823 from metamx/roaring
...
Configurable bitmap indexes: roaring and concise
2014-11-11 17:26:38 -08:00
Xavier Léauté
007e57f876
make buffer size a power of 2 and optimize
2014-11-11 16:24:37 -08:00
fjy
1cc162727b
address code review
2014-11-11 14:05:37 -08:00
Xavier Léauté
3f5449d40a
loop unrolling provides no benefit for timeseries
2014-11-11 10:58:37 -08:00
Xavier Léauté
e817db8b6c
unroll timeseries aggregations + naming
2014-11-11 10:09:37 -08:00
fjy
e6b7b03b5b
fix conversion
2014-11-10 17:13:28 -08:00
fjy
eb457c280e
revert change
2014-11-10 17:00:53 -08:00
fjy
336c73bdc2
cleanup dead code
2014-11-10 16:53:13 -08:00
fjy
df886fac1b
fix
2014-11-10 16:49:27 -08:00
fjy
d68bc3bdea
cleanup unused imports
2014-11-10 16:15:28 -08:00
Charles Allen
92e71be864
Change TopNQueryRunnerBenchmark to use a ByteBuffer as per OffheapBufferPool
2014-11-10 15:40:54 -08:00
Charles Allen
a093f3728a
Reformat on TopNNumericResultBuilder
2014-11-10 15:26:09 -08:00
Charles Allen
2b0f4534bf
Modify formatting in TopNQueryRunnerBenchmark
2014-11-10 15:17:26 -08:00
Charles Allen
fc78f215c4
Aggressive dimValue unrolling in PooledTopNAlgorithm
2014-11-10 15:14:45 -08:00
fjy
6188315293
Merge branch 'master' into druid-0.7.x
...
Conflicts:
processing/src/test/java/io/druid/query/search/SearchQueryRunnerTest.java
2014-11-10 14:52:10 -08:00
Xavier Léauté
49e878cf1a
unroll multi-value dimensions
2014-11-10 14:21:56 -08:00
fjy
df9be030db
remove more legacy code
2014-11-10 14:09:00 -08:00
Charles Allen
dbb6401fbe
Aggressive unrolling in PooledTopNAlgorithm
2014-11-10 14:04:37 -08:00
fjy
72c355e8ae
remove crazy handler code
2014-11-10 13:58:23 -08:00
fjy
fc34858e95
fix things for real-time ingestion
2014-11-10 13:48:21 -08:00
fjy
c5cc826998
make things actually work with roaring
2014-11-10 13:42:26 -08:00
fjy
358b2add17
make things actually work with roaring
2014-11-10 13:42:06 -08:00
Charles Allen
9ac8589143
Merge remote-tracking branch 'origin/druid-0.7.x-fastTopN-rebase' into druid-0.7.x-fastTopN-rebase
2014-11-10 12:55:08 -08:00
Xavier Léauté
70468400bf
stupid mistake
2014-11-10 12:54:48 -08:00
Charles Allen
bfc9d9f283
Merge remote-tracking branch 'origin/druid-0.7.x-fastTopN-rebase' into druid-0.7.x-fastTopN-rebase
2014-11-10 12:52:36 -08:00
Xavier Léauté
17d32a2561
try to benefit from out of order execution
2014-11-10 12:50:10 -08:00
Charles Allen
5aad149b24
Make some variables in PooledTopNAlgorithm final
2014-11-10 12:19:04 -08:00
nishantmonu51
0ca60e0334
skip timestamp checking, remove duplicate code
...
1) No need compare all timestamps when all the values are within range
2) remove redundant code.
2014-11-10 22:36:07 +05:30
fjy
3c21f62afd
a whole bunch of fixes and some ugly conversion code
2014-11-07 16:03:22 -08:00
Charles Allen
7131cde710
Code reformat in CompressedObjectStrategy
2014-11-07 11:19:32 -08:00
Charles Allen
8bd6cf0d07
Updates to CompressedObjectStrategy to support more compression types
...
* Compression types are not yet dynamically configurable.
* Added a benchmarking system for topN to test the compression
* Updated pom.xml to include junit benchmarking
* added an Uncompressed option
2014-11-07 11:14:46 -08:00
Charles Allen
f5f48c7756
Moved pom version for reals this time
2014-11-07 11:09:57 -08:00
Charles Allen
6af18931e5
Moveed processing/pom version into master pom
2014-11-07 11:08:23 -08:00
Charles Allen
75c79e7562
Added comments in TopNNumericResultBuilder
2014-11-07 11:01:46 -08:00
Charles Allen
b4893b4490
Pre allocate LinkedHashMap in TopNNumericResultBuilder
2014-11-07 10:56:49 -08:00
Charles Allen
bc92de233c
Update dim name comparator in TopNNumericResultBuilder to better handle nulls
2014-11-07 10:54:10 -08:00
Charles Allen
0a562ebd77
Removed CompressedObjectStrategy from this pull request. will submit a new one later
2014-11-07 10:42:28 -08:00
Charles Allen
228614ddb5
Changed TopNNumericResultBuilder imports to not use package.*, but instead pulls all in explicitly
2014-11-07 10:34:28 -08:00
Charles Allen
956bdf80dd
Removed negating comparator in TopNNumericResultBuilder
2014-11-07 10:29:06 -08:00
nishantmonu51
fd8eb7742b
handle union query on realtime node
2014-11-07 23:27:50 +05:30
nishantmonu51
8bebb24fd5
Union Queries move merge to historical
2014-11-07 18:05:16 +05:30
Charles Allen
ee019872f7
TopN performance improvements
...
Re-factor scanAndAggregate in PooledTopN
* Loops are now a little bit tighter when looping over aggregates. This will hopefully assist in loop execution optimization.
* Pre-calculated the aggregate offsets instead of shifting them during runtime.
* Cursor loop could use some TLC, but would require a massive refactoring on how TopN queries are executed.
* Any potential modifications to query workflow need to account for Stream vs Batch data, and that not all data will be array backed that comes in.
Change data storage type in TopNNumericResultBuilder.
* Use PriorityQueue to store
* Checks to see if should even bother adding to Queue before adding.
* Re-orders Queue on build() call.
* Ideally the order would be directly preserved on build(), but this is a close second.
Updates to CompressedObjectStrategy to support more compression types
* Compression types are not yet dynamically configurable.
* Added a benchmarking system for topN to test the compression
* Updated pom.xml to include junit benchmarking
* added an Uncompressed option
2014-11-05 11:10:37 -08:00
fjy
253009d208
initial commit for roaring bitmaps
2014-11-04 17:04:40 -08:00
fjy
3e158f00ef
fix random lowercasing in test
2014-10-30 10:56:39 -07:00
fjy
75da039396
fix search with same value in multiple columns
2014-10-30 10:43:42 -07:00
fjy
41ebdd2bae
Merge branch 'druid-0.7.x' into fix-test
...
Conflicts:
processing/pom.xml
processing/src/main/java/io/druid/segment/IndexMerger.java
processing/src/main/java/io/druid/segment/MetricHolder.java
processing/src/main/java/io/druid/segment/data/CompressedObjectStrategy.java
processing/src/test/java/io/druid/query/groupby/GroupByQueryRunnerTest.java
processing/src/test/java/io/druid/segment/SchemalessTestFull.java
server/src/test/java/io/druid/client/CachingClusteredClientTest.java
services/src/main/java/io/druid/cli/CliHistorical.java
2014-10-24 11:07:52 -07:00
fjy
bef74104d9
merge with 0.7.x and resolve any conflicts
2014-10-23 17:24:06 -07:00
fjy
f790a05bd7
Merge branch 'master' into fix-test
...
Conflicts:
pom.xml
2014-10-23 14:39:51 -07:00
fjy
1b3921faad
fix for long columns
2014-10-23 14:33:25 -07:00
fjy
3b29e77866
[maven-release-plugin] prepare for next development iteration
2014-10-22 16:25:32 -07:00
fjy
dcab2997f2
[maven-release-plugin] prepare release druid-0.6.160
2014-10-22 16:25:27 -07:00
fjy
94da2b6ad3
more logging for potential NPE because of segment unmapping
2014-10-22 16:16:10 -07:00
Xavier Léauté
4ec1e6ef13
simplify code a bit
2014-10-22 14:25:59 -07:00
nishantmonu51
0785baf54c
review comments
2014-10-22 21:28:31 +05:30
nishantmonu51
6cb6ec39cf
add support for not filter and add test
2014-10-22 10:25:24 +05:30
Xavier Léauté
e24a6d222f
we even have tests now
2014-10-21 17:46:24 -07:00
Xavier Léauté
23a6ab19b0
cleanup and add missing methods
2014-10-21 17:00:39 -07:00
nishantmonu51
56912adccb
avoid typecasts
2014-10-21 16:47:50 -07:00
nishantmonu51
10db94101f
skip value lookup
...
compare ids instead of values
2014-10-21 16:47:49 -07:00
Xavier Léauté
71831e49d9
rudimentary filtered aggregator
2014-10-21 16:47:49 -07:00
fjy
bb90432862
Updated druid-api version to always sort dimension names, these tests needed fixing
2014-10-15 12:27:21 -04:00
Xavier Léauté
5b194ee5fe
fix groupBy ordering casing bug
2014-10-15 12:16:17 -04:00
nishantmonu51
bce388fb27
merge changes from 0.7.x branch
2014-10-14 18:46:02 +05:30
fjy
a4c8f04409
[maven-release-plugin] prepare for next development iteration
2014-10-13 12:50:45 -07:00
fjy
7fd1747ffa
[maven-release-plugin] prepare release druid-0.6.159
2014-10-13 12:50:41 -07:00
nishantmonu51
454acd3f5a
remove backwards compatible code
...
1) remove backwards compatible and deprecated code
2) make hashed partitions spec default
2014-10-13 19:30:44 +05:30
Xavier Léauté
592611f2ee
fix cardinality aggregator serde
2014-10-09 17:06:29 -07:00
fjy
d0fbd5f729
[maven-release-plugin] prepare for next development iteration
2014-10-09 14:24:53 -07:00
fjy
dada60a301
[maven-release-plugin] prepare release druid-0.6.158
2014-10-09 14:24:48 -07:00
Xavier Léauté
290107ce7b
remove unused jsonspec content type
2014-10-09 10:26:47 -07:00
fjy
8a4b32c482
[maven-release-plugin] prepare for next development iteration
2014-10-07 14:30:26 -07:00
fjy
96e29c2fdd
[maven-release-plugin] prepare release druid-0.6.157
2014-10-07 14:30:20 -07:00
Xavier Léauté
30183d3b4d
update druid-api for json parsing improvements
2014-10-07 13:25:02 -07:00
fjy
fde510bbfc
Merge pull request #779 from metamx/fix-histo
...
Fix groupBy with histograms
2014-10-07 11:53:24 -06:00
fjy
d4217f1588
Merge pull request #777 from metamx/initialized-endpoint
...
Historical endpoints accessible while loading + new loadstatus endpoint
2014-10-06 17:35:58 -06:00
fjy
c7b4d5b7b4
Merge branch 'master' into druid-0.7.x
...
Conflicts:
processing/src/test/java/io/druid/segment/filter/SpatialFilterTest.java
2014-10-02 18:12:10 -07:00
fjy
816986f914
cleanup according to cr
2014-10-02 17:51:33 -07:00
fjy
1a67d6cb2e
some tests for broken approx histo
2014-10-01 15:10:23 -07:00
nishantmonu51
09c41afb5b
license header
2014-10-01 17:52:57 +05:30
nishantmonu51
ad75a21040
separate offheapIncrementalIndex implementation
2014-10-01 13:58:51 +05:30
fjy
267e861162
fix search
2014-09-30 13:36:55 -07:00
fjy
0f96a09939
use multi-val dims for metrics
2014-09-30 13:36:01 -07:00
nishantmonu51
358ff915bb
fix merge conflicts
2014-09-30 22:19:18 +05:30
nishantmonu51
63fcd11864
fix compilation
2014-09-30 22:12:06 +05:30
nishantmonu51
2789536bed
merge changes from druid-0.7.x
2014-09-30 22:05:49 +05:30
nishantmonu51
7ba914d379
review comments
2014-09-30 18:26:43 +05:30
nishantmonu51
61c7fd2e6e
make ingestOffheap tuneable
2014-09-30 15:30:02 +05:30
Gian Merlino
a3a2c8b86f
Merge pull request #765 from metamx/fix-spatial
...
fix spatial indexing with multiple spatial dims
2014-09-29 17:23:29 -07:00
fjy
e1c1e8997a
address cr
2014-09-29 17:22:58 -07:00
fjy
b57ac513bd
Fixes #761
2014-09-29 14:56:43 -07:00
fjy
2b5ce89554
fix spatial indexing with multi spatial dims
2014-09-29 12:07:27 -07:00
nishantmonu51
3f66d3c167
review comments + mapdb deadlock fix
2014-09-29 21:49:12 +05:30
nishantmonu51
adb4a65e0a
Merge branch 'offheap-incremental-index' into mapdb-branch
2014-09-29 12:38:31 +05:30
fjy
eaf0a48b92
Merge branch 'master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
processing/src/main/java/io/druid/guice/PropertiesModule.java
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
services/pom.xml
2014-09-26 11:39:24 -07:00
Xavier Léauté
77c9afe92f
try to make javadoc happy
2014-09-23 18:53:29 -07:00
Xavier Léauté
7cfe86b7bc
[maven-release-plugin] prepare for next development iteration
2014-09-23 16:31:25 -07:00
Xavier Léauté
80166314d9
[maven-release-plugin] prepare release druid-0.6.156
2014-09-23 16:31:21 -07:00
fjy
4235e14fc6
[maven-release-plugin] prepare for next development iteration
2014-09-23 16:12:43 -07:00
fjy
576e9b8a84
[maven-release-plugin] prepare release druid-0.6.155
2014-09-23 16:12:39 -07:00
fjy
0187c7f1c3
Merge pull request #748 from metamx/fix-columnschema-access
...
fix column selector on varying incr index schema
2014-09-23 11:25:46 -06:00
fjy
01bb7de3aa
Merge pull request #756 from metamx/dimdim-comments
...
add some comments about string interning
2014-09-23 11:24:11 -06:00
nishantmonu51
f51ab84386
merge changes from druid-0.7.x
2014-09-22 23:48:45 +05:30
nishantmonu51
443e5788fb
make OffheapIncrementalIndex tuneable
2014-09-22 19:26:10 +05:30
nishantmonu51
59aa8dc368
Merge branch 'offheap-incremental-index' into mapdb-branch
2014-09-19 23:09:35 +05:30
nishantmonu51
8c16377e9e
add custom serializer
...
add custom serializers
2014-09-19 23:09:31 +05:30
nishantmonu51
8eb6466487
revert buffer size and add back rowFlushBoundary
2014-09-19 23:06:04 +05:30
Xavier Léauté
e5a13544a0
fix column selector on varying incr index schema
2014-09-17 10:36:05 -07:00
fjy
a17794a516
[maven-release-plugin] prepare for next development iteration
2014-09-16 15:22:55 -07:00
fjy
f9c91ace3f
[maven-release-plugin] prepare release druid-0.6.154
2014-09-16 15:22:49 -07:00
fjy
cada14586a
fix tests
2014-09-16 14:16:49 -07:00
fjy
8b5c2fcd82
fix compile error
2014-09-16 14:10:02 -07:00
xvrl
ff3163516f
Merge pull request #744 from metamx/fix-select
...
fix select for non existant dimensions and metrics
2014-09-16 14:03:51 -07:00
fjy
9e0a2fd487
fix select for non existant dimensions and metrics
2014-09-16 14:01:21 -07:00
Xavier Léauté
0c35fe2cf4
properly close reader
2014-09-15 13:00:06 -07:00
Xavier Léauté
c8b8e3f6e9
negating compare is bad
2014-09-15 13:00:06 -07:00
Xavier Léauté
137ad50bf1
classes that should be static
2014-09-15 13:00:06 -07:00
Xavier Léauté
e57e2d97ba
make constants final
2014-09-15 12:53:40 -07:00
Xavier Léauté
d4795ce927
fix missing charsets
2014-09-15 12:53:40 -07:00
Xavier Léauté
cfa92e8217
fix incorrect nullable annotations
2014-09-15 12:13:52 -07:00
fjy
257fb3f18e
fix retry logic
2014-09-12 15:47:41 -07:00
nishantmonu51
19bc77134a
use hash map and in memory sort during index generation
...
use hash map and in memory sort during index generation
2014-09-12 23:39:02 +05:30
nishantmonu51
b94c5f0bd6
use putIfAbsent instead of get and put
...
use putIfAbsent instead of get and put. reduce no. of calls to mapdb
decreases latency.
2014-09-12 22:32:40 +05:30
fjy
469ccbbe5e
Merge branch 'master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
processing/src/main/java/io/druid/query/FinalizeResultsQueryRunner.java
processing/src/main/java/io/druid/query/UnionQueryRunner.java
processing/src/main/java/io/druid/query/groupby/GroupByQueryRunnerFactory.java
processing/src/main/java/io/druid/query/topn/TopNQueryEngine.java
processing/src/main/java/io/druid/query/topn/TopNQueryRunnerFactory.java
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
server/src/test/java/io/druid/server/initialization/JettyTest.java
services/pom.xml
2014-09-11 16:20:50 -07:00
fjy
e0c167753e
Merge branch 'offheap-incremental-index' into mapdb-branch
2014-09-11 11:03:01 -07:00
nishantmonu51
c39eaf870b
TimeAndDims optimise to store indexes
2014-09-11 16:13:37 +05:30
Xavier Léauté
32e256a842
[maven-release-plugin] prepare for next development iteration
2014-09-10 17:24:15 -07:00
Xavier Léauté
f7dc13d240
[maven-release-plugin] prepare release druid-0.6.153
2014-09-10 17:24:11 -07:00
fjy
fec7b43fcb
make making v9 segments something completely configurable
2014-09-10 15:28:30 -07:00
nishantmonu51
2e3be39048
Merge branch 'offheap-incremental-index' into mapdb-branch
2014-09-10 11:06:54 +05:30
fjy
351afb8be7
allow legacy index generator
2014-09-09 17:04:35 -07:00
nishantmonu51
2b3ad4d742
append a random UUID to map name
...
avoid collision with dimension name
2014-09-09 23:20:19 +05:30
nishantmonu51
e7a5a01f7b
cache size locally
2014-09-09 16:02:50 +05:30
nishantmonu51
178f002f05
indexing working with mapdb
2014-09-09 15:59:33 +05:30
Xavier Léauté
22553b0b28
[maven-release-plugin] prepare for next development iteration
2014-09-05 11:07:22 -07:00
Xavier Léauté
570a7a07bf
[maven-release-plugin] prepare release druid-0.6.152
2014-09-05 11:07:14 -07:00
Xavier Léauté
c255bd76a9
add a test for the previous fix
2014-09-05 11:03:35 -07:00
Xavier Léauté
5dd23b19c3
fix interval start before end in TimewarpOperator
2014-09-05 10:55:45 -07:00
fjy
e24be03a38
[maven-release-plugin] prepare for next development iteration
2014-09-04 14:10:13 -07:00
fjy
a933ea1866
[maven-release-plugin] prepare release druid-0.6.151
2014-09-04 14:10:09 -07:00
xvrl
c4c54f7bc9
Merge pull request #721 from metamx/fix-union-query
...
fix Union Query result merging
2014-09-04 12:20:19 -07:00
nishantmonu51
0dec5826ed
remove unused imports
2014-09-05 00:07:42 +05:30
nishantmonu51
90632ecf3a
review comment - have separate methods
2014-09-05 00:03:36 +05:30
fjy
f473e62f1f
Merge pull request #714 from metamx/cleanup-javadocs
...
Cleanup javadocs
2014-09-04 12:28:10 -06:00
nishantmonu51
2772a78b3b
review comments - move merging to tool chest
2014-09-04 11:31:04 +05:30
nishantmonu51
268a42bd79
fix Union Query result merging
2014-09-03 16:38:02 +05:30
nishantmonu51
c056960082
fix nested group by with hyperuniques
2014-09-01 10:50:09 +05:30
Xavier Léauté
75134335de
fix last merge from master not being forward-compatible
2014-08-30 22:45:36 -07:00
Xavier Léauté
508e982190
Merge remote-tracking branch 'origin/master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/config/historical/runtime.properties
examples/config/overlord/runtime.properties
examples/config/realtime/runtime.properties
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
server/src/main/java/io/druid/server/ClientQuerySegmentWalker.java
services/pom.xml
2014-08-30 22:42:36 -07:00
Gian Merlino
96d7b18163
[maven-release-plugin] prepare for next development iteration
2014-08-29 15:29:58 -07:00
Gian Merlino
860cf36ab1
[maven-release-plugin] prepare release druid-0.6.150
2014-08-29 15:29:54 -07:00
xvrl
068a5fe2aa
Merge pull request #715 from metamx/aggregator-factory-equals-hashcode
...
AggregatorFactory equals() and hashCode() methods.
2014-08-29 15:22:00 -07:00
Gian Merlino
879e615314
AggregatorFactory equals() and hashCode() methods.
2014-08-29 15:02:04 -07:00
Xavier Léauté
58ab759fc6
remove unused imports
2014-08-29 14:03:47 -07:00
Xavier Léauté
ac05836833
make Java 8 javadoc happy
2014-08-29 13:58:50 -07:00
Xavier Léauté
daca178631
[maven-release-plugin] prepare for next development iteration
2014-08-29 10:43:19 -07:00
Xavier Léauté
0793a5aee6
[maven-release-plugin] prepare release druid-0.6.149
2014-08-29 10:43:15 -07:00
Xavier Léauté
674e7b0447
add tests for timeboundary timewarp
2014-08-28 17:59:56 -07:00
Xavier Léauté
743a9bfdac
fix offset and nulls
2014-08-28 17:35:26 -07:00
Xavier Léauté
9f742a87a6
fix timewarp with different bounds
2014-08-28 17:15:45 -07:00
Xavier Léauté
b0b39d6ec0
fix maxTime caching for individual bounds
2014-08-28 17:14:25 -07:00
Xavier Léauté
1d6842c7f0
[maven-release-plugin] prepare for next development iteration
2014-08-27 12:22:53 -07:00
Xavier Léauté
575951f99a
[maven-release-plugin] prepare release druid-0.6.148
2014-08-27 12:22:49 -07:00
Gian Merlino
661e467d71
Fix groupBy/timeseries test, follow up to #705 .
2014-08-26 22:36:08 -07:00
Xavier Léauté
d15cd8fde7
add some comments about string interning
2014-08-26 21:33:38 -07:00
Gian Merlino
0eea1dc08d
Test for desired timeseries zero-filling behavior.
2014-08-26 18:52:08 -07:00
Gian Merlino
da48a713ae
Fix overzealous timeseries zero-filling.
...
When the index's maxTime is not aligned with the query granularity, gran.next
can cause an time extra bucket to get zero-filled. Truncating first prevents
that.
2014-08-26 18:52:08 -07:00
Gian Merlino
28e3191503
Merge pull request #699 from metamx/postprocessing-operators
...
query post-processing operators
2014-08-26 17:23:37 -07:00
Xavier Léauté
e39b6975fa
rename t to now
2014-08-26 17:16:09 -07:00
Xavier Léauté
a1c8b23ba7
fix duration granularity with non-zero origin
2014-08-26 11:47:07 -07:00
Xavier Léauté
7537cf4fb1
fix compound period granularity for exact periods
2014-08-26 10:34:08 -07:00
Xavier Léauté
eb7dd6dc74
add documentation and tests
2014-08-26 09:53:46 -07:00
Xavier Léauté
b52869ff28
default to noop
2014-08-25 17:17:35 -07:00
Xavier Léauté
047f793cb7
query post-processing operators
...
- Allows post-processing of query results
- Example timewarp post-processing operator
2014-08-25 16:55:46 -07:00
Xavier Léauté
3261fd879a
fix groupBy deserialization
2014-08-22 13:43:56 -07:00
Xavier Léauté
72eb64a40c
fix HLL equals when comparing sparse and dense
2014-08-22 13:42:46 -07:00
fjy
00f7077f50
[maven-release-plugin] prepare for next development iteration
2014-08-22 08:28:56 -07:00
fjy
df488563e4
[maven-release-plugin] prepare release druid-0.6.147
2014-08-22 08:28:51 -07:00
fjy
172d0b6291
fix cache bug with group by query and uniques
2014-08-22 08:26:06 -07:00
fjy
197c80a694
fix logging
2014-08-21 13:40:55 -07:00
fjy
64ff5f0880
add back broken synch
2014-08-21 13:20:23 -07:00
fjy
e5d1c390fa
add extra logging
2014-08-21 13:17:29 -07:00
fjy
df48b48e35
[maven-release-plugin] prepare for next development iteration
2014-08-21 12:50:33 -07:00
fjy
4f0b994037
[maven-release-plugin] prepare release druid-0.6.146
2014-08-21 12:50:30 -07:00
nishantmonu51
c216eb7340
remove ThreadSafeAggregator
2014-08-21 23:56:07 +05:30
nishantmonu51
67f4bbae74
fixes from review comments
...
fix sync of aggs,
fix NPE in sink.isFull,
RealtimeTuningConfig lower the bufferSize to 256m
2014-08-21 09:24:14 +05:30
Xavier Léauté
8933685884
log allocation of conversionBuf
2014-08-20 12:41:47 -07:00
fjy
fd09b1b5f1
cleanup things according to cr
2014-08-20 09:49:21 -07:00
nishantmonu51
33354cf7fe
replace maxRowsInMemory with BufferSize
2014-08-20 20:59:44 +05:30
nishantmonu51
e525562767
review comments - cleanup ColumnSelectorFactory
2014-08-20 15:04:43 +05:30
nishantmonu51
60906c3244
Revert "make valueType configurable"
...
This reverts commit 6f60a3f604
.
2014-08-20 11:55:26 +05:30
nishantmonu51
0c77f549ff
Revert "return correct valueType"
...
This reverts commit 0b42ca4c75
.
2014-08-20 11:54:20 +05:30
fjy
88a904e0b3
address cr about progress ind
2014-08-19 12:59:01 -07:00
fjy
0facb4202d
cleanup
2014-08-18 17:22:44 -07:00
fjy
3933af79a0
fix small bug
2014-08-18 17:13:06 -07:00
nishantmonu51
4dd01d4eae
review comments
2014-08-18 19:34:56 +05:30
fjy
51988be776
[maven-release-plugin] prepare for next development iteration
2014-08-14 14:59:00 -07:00
fjy
2830028092
[maven-release-plugin] prepare release druid-0.6.145
2014-08-14 14:58:57 -07:00
fjy
8fabc541f0
Merge branch 'druid-0.7.x' into offheap-incremental-index
2014-08-14 11:39:44 -07:00
Xavier Léauté
603152eb18
fix compilation with Java 8
2014-08-14 11:37:47 -07:00
fjy
18d3acd3a8
fix all manners of brokenness from nulls and empty strings
2014-08-14 11:11:57 -07:00
nishantmonu51
0b42ca4c75
return correct valueType
2014-08-13 18:34:00 +05:30
nishantmonu51
6f60a3f604
make valueType configurable
2014-08-13 14:37:57 +05:30
nishantmonu51
03d7ec04be
make tests pass
2014-08-13 10:55:20 +05:30
nishantmonu51
1b0a72751b
Add support for LongColumn
2014-08-13 08:52:36 +05:30
fjy
1adec23126
some better null handling for MV
2014-08-12 16:40:02 -07:00
Xavier Léauté
b448deeca0
fix compilation with Java 8
2014-08-12 14:02:08 -07:00
Xavier Léauté
161c2f0fff
Merge branch 'master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/config/historical/runtime.properties
examples/config/overlord/runtime.properties
examples/config/realtime/runtime.properties
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
services/pom.xml
2014-08-12 14:00:21 -07:00
fjy
4e3f4fbc22
[maven-release-plugin] prepare for next development iteration
2014-08-12 13:24:55 -07:00
fjy
f3aafc246c
[maven-release-plugin] prepare release druid-0.6.144
2014-08-12 13:24:50 -07:00
fjy
d4014c6a4e
Merge pull request #675 from metamx/slimmer-column-cache
...
reduce object count overhead of column cache
2014-08-12 14:16:33 -06:00
fjy
578e0b4fb6
add more logging for groupby caching
2014-08-12 12:35:39 -07:00
nishantmonu51
f36d030ef2
fix NPE while indexing
2014-08-13 00:54:31 +05:30
nishantmonu51
c6712739dc
merge changes from druid-0.7.x
2014-08-12 15:47:42 +05:30
Xavier Léauté
a1bcff49c5
disable column cache by default
2014-08-11 18:10:33 -07:00
Xavier Léauté
69f4c2677f
formatting
2014-08-11 18:10:19 -07:00
Xavier Léauté
da399724eb
add approximate object overhead
2014-08-11 17:07:10 -07:00
Xavier Léauté
aecf4491be
reduce object count overhead of column cache
2014-08-11 15:25:14 -07:00
fjy
b740987381
Merge pull request #616 from metamx/jisoo
...
add retry feature on broker side; modify QueryRunner inferface and tests
2014-08-11 15:36:16 -06:00
fjy
2ecd55bae5
Merge branch 'druid-0.7.x' into new-init
...
Conflicts:
examples/config/historical/runtime.properties
examples/config/overlord/runtime.properties
examples/config/realtime/runtime.properties
2014-08-11 12:47:38 -07:00
fjy
70b86c5551
Merge branch 'master' into druid-0.7.x
...
Conflicts:
cassandra-storage/pom.xml
common/pom.xml
examples/pom.xml
hdfs-storage/pom.xml
histogram/pom.xml
indexing-hadoop/pom.xml
indexing-service/pom.xml
kafka-eight/pom.xml
kafka-seven/pom.xml
pom.xml
processing/pom.xml
rabbitmq/pom.xml
s3-extensions/pom.xml
server/pom.xml
services/pom.xml
2014-08-11 12:35:47 -07:00
fjy
0cff63c7c6
[maven-release-plugin] prepare for next development iteration
2014-08-09 19:36:11 -07:00
fjy
724562b181
[maven-release-plugin] prepare release druid-0.6.143
2014-08-09 19:36:05 -07:00
fjy
d58ae945a4
[maven-release-plugin] prepare for next development iteration
2014-08-08 16:22:38 -07:00
fjy
d240479133
[maven-release-plugin] prepare release druid-0.6.142
2014-08-08 16:22:34 -07:00
fjy
8998700760
prepare for next release
2014-08-08 16:19:45 -07:00
fjy
199f2b1683
[maven-release-plugin] prepare for next development iteration
2014-08-08 15:53:53 -07:00
fjy
29a077d893
[maven-release-plugin] prepare release druid-0.6.141
2014-08-08 15:53:49 -07:00
fjy
958792db5c
[maven-release-plugin] prepare for next development iteration
2014-08-08 15:16:38 -07:00
fjy
4482e1b7d8
[maven-release-plugin] prepare release druid-0.6.140
2014-08-08 15:16:34 -07:00
Xavier Léauté
d198959c60
fix test harness
2014-08-08 14:05:10 -07:00
fjy
ddcea18631
fix dependencies
2014-08-08 14:02:14 -07:00
fjy
c860de43cf
fix dependencies
2014-08-08 13:46:25 -07:00
fjy
ab5c529ad6
Merge branch 'druid-0.7.x' into new-init
2014-08-08 13:45:37 -07:00
fjy
4af6a05378
Merge pull request #632 from metamx/lz4-compression
...
Change default column compression from LZF to LZ4
2014-08-08 14:24:00 -06:00
fjy
f3970bb1d8
Merge branch 'master' into new-init
...
Conflicts:
examples/config/historical/runtime.properties
examples/config/overlord/runtime.properties
examples/config/realtime/runtime.properties
2014-08-08 12:44:29 -07:00
fjy
74646f18f4
[maven-release-plugin] prepare for next development iteration
2014-08-08 11:40:52 -07:00
fjy
78c7140b52
[maven-release-plugin] prepare release druid-0.6.139
2014-08-08 11:40:46 -07:00
Gian Merlino
889c85c64f
Fix OrderByColumnSpec cacheKey.
2014-08-07 06:53:34 -07:00
Xavier Léauté
6fa611c262
refactor FixedSizeCompressedObjectStrategy
2014-08-06 16:13:39 -07:00
Xavier Léauté
991e1828b0
make LZ4 the default compression strategy
...
- LZ4 is now hardwired to be the default strategy
- Rework tests to test all available compression strategies
2014-08-06 15:50:07 -07:00
fjy
7624bb5ea3
Merge branch 'master' into new-init
...
Conflicts:
examples/config/historical/runtime.properties
examples/config/overlord/runtime.properties
examples/config/realtime/runtime.properties
processing/src/main/java/io/druid/guice/PropertiesModule.java
server/src/main/java/io/druid/initialization/Initialization.java
2014-08-06 15:47:22 -07:00
fjy
9f4dd7b33e
[maven-release-plugin] prepare for next development iteration
2014-08-06 13:34:04 -07:00
fjy
aa5cb91618
[maven-release-plugin] prepare release druid-0.6.138
2014-08-06 13:33:59 -07:00
fjy
4d4c6b891e
address cr
2014-08-05 15:58:42 -07:00
fjy
d73492bf0f
add missing final
2014-08-05 15:51:56 -07:00
fjy
8097e04938
fix naming
2014-08-05 15:48:30 -07:00
fjy
3a78960e65
Fix how metrics are emitted from servermanager
2014-08-05 15:47:30 -07:00
fjy
66225d698f
fix stupidness with spatial indexing
2014-08-05 15:07:56 -07:00
jisookim0513
6f58cd1156
fix merge conflcts; change test files
2014-08-04 17:45:56 -07:00
fjy
65b8278add
[maven-release-plugin] prepare for next development iteration
2014-08-01 10:14:34 -07:00
fjy
0ecbef6c5d
[maven-release-plugin] prepare release druid-0.6.137
2014-08-01 10:14:30 -07:00
fjy
37f3cb38db
fix to string error
2014-07-31 17:23:56 -07:00
fjy
bf8c24f88d
[maven-release-plugin] prepare for next development iteration
2014-07-31 14:08:38 -07:00
fjy
66020fc2b6
[maven-release-plugin] prepare release druid-0.6.136
2014-07-31 14:08:34 -07:00
nishantmonu51
32b9290723
fix compilation
2014-07-31 16:20:58 +05:30
nishantmonu51
637bd35785
merge changes from druid-0.7.x
2014-07-31 16:07:22 +05:30
fjy
a8c8e4cb51
[maven-release-plugin] prepare for next development iteration
2014-07-29 22:03:14 -07:00
fjy
25eda62a0c
[maven-release-plugin] prepare release druid-0.6.135
2014-07-29 22:03:09 -07:00
fjy
0c898c58d1
[maven-release-plugin] prepare for next development iteration
2014-07-29 18:01:06 -07:00
fjy
c8244d05d1
[maven-release-plugin] prepare release druid-0.6.134
2014-07-29 18:01:02 -07:00
fjy
f7319620c4
[maven-release-plugin] prepare for next development iteration
2014-07-29 17:40:56 -07:00
fjy
540a146eaa
[maven-release-plugin] prepare release druid-0.6.133
2014-07-29 17:40:52 -07:00
fjy
b5ecf000ad
[maven-release-plugin] prepare for next development iteration
2014-07-29 16:20:14 -07:00
fjy
877bd98667
[maven-release-plugin] prepare release druid-0.6.132
2014-07-29 16:20:10 -07:00
fjy
e1d87ed5ea
[maven-release-plugin] prepare for next development iteration
2014-07-29 14:13:41 -07:00
fjy
c46965c52c
[maven-release-plugin] prepare release druid-0.6.131
2014-07-29 14:13:37 -07:00
xvrl
d21e377a20
Merge pull request #651 from metamx/rewrite-async
...
rewrite router async logic
2014-07-29 13:56:01 -07:00
fjy
2ad1bd3f44
add back metrics
2014-07-29 10:22:55 -07:00
Xavier Léauté
df7a39a682
fix index out of bounds
2014-07-28 09:59:21 -07:00
fjy
45e443bedb
a few slight tweaks and bumping up curator version
2014-07-25 16:07:40 -07:00
fjy
1de0f89718
[maven-release-plugin] prepare for next development iteration
2014-07-18 11:55:50 -07:00
fjy
39bff5c1c2
[maven-release-plugin] prepare release druid-0.6.130
2014-07-18 11:55:46 -07:00
fjy
9e303527f2
[maven-release-plugin] prepare for next development iteration
2014-07-18 11:17:56 -07:00
fjy
ea04022772
[maven-release-plugin] prepare release druid-0.6.129
2014-07-18 11:17:52 -07:00
fjy
8ef380b3f9
Merge pull request #638 from metamx/rejigger-cache
...
Rejiggering the cache
2014-07-17 15:19:23 -06:00
fjy
bc650a1c80
Merge pull request #627 from metamx/druid-firehose
...
Functionality to ingest a Druid segment and change the schema
2014-07-17 13:41:16 -06:00
nishantmonu51
e59c9ebdbc
minor fixes
...
fix IndexOutOfBoundsException
fix ingestFirehose
2014-07-17 17:24:57 +05:30
fjy
b70a6b1061
address code review comments
2014-07-16 13:52:06 -07:00
fjy
2f90bfcf9a
rejiggering the cache for groupBy and select
2014-07-15 12:12:33 -07:00
nishantmonu51
f5f05e3a9b
Sync changes from branch new-ingestion PR #599
...
Sync and Resolve Conflicts
2014-07-11 16:15:10 +05:30
jisookim0513
c4397bd65a
fixed merge conflicts
2014-07-07 11:26:11 -07:00
Xavier Léauté
c40a315c81
initial support for LZ4 compression
2014-07-07 11:01:08 -07:00
fjy
d37527ca79
make histos work with groupby maybe
2014-07-01 16:46:58 -07:00
fjy
92bc340099
Merge branch 'master' into more-tests
2014-06-30 18:40:00 -07:00
fjy
afa73a2d3a
fix one of the TODOs and add test case
2014-06-30 17:29:19 -07:00
Xavier Léauté
1499ee6458
add toString method for JavascriptDimExtractionFn
2014-06-25 10:47:57 -06:00
jisookim0513
cc8a4d0847
revert changes to RetryQueryRunnerConfig
2014-06-20 13:49:33 -07:00
jisookim0513
5e7dfaf298
change retry tests
2014-06-20 13:45:04 -07:00
jisookim0513
3418291333
add a test for retrying multiple times
2014-06-20 13:15:46 -07:00
jisookim0513
1cb3fc250e
change missigSegments to a static variable
2014-06-19 18:29:00 -07:00
jisookim0513
0244172ccb
change missigSegments to a static variable
2014-06-19 18:22:36 -07:00
jisookim0513
4e2b5b743f
add more unit tests
2014-06-19 18:18:58 -07:00
jisookim0513
bdb35e2d7e
fix retry logic and change the default value of retry to 0
2014-06-19 17:50:50 -07:00
Xavier Léauté
0602a45200
add column config test (disabled by default)
2014-06-19 14:48:51 -07:00
fjy
4c40e71e54
address cr
2014-06-19 14:48:46 -07:00
fjy
a870fe5cbe
inject column config
2014-06-19 14:47:57 -07:00
jisookim0513
ff980091c5
delete an unused flag in IncrementalIndexSegment
2014-06-19 14:43:58 -07:00
Xavier Léauté
c2e2391e3a
fix thread local initial value
2014-06-19 14:43:03 -07:00
Xavier Léauté
09346b0a3c
make column cache configurable
2014-06-19 14:43:03 -07:00
Xavier Léauté
8840af5977
make GenericIndexed release cache resources on close
2014-06-19 14:42:08 -07:00
jisookim0513
c4048d06dd
delete an unused flag in QueryableIndexSegment
2014-06-19 14:42:04 -07:00
jisookim0513
35e080bbc1
fix concurrency issue with the map; introduce new exception; add incomplete retry query runner test
2014-06-19 14:14:54 -07:00
Xavier Léauté
be25d67894
add comments
2014-06-19 14:12:40 -07:00
Xavier Léauté
618afd9976
optimize single value lookup
2014-06-19 14:12:39 -07:00
Xavier Léauté
7a351dfde3
optimize lookups by caching bytebuffer copy
2014-06-19 14:12:39 -07:00
Xavier Léauté
be92c322e3
make ObjectStrategy cacheable
2014-06-19 14:12:39 -07:00
jisookim0513
8515a11787
change the signature of run()
2014-06-18 18:05:09 -07:00
jisookim0513
f4b1dc032b
change the way to use RetryQueryRunnerConfig
2014-06-18 17:15:04 -07:00
jisookim0513
00856f0fec
add retry feature on broker side; modify QueryRunner inferface and tests
2014-06-18 16:55:33 -07:00
fjy
0bc1915067
Merge pull request #578 from metamx/new-guava
...
Update guava, java-util, and druid-api
2014-06-18 14:23:32 -06:00
Gian Merlino
7c7d170e78
[maven-release-plugin] prepare for next development iteration
2014-06-18 10:53:40 -07:00
Gian Merlino
a52a1d3929
[maven-release-plugin] prepare release druid-0.6.128
2014-06-18 10:53:36 -07:00
Gian Merlino
9532beb05c
[maven-release-plugin] prepare for next development iteration
2014-06-17 17:29:31 -07:00
Gian Merlino
e3dcbde07d
[maven-release-plugin] prepare release druid-0.6.127
2014-06-17 17:29:27 -07:00
Gian Merlino
a658afe902
[maven-release-plugin] prepare for next development iteration
2014-06-17 13:01:01 -07:00
Gian Merlino
4e875b8084
[maven-release-plugin] prepare release druid-0.6.126
2014-06-17 13:00:54 -07:00
Xavier Léauté
9b03f5b13a
fix timeout test race condition
2014-06-17 09:00:07 -07:00
Gian Merlino
964f12b7d6
[maven-release-plugin] prepare for next development iteration
2014-06-16 16:56:44 -07:00
Gian Merlino
4e184e3793
[maven-release-plugin] prepare release druid-0.6.125
2014-06-16 16:56:37 -07:00
Gian Merlino
3db07d2a55
Make TimeBoundaryQuery buildResult no longer static.
2014-06-16 16:54:31 -07:00
Gian Merlino
ef7e786b96
[maven-release-plugin] prepare for next development iteration
2014-06-16 16:38:08 -07:00
Gian Merlino
96be9faec7
[maven-release-plugin] prepare release druid-0.6.124
2014-06-16 16:37:59 -07:00
fjy
ce61e60ee8
all manners of new tests
2014-06-16 16:19:26 -07:00
fjy
c2149f8a00
add more tests for time boundary and caching
2014-06-16 15:32:28 -07:00
fjy
a71f7152a5
fix broken UT
2014-06-16 14:53:26 -07:00
xvrl
1b99553394
Merge pull request #603 from metamx/max-min-time
...
enable tb to return just max or min time
2014-06-16 14:31:35 -07:00
fjy
5aa46d08a8
address cr
2014-06-16 14:24:36 -07:00
fjy
9ca4f564ee
address cr
2014-06-16 14:20:16 -07:00
fjy
08c88e8fb7
address cr
2014-06-16 14:07:10 -07:00
fjy
d2cf7d3f0a
address cr
2014-06-16 14:00:01 -07:00
fjy
d4a47fe6e8
enable tb to return just max or min time
2014-06-16 13:45:32 -07:00
nishantmonu51
2d03888a2c
Merge branch 'master' into offheap-incremental-index
...
Conflicts:
processing/src/main/java/io/druid/query/groupby/GroupByQueryHelper.java
processing/src/main/java/io/druid/query/groupby/GroupByQueryQueryToolChe
st.java
processing/src/main/java/io/druid/segment/incremental/IncrementalIndex.j
ava
2014-06-16 20:43:17 +05:30
nishantmonu51
0629be622c
remove unnecessary changes & fix index closing subquery
2014-06-16 18:50:49 +05:30
nishantmonu51
a9c09ec8a7
fix compilation
2014-06-16 17:55:43 +05:30
Xavier Léauté
a5c533dcab
[maven-release-plugin] prepare for next development iteration
2014-06-13 15:17:00 -07:00
Xavier Léauté
903f1a695f
[maven-release-plugin] prepare release druid-0.6.123
2014-06-13 15:16:36 -07:00
fjy
0fd57dbc75
[maven-release-plugin] prepare for next development iteration
2014-06-13 15:05:18 -07:00
fjy
bcc6e77919
[maven-release-plugin] prepare release druid-0.6.122
2014-06-13 15:05:14 -07:00
Xavier Léauté
b7b28ad2f9
[maven-release-plugin] rollback the release of druid-0.6.122
2014-06-13 15:03:03 -07:00
Xavier Léauté
695a2946a9
[maven-release-plugin] prepare for next development iteration
2014-06-13 15:01:13 -07:00
Xavier Léauté
83b2434cad
[maven-release-plugin] prepare release druid-0.6.122
2014-06-13 15:01:09 -07:00
Xavier Léauté
bd18fef474
[maven-release-plugin] rollback the release of druid-0.6.122
2014-06-13 14:57:31 -07:00
Xavier Léauté
1159e2e415
[maven-release-plugin] prepare release druid-0.6.122
2014-06-13 14:56:12 -07:00
Xavier Léauté
6505f82053
[maven-release-plugin] rollback the release of druid-0.6.122
2014-06-13 14:54:23 -07:00
Xavier Léauté
f6d319dac2
[maven-release-plugin] prepare for next development iteration
2014-06-13 14:46:08 -07:00
Xavier Léauté
394d0cfbca
[maven-release-plugin] prepare release druid-0.6.122
2014-06-13 14:45:43 -07:00
fjy
d5d2873d3c
Merge pull request #593 from metamx/fix-groupyb
...
Support all standard Druid functions in GroupBy and nested groupBy
2014-06-13 15:37:55 -06:00
Xavier Léauté
93f97a5d86
fix bysegment-query-runner
2014-06-13 13:20:14 -07:00
fjy
8246d42715
Merge branch 'master' into new-guava
2014-06-13 11:44:05 -07:00
Xavier Léauté
294a9ba78f
fix same race condition in other test
2014-06-13 11:42:19 -07:00
fjy
332ba3ef20
fix bad merge
2014-06-13 11:36:36 -07:00
fjy
4cc0353be2
Merge branch 'master' of github.com:metamx/druid into new-guava
2014-06-13 11:30:07 -07:00
fjy
5bd4ad3f0f
address code review
2014-06-13 11:29:49 -07:00
Xavier Léauté
4c4047165f
fix query cancellation test race condition
2014-06-13 11:28:48 -07:00
fjy
a63cda3281
Merge branch 'master' into new-guava
...
Conflicts:
server/src/main/java/io/druid/server/QueryResource.java
2014-06-13 10:08:10 -07:00
nishantmonu51
49d3bd94da
Merge branch 'master' into offheap-incremental-index
2014-06-13 15:39:34 +05:30
nishantmonu51
0ddaf4c307
fix race while index closing and querying
2014-06-13 15:36:57 +05:30
Xavier Léauté
8f7c82d351
avoid closing yielder prematurely
2014-06-12 16:00:06 -07:00
Xavier Léauté
bfa3caa589
js/cardinality/hyperUnique happy groupBy family
2014-06-12 15:19:01 -07:00
Xavier Léauté
fd47efd59e
fix cardinality combining factory
2014-06-12 15:19:01 -07:00
Xavier Léauté
150480bdf9
complexmetricserde workaround for groupby
2014-06-12 15:19:01 -07:00
fjy
e84bcca40f
rename method
2014-06-12 13:36:40 -07:00
fjy
4a4cccf10e
Merge branch 'master' into fix-groupyb
...
Conflicts:
processing/src/main/java/io/druid/query/timeseries/TimeseriesQueryEngine.java
2014-06-12 13:24:16 -07:00
fjy
403962fe0b
add some failing tests for groupBy
2014-06-12 11:36:53 -07:00
Xavier Léauté
22e368e79b
add dimension/column selector to incremental index
2014-06-12 11:25:22 -07:00
nishantmonu51
025814cfff
Merge branch 'master' into offheap-incremental-index
...
Conflicts:
processing/src/main/java/io/druid/query/GroupByParallelQueryRunner.java
processing/src/main/java/io/druid/query/groupby/GroupByQueryRunnerFactor
y.java
processing/src/main/java/io/druid/segment/incremental/IncrementalIndexSt
orageAdapter.java
2014-06-12 20:02:27 +05:30
nishantmonu51
a7e19ad892
configure buffer sizes
2014-06-12 19:32:37 +05:30
fjy
cde86d81e2
make having and limitspec work for nested queries
2014-06-10 15:50:13 -07:00
Xavier Léauté
a541029b41
segmentMetadata query cancellation
2014-06-10 11:51:07 -07:00
Xavier Léauté
6550cb1776
groupBy query cancellation
2014-06-10 11:51:06 -07:00
Xavier Léauté
8f7fd93491
add comments
2014-06-10 10:36:39 -07:00
Xavier Léauté
b84884ab76
remove methods used only for testing
2014-06-10 10:36:39 -07:00
Xavier Léauté
c08002aa4d
interrupt queries on incremental indexer
2014-06-10 10:36:39 -07:00
Xavier Léauté
99c9a2cf05
make sure to close yielder in MetricsEmittingQueryRunner
2014-06-10 10:36:39 -07:00
Xavier Léauté
97d5455f3a
properly kill timed out queries
2014-06-10 10:36:38 -07:00
Xavier Léauté
d0f9c438f8
proper query cancellation tests
2014-06-10 10:36:38 -07:00
Xavier Léauté
855c66c9ad
less stack traces when cancelling queries
2014-06-10 10:36:38 -07:00
Xavier Léauté
d2c729adec
return proper json errors to propagate query cancellation and timeout
2014-06-10 10:36:38 -07:00
Xavier Léauté
a56a655eae
proper query exceptions and add support for query timeout
2014-06-10 10:36:38 -07:00
Xavier Léauté
1183c68ce4
formatting
2014-06-10 10:36:38 -07:00
Xavier Léauté
4f1e157639
pass through errors from computes in DirectDruidClient
2014-06-10 10:36:38 -07:00
Xavier Léauté
32f6243be0
proper closing of resources in case of query cancellation
2014-06-10 10:36:38 -07:00
Xavier Léauté
1be85af320
handle query interruption at cursor level
2014-06-10 10:36:37 -07:00
Xavier Léauté
d6f38827db
initial query cancellation commit
2014-06-10 10:36:28 -07:00
fjy
5955ecf032
fix bugs wtih js and card aggs
2014-06-09 22:31:30 -07:00
fjy
187b2beb47
cleaner way of implementing things
2014-06-09 22:27:33 -07:00
fjy
32b65d9c5b
remove commented out code
2014-06-09 18:26:37 -07:00
fjy
6adc3011fa
fix post aggs with group by in #472
2014-06-09 18:25:10 -07:00
fjy
46ef5c4560
[maven-release-plugin] prepare for next development iteration
2014-06-05 10:03:31 -07:00
fjy
0265ae9ac0
[maven-release-plugin] prepare release druid-0.6.121
2014-06-05 10:03:26 -07:00
nishantmonu51
bf09f979bd
fix segment metadataquery
2014-06-05 20:35:57 +05:30
nishantmonu51
5bdc4a761a
close IncrementalIndex properly and free up buffer
2014-06-05 19:41:43 +05:30
nishantmonu51
6265613bb9
Merge branch 'master' into offheap-incremental-index
2014-06-05 17:42:57 +05:30
nishantmonu51
01e8a713b6
unit tests passing with offheap-indexing
2014-06-05 17:42:53 +05:30
fjy
e8aef86458
[maven-release-plugin] prepare for next development iteration
2014-06-04 20:22:31 -07:00
fjy
033f81ca64
[maven-release-plugin] prepare release druid-0.6.120
2014-06-04 20:22:14 -07:00
Gian Merlino
3325f6d6ed
[maven-release-plugin] prepare for next development iteration
2014-06-04 17:56:20 -07:00
Gian Merlino
6309ab1973
[maven-release-plugin] prepare release druid-0.6.119
2014-06-04 17:56:15 -07:00
fjy
4524863db1
[maven-release-plugin] prepare for next development iteration
2014-06-04 16:49:49 -07:00
fjy
37c6ece150
[maven-release-plugin] prepare release druid-0.6.118
2014-06-04 16:49:44 -07:00
fjy
2d95780d12
[maven-release-plugin] prepare for next development iteration
2014-06-04 09:45:11 -07:00
fjy
30ce0ab99c
[maven-release-plugin] prepare release druid-0.6.117
2014-06-04 09:45:06 -07:00
fjy
77ec4df797
update guava, java-util, and druid-api
2014-06-03 13:43:38 -07:00
fjy
1407b49da1
[maven-release-plugin] prepare for next development iteration
2014-06-02 10:53:47 -07:00
fjy
f91ecf20f3
[maven-release-plugin] prepare release druid-0.6.116
2014-06-02 10:53:43 -07:00
fjy
ee60183df7
[maven-release-plugin] prepare for next development iteration
2014-05-29 17:26:55 -07:00
fjy
d13a354ffb
[maven-release-plugin] prepare release druid-0.6.115
2014-05-29 17:26:49 -07:00
fjy
7be93a770a
make all firehoses work with tasks, add a lot more documentation about configuration
2014-05-28 16:33:59 -07:00
fjy
c56f3fd1af
Merge pull request #565 from metamx/add-hll-test
...
test for correct HLL bytebuffer folding
2014-05-28 12:12:34 -06:00
xvrl
18685542ec
Merge pull request #568 from metamx/fix-topn
...
Fix inverted lexicographic topns and topns with dim extraction dimension specs
2014-05-28 10:47:10 -07:00
fjy
642897dca3
fix inverted logic
2014-05-28 10:43:03 -07:00
fjy
2ee1defce9
better handle dim extraction regex cases
2014-05-28 10:27:00 -07:00
fjy
8bcf4bc60e
address code review comments
2014-05-27 19:47:13 -07:00
fjy
9f62589d71
fix bug with previousStop not being respected for inverse lexi topN
2014-05-27 19:39:55 -07:00
fjy
b9015cee34
fix brokeness with dim extraction dim specs
2014-05-27 17:25:00 -07:00
fjy
07a95a0e05
Fix inverted lexicographic topNs
2014-05-27 17:02:28 -07:00
Xavier Léauté
d423ba1b27
minor optimizations
2014-05-27 11:03:12 -07:00
Xavier Léauté
5844c45956
fix issue when offset changes folding maxOverflow
2014-05-27 11:03:12 -07:00
Xavier Léauté
c273298ad4
don't discard current maxOverflow if offset is high enough
2014-05-27 11:03:12 -07:00
Xavier Léauté
d96d82252d
test fold permutations with various maxOverflow / offsets
2014-05-27 11:03:12 -07:00
Xavier Léauté
df3fb07e51
test for correct bytebuffer folding
2014-05-22 17:48:19 -07:00
fjy
5ce80068d2
[maven-release-plugin] prepare for next development iteration
2014-05-20 13:22:52 -07:00
fjy
904c9049a7
[maven-release-plugin] prepare release druid-0.6.114
2014-05-20 13:22:48 -07:00
fjy
783f8fcc99
[maven-release-plugin] prepare for next development iteration
2014-05-20 12:47:33 -07:00
fjy
def12c03bd
[maven-release-plugin] prepare release druid-0.6.113
2014-05-20 12:47:29 -07:00
fjy
e5454b47f1
[maven-release-plugin] prepare for next development iteration
2014-05-20 10:49:00 -07:00
fjy
bcffb92181
[maven-release-plugin] prepare release druid-0.6.112
2014-05-20 10:48:53 -07:00
fjy
2906544c30
add a context to force 2 pass algorithm for topNs
2014-05-20 10:42:37 -07:00
fjy
dd59b58208
[maven-release-plugin] prepare for next development iteration
2014-05-19 21:17:09 -07:00
fjy
511aca9ea8
[maven-release-plugin] prepare release druid-0.6.111
2014-05-19 21:17:04 -07:00
Xavier Léauté
9ec7c71e0f
fix compilation error with updated druid-api
2014-05-19 14:06:23 -07:00
Xavier Léauté
20c4fbc98d
[maven-release-plugin] prepare for next development iteration
2014-05-16 16:34:19 -07:00
Xavier Léauté
4abcf3e16a
[maven-release-plugin] prepare release druid-0.6.110
2014-05-16 16:34:12 -07:00
fjy
77289a4148
Merge pull request #531 from metamx/listenable-prioritized-executorservice
...
make prioritized executor service listenable
2014-05-16 16:59:04 -06:00
Xavier Léauté
3223d46c1a
simplify chained sequence operations
2014-05-16 13:49:40 -07:00
Xavier Léauté
07b2a0efa6
replace iterables with sequences, fixes #128
2014-05-16 13:22:53 -07:00
Xavier Léauté
d8282d0126
add JavascriptAggregatorBenchmark
2014-05-16 10:41:54 -07:00
Gian Merlino
4fbd6c7c36
JavaScriptAggregator comment explaining why primitive wrapping is anti-helpful.
2014-05-16 09:47:59 -07:00
Gian Merlino
918ee8741a
More JS aggregator tests.
2014-05-15 23:08:56 -07:00
Gian Merlino
d389fbc961
More consistent ObjectColumnSelectors. JS aggregator tests for nulls.
2014-05-15 23:02:44 -07:00
Gian Merlino
cb028f490a
JavaScriptAggregator: Context.newArray makes nicer arrays than Context.javaToJS.
2014-05-15 20:02:36 -07:00
Gian Merlino
c2137e8416
ObjectColumnSelector/JS aggregator support for multi-valued columns.
2014-05-15 19:34:22 -07:00
fjy
da285d8665
[maven-release-plugin] prepare for next development iteration
2014-05-15 16:44:36 -07:00
fjy
b7009c9102
[maven-release-plugin] prepare release druid-0.6.109
2014-05-15 16:44:32 -07:00
nishantmonu51
ce3d461e7d
add header
2014-05-16 04:30:58 +05:30
nishantmonu51
e06b29edb9
add sanity unit tests
2014-05-16 03:15:35 +05:30
nishantmonu51
ddc36c89cc
union query fix and a broken test
2014-05-15 23:10:40 +05:30
Xavier Léauté
0912a2a09a
use Guava's ForwardingExecutorService instead of DelegatingExecutorService
2014-05-09 23:24:45 -07:00
Xavier Léauté
4280b4e8fa
make MetricsEmittingExecutorService listenable
2014-05-09 23:24:38 -07:00
fjy
48ae84ed56
[maven-release-plugin] prepare for next development iteration
2014-05-07 12:40:14 -07:00
fjy
27f7c45e91
[maven-release-plugin] prepare release druid-0.6.108
2014-05-07 12:40:10 -07:00
fjy
2709a8b0b6
revert changes to hyperUnique
2014-05-07 12:33:42 -07:00
fjy
9d35490cdf
Revert "Merge pull request #495 from metamx/dim-extraction-null-values"
...
This reverts commit 76437379d7
, reversing
changes made to 79e6d4eb56
.
Conflicts:
pom.xml
2014-05-07 12:32:51 -07:00
fjy
42994cebcd
[maven-release-plugin] prepare for next development iteration
2014-05-07 11:25:50 -07:00
fjy
2bf5c3831d
[maven-release-plugin] prepare release druid-0.6.107
2014-05-07 11:25:45 -07:00
Xavier Léauté
4fa6de4c6c
support null dimension values in HyperUniquesSerde
2014-05-07 11:07:48 -07:00
fjy
b6fb4245aa
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/main/java/io/druid/indexer/HadoopDriverConfig.java
indexing-hadoop/src/main/java/io/druid/indexer/HadoopDruidIndexerConfig.java
indexing-hadoop/src/main/java/io/druid/indexer/HadoopDruidIndexerConfigBuilder.java
pom.xml
server/src/main/java/io/druid/segment/realtime/RealtimeManager.java
server/src/main/java/io/druid/segment/realtime/firehose/EventReceiverFirehoseFactory.java
2014-05-06 14:32:51 -07:00
fjy
76437379d7
Merge pull request #495 from metamx/dim-extraction-null-values
...
Support null values in DimExtractionFn in topN and groupBy
2014-05-06 14:17:55 -06:00
fjy
79e6d4eb56
Merge pull request #528 from metamx/union-query-source
...
Union query source
2014-05-06 14:13:33 -06:00
nishantmonu51
66450ca6ed
review comments
...
remove toShortString
minor other changes
2014-05-07 00:54:17 +05:30
Gian Merlino
6f3f5c6e99
[maven-release-plugin] prepare for next development iteration
2014-05-06 11:28:39 -07:00
Gian Merlino
a5a875e1ed
[maven-release-plugin] prepare release druid-0.6.106
2014-05-06 11:28:34 -07:00
fjy
a747ed0011
fix broken UT
2014-05-05 16:13:01 -07:00
fjy
b1bd6eb0f2
Merge pull request #512 from metamx/cardinality
...
Cardinality aggregator
2014-05-05 17:10:24 -06:00
fjy
8af927e2a7
Merge pull request #516 from metamx/alphanumeric-topn
...
Alpha-numeric sorting for topN
2014-05-05 17:09:24 -06:00
Xavier Léauté
ea318f01ee
allow forcing all tasks to be prioritized
2014-05-05 11:42:30 -07:00
nishantmonu51
f2725994b7
refactor method
2014-05-05 19:57:32 +05:30
nishantmonu51
477e01daf7
review comments
2014-05-02 15:21:06 +05:30
Xavier Léauté
dab30395d5
make prioritized executor service listenable
2014-05-01 15:51:59 -07:00
fjy
e0bce3168c
[maven-release-plugin] prepare for next development iteration
2014-05-01 15:09:01 -07:00
fjy
dd0004b759
[maven-release-plugin] prepare release druid-0.6.105
2014-05-01 15:08:57 -07:00
nishantmonu51
1b6137504c
Add toString for better logging
2014-05-01 21:32:27 +05:30
nishantmonu51
92ebe69fd9
remove unwanted loggings
2014-05-01 21:16:42 +05:30
nishantmonu51
1d67e39949
Fixes
...
fix NPE in select query, calculating cache key
remove unwanted logging
fix ds in topNQuery
2014-05-01 21:04:47 +05:30
nishantmonu51
728a606d32
Add support for union queries
2014-05-01 01:54:52 +05:30
fjy
015000ee8f
[maven-release-plugin] prepare for next development iteration
2014-04-30 13:16:24 -07:00
fjy
eae7d55dce
[maven-release-plugin] prepare release druid-0.6.104
2014-04-30 13:16:20 -07:00
fjy
7700001e27
[maven-release-plugin] prepare for next development iteration
2014-04-30 10:45:20 -07:00
fjy
1e639792bf
[maven-release-plugin] prepare release druid-0.6.103
2014-04-30 10:45:14 -07:00
fjy
9ad0da0794
[maven-release-plugin] prepare for next development iteration
2014-04-30 10:26:38 -07:00
fjy
5b7b29b61b
[maven-release-plugin] prepare release druid-0.6.102
2014-04-30 10:26:34 -07:00
Xavier Léauté
bb62a44e24
alphanumeric topN
2014-04-28 09:42:43 -07:00
fjy
e30accbbf5
reducing bloat
2014-04-25 15:25:54 -07:00
Xavier Léauté
5ae848ab14
fix formatting
2014-04-25 15:09:47 -07:00
Xavier Léauté
c1e6f6d83e
formatting changes
2014-04-25 14:54:17 -07:00
Xavier Léauté
de5b1749bc
minor changes to address code review
2014-04-25 14:54:17 -07:00
fjy
76e0a48527
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/main/java/io/druid/indexer/DbUpdaterJob.java
indexing-hadoop/src/test/java/io/druid/indexer/HadoopDruidIndexerConfigTest.java
indexing-service/src/main/java/io/druid/indexing/common/task/HadoopIndexTask.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumber.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumberSchool.java
2014-04-25 14:03:28 -07:00
Xavier Léauté
3c9b8dc999
cardinality aggregator
2014-04-24 22:08:25 -07:00
Xavier Léauté
f88cb13ccb
[maven-release-plugin] prepare for next development iteration
2014-04-24 17:27:58 -07:00
Xavier Léauté
b8c14ba061
[maven-release-plugin] prepare release druid-0.6.101
2014-04-24 17:27:46 -07:00
fjy
5e98275251
[maven-release-plugin] prepare for next development iteration
2014-04-24 11:47:52 -07:00
fjy
35dc96e946
[maven-release-plugin] prepare release druid-0.6.100
2014-04-24 11:47:47 -07:00
fjy
c4cefb667e
prepare for next release
2014-04-24 11:45:25 -07:00
fjy
90e600bad6
Merge pull request #511 from metamx/fix-hll-buffer-and-swap
...
HLL: avoid direct buffers + fix swap target buffer
2014-04-24 12:03:54 -06:00
Xavier Léauté
30d1a5db75
HLL: avoid direct buffers + fix swap target buffer
2014-04-24 10:49:53 -07:00
fjy
bec171fea9
[maven-release-plugin] prepare for next development iteration
2014-04-22 17:10:33 -07:00
fjy
67972ca5c5
[maven-release-plugin] prepare release druid-0.6.99
2014-04-22 17:10:27 -07:00
fjy
f1d705cb73
proper toStrings of filters
2014-04-22 14:46:19 -07:00
fjy
fcc1366712
remove test main
2014-04-22 12:54:16 -07:00
fjy
8fd39c63d5
Better handle null adapters and NPEs in the CQE
2014-04-22 12:47:53 -07:00
xvrl
d17abedae3
Merge pull request #499 from metamx/fix-pull-from-cache
...
Fix pull from cache
2014-04-22 11:19:57 -07:00
Xavier Léauté
3bac366013
handle NaN / Infinity values
2014-04-22 10:42:44 -07:00
nishantmonu51
4721ba3f1e
add test + small fix for other test
2014-04-22 23:03:48 +05:30
nishantmonu51
65c71a40bb
fix more issues and add test
...
1) Add test for caching and calculation of dependent post-aggs for
TimeSeries and TopN
2) Fix more NPEs while calculating dependent postAggs, passing
baseHolder was wrong as it does not contain post-aggs during computing
dependent ones.
2014-04-22 22:05:17 +05:30
nishantmonu51
3fb42251d9
calculate postAggs while pulling from cache
2014-04-22 11:25:21 +05:30
nishantmonu51
7bafb71841
Revert "fix npe in topNBinaryFn with post aggs"
...
This reverts commit bbedde3418
.
2014-04-22 11:10:55 +05:30
fjy
bed8860fd4
[maven-release-plugin] prepare for next development iteration
2014-04-21 22:34:43 -07:00
fjy
594bb65ba6
[maven-release-plugin] prepare release druid-0.6.98
2014-04-21 22:34:38 -07:00
fjy
357cd66f66
[maven-release-plugin] prepare for next development iteration
2014-04-21 22:26:28 -07:00
fjy
93ed56f680
[maven-release-plugin] prepare release druid-0.6.97
2014-04-21 22:26:23 -07:00
fjy
c44cdba65e
Merge pull request #496 from metamx/fix-topN-postagg-npe
...
fix npe in topNBinaryFn with post aggs
2014-04-21 23:22:07 -06:00
Xavier Léauté
bbedde3418
fix npe in topNBinaryFn with post aggs
2014-04-21 22:20:41 -07:00
fjy
07aab28325
clean up topnbinaryfn
2014-04-21 20:30:18 -07:00
Xavier Léauté
48590862cb
support for null values in group-by
2014-04-21 17:58:44 -07:00
Xavier Léauté
44bd4339b5
support for null values in DimExtractionFn
2014-04-21 15:16:56 -07:00
fjy
310073685d
[maven-release-plugin] prepare for next development iteration
2014-04-21 12:16:39 -07:00
fjy
1778d9adf4
[maven-release-plugin] prepare release druid-0.6.96
2014-04-21 12:16:35 -07:00
nishantmonu51
f20d3b2895
merge changes from master
2014-04-21 21:43:44 +05:30
nishantmonu51
e8b993b765
fix by segment results
...
1) fix class cast in by segment results
2) exclude old netty version coming from curator
2014-04-21 21:26:34 +05:30
fjy
65db875d68
[maven-release-plugin] prepare for next development iteration
2014-04-18 17:44:36 -07:00
fjy
2d3eebe995
[maven-release-plugin] prepare release druid-0.6.95
2014-04-18 17:44:32 -07:00
fjy
e3fbbff237
clean up code
2014-04-18 17:41:47 -07:00
Xavier Léauté
a0c8d9d413
restore previous behavior of not optimizing Timeseries post-aggregators
2014-04-18 16:45:06 -07:00
Xavier Léauté
597e55ab50
don't override context when not finalizing
2014-04-18 16:26:21 -07:00
nishantmonu51
68e8cda2da
fix post aggregator
2014-04-19 04:24:07 +05:30
Gian Merlino
265ac37cdc
[maven-release-plugin] prepare for next development iteration
2014-04-18 11:53:43 -07:00
Gian Merlino
5162864731
[maven-release-plugin] prepare release druid-0.6.94
2014-04-18 11:53:38 -07:00
fjy
c00fb1d08e
Merge pull request #445 from metamx/hadoop-version-update
...
Hadoop version update
2014-04-17 19:16:44 -06:00
fjy
1fcb3e01c3
[maven-release-plugin] prepare for next development iteration
2014-04-17 15:30:30 -07:00
fjy
e9b77c4434
[maven-release-plugin] prepare release druid-0.6.93
2014-04-17 15:30:26 -07:00
fjy
399efe7dc4
make uniques work for groupby
2014-04-17 14:41:17 -07:00
fjy
66a8ff9390
[maven-release-plugin] prepare for next development iteration
2014-04-16 11:40:35 -07:00
fjy
6621c4f321
[maven-release-plugin] prepare release druid-0.6.92
2014-04-16 11:40:30 -07:00
fjy
b26a40aeaf
[maven-release-plugin] prepare for next development iteration
2014-04-16 11:26:34 -07:00
fjy
8ee8927267
[maven-release-plugin] prepare release druid-0.6.91
2014-04-16 11:26:28 -07:00
nishantmonu51
2b5fec1dcf
review comments
2014-04-16 17:12:27 +05:30
nishantmonu51
6da2272076
fix NPE in aggregatrFirstTopnAlgo
2014-04-16 09:12:34 +05:30
fjy
6893282a65
[maven-release-plugin] prepare for next development iteration
2014-04-15 14:26:57 -07:00
fjy
7e9166d20c
[maven-release-plugin] prepare release druid-0.6.90
2014-04-15 14:26:53 -07:00
fjy
228be3acb0
Merge pull request #467 from metamx/optimize-postAgg-calculation
...
Optimize post agg calculation
2014-04-15 15:18:01 -06:00
nishantmonu51
36f6f8ab5a
Add testOutOfOrderPruneDependentPostAgg
2014-04-16 00:49:56 +05:30
nishantmonu51
6217c67027
complete javadoc, add comment, use Lists.reverse
2014-04-15 22:55:40 +05:30
nishantmonu51
3eb8160b51
review comments
2014-04-15 21:06:30 +05:30
nishantmonu51
d66ae5ac10
fix dependent PostAggregators
2014-04-15 13:37:31 +05:30
fjy
a46c4592b4
a few cleanups
2014-04-14 09:53:29 -07:00
fjy
db5f04c84d
[maven-release-plugin] prepare for next development iteration
2014-04-10 15:39:41 -07:00
fjy
87ef64f577
[maven-release-plugin] prepare release druid-0.6.89
2014-04-10 15:39:36 -07:00
fjy
7a8b9c2160
fix select serde
2014-04-10 15:35:55 -07:00
fjy
b273f1b101
[maven-release-plugin] prepare for next development iteration
2014-04-10 12:56:20 -07:00
fjy
9019990d94
[maven-release-plugin] prepare release druid-0.6.88
2014-04-10 12:56:16 -07:00
fjy
57bf8faa82
[maven-release-plugin] prepare for next development iteration
2014-04-10 11:33:06 -07:00
fjy
20c7b73269
[maven-release-plugin] prepare release druid-0.6.87
2014-04-10 11:33:02 -07:00
Xavier Léauté
be30d450d7
support dimension extraction functions in group by
2014-04-09 17:17:01 -07:00
fjy
6209803d50
[maven-release-plugin] prepare for next development iteration
2014-04-08 16:27:44 -07:00
fjy
ac9d20af47
[maven-release-plugin] prepare release druid-0.6.86
2014-04-08 16:27:40 -07:00
fjy
29c3db92b5
[maven-release-plugin] prepare for next development iteration
2014-04-08 11:44:45 -07:00
fjy
d16ff98ef3
[maven-release-plugin] prepare release druid-0.6.85
2014-04-08 11:44:40 -07:00
nishantmonu51
ecfa6bd1b1
fix casing and add comment
2014-04-08 17:26:51 +05:30
nishantmonu51
22c3296aa3
Merge branch 'master' into optimize-postAgg-calculation
...
Conflicts:
server/src/test/java/io/druid/client/CachingClusteredClientTest.java
2014-04-08 03:35:56 +05:30
nishantmonu51
c322f44863
time series post Aggregation improved
...
move post aggregation to finalise results
2014-04-08 03:17:15 +05:30
fjy
8e3bcc8fc3
[maven-release-plugin] prepare for next development iteration
2014-04-07 14:38:55 -07:00
fjy
e1e81cfeac
[maven-release-plugin] prepare release druid-0.6.84
2014-04-07 14:38:51 -07:00
fjy
6a26f7684f
fix context on CQE
2014-04-07 14:36:13 -07:00
nishantmonu51
4bb36dd453
fix tests
2014-04-08 02:37:57 +05:30
fjy
bae0fdf936
add context serde tests and deprecate backwards compatible methods
2014-04-07 13:18:55 -07:00
fjy
bfb66691b9
[maven-release-plugin] prepare for next development iteration
2014-04-07 12:45:28 -07:00
fjy
f612b7cc64
[maven-release-plugin] prepare release druid-0.6.83
2014-04-07 12:45:20 -07:00
fjy
93349b5d07
fix broken unit tests
2014-04-07 10:56:38 -07:00
nishantmonu51
db35009acd
Compute postage only when required
2014-04-07 23:17:25 +05:30
fjy
98c3faa767
cleanup
2014-04-06 09:23:59 -07:00
fjy
1267fbb7f5
fix context to be backwards compat
2014-04-06 09:20:58 -07:00
Hagen Rother
e0e43deaec
fix a NPE leading to broker 500 response
2014-04-04 13:07:52 +02:00
fjy
8138d96f9d
[maven-release-plugin] prepare for next development iteration
2014-04-03 17:21:14 -07:00
fjy
4619e498c3
[maven-release-plugin] prepare release druid-0.6.82
2014-04-03 17:21:10 -07:00
fjy
edba3ba40e
[maven-release-plugin] prepare for next development iteration
2014-04-02 22:24:36 -07:00
fjy
0f0e525a75
[maven-release-plugin] prepare release druid-0.6.81
2014-04-02 22:24:32 -07:00
fjy
b0bf08554a
fix broken build
2014-04-02 22:22:42 -07:00
fjy
133c624f69
[maven-release-plugin] prepare for next development iteration
2014-04-02 21:33:10 -07:00
fjy
4e2ac3234c
[maven-release-plugin] prepare release druid-0.6.79
2014-04-02 21:33:05 -07:00
fjy
6bab22ef71
[maven-release-plugin] prepare for next development iteration
2014-04-02 21:08:18 -07:00
fjy
93e19b62e6
[maven-release-plugin] prepare release druid-0.6.78
2014-04-02 21:08:14 -07:00
fjy
6cd5a76983
[maven-release-plugin] prepare for next development iteration
2014-04-02 17:33:26 -07:00
fjy
d1e7b98177
[maven-release-plugin] prepare release druid-0.6.77
2014-04-02 17:33:19 -07:00
Xavier Léauté
74c5d9889b
[maven-release-plugin] prepare for next development iteration
2014-03-31 16:07:31 -07:00
Xavier Léauté
0845cc4078
[maven-release-plugin] prepare release druid-0.6.76
2014-03-31 16:07:25 -07:00
fjy
652506d1bd
[maven-release-plugin] prepare for next development iteration
2014-03-27 18:03:55 -07:00
fjy
7fa62cd9c7
[maven-release-plugin] prepare release druid-0.6.75
2014-03-27 18:03:51 -07:00
fjy
9ebdf16ed6
make last commit a final var
2014-03-27 17:56:25 -07:00
fjy
cb1798c520
fix bug with reference closing that I swore we fixed
2014-03-27 17:55:03 -07:00
Xavier Léauté
0be29df8ae
make hll tests deterministic
2014-03-27 16:15:32 -07:00
Xavier Léauté
5f0ada925d
add HLL maxOverflow tests
2014-03-27 16:01:40 -07:00
Xavier Léauté
03c51518bc
don't assume bytebuffer limit is set
2014-03-27 15:58:34 -07:00
fjy
de95fbc089
Merge pull request #441 from metamx/hll-optimization
...
HyperLogLog optimizations and benchmark
2014-03-27 16:36:30 -06:00
Xavier Léauté
11f08b3895
benchmark more closely matches actual implementation
2014-03-26 22:18:26 -07:00
Xavier Léauté
c92fd6f45d
folding into direct buffers is faster
2014-03-26 17:13:41 -07:00
Xavier Léauté
83ac1d323e
one more final variable for good measure
2014-03-26 16:50:24 -07:00
Xavier Léauté
2580a9c7f1
mark long-running tests as @Ignore + docs
2014-03-26 16:49:55 -07:00
nishantmonu51
a24fc84d0d
Merge branch 'master' into hadoop-version-update
2014-03-27 03:32:11 +05:30
Xavier Léauté
f42b850d60
clean up + header
2014-03-26 09:31:45 -07:00
nishantmonu51
a9a6682a0e
Upgrade to Hadoop 2.3.0
2014-03-26 11:43:31 +05:30
Xavier Léauté
178a9aed40
make it clear mergeAndStoreByteRegister has no side effects
2014-03-25 17:07:09 -07:00
Xavier Léauté
a0c38f574b
check should be safe to move out of loop
2014-03-25 17:07:09 -07:00
Xavier Léauté
46a5409207
minor hll optimizations
2014-03-25 17:07:09 -07:00
Xavier Léauté
5eaadfffa9
no need for volatile references
...
we make no guarantees wrt threadsafety in this class
2014-03-25 17:07:09 -07:00
Xavier Léauté
7dc0e9f1a9
remove HLL version specific code outside of HyperLogLogCollector
2014-03-25 17:07:09 -07:00
Xavier Léauté
cd340aa314
hll benchmark
2014-03-25 17:07:09 -07:00
fjy
7e54c6a359
[maven-release-plugin] prepare for next development iteration
2014-03-25 13:43:25 -07:00
fjy
0baf95098d
[maven-release-plugin] prepare release druid-0.6.74
2014-03-25 13:43:21 -07:00
fjy
b0790783b7
Merge pull request #436 from metamx/better-context
...
Extend context to able to take more sophisticated objects than just strings
2014-03-24 14:40:45 -06:00
fjy
e523bfc237
[maven-release-plugin] prepare for next development iteration
2014-03-21 11:07:40 -07:00
fjy
6fbc3b15a7
[maven-release-plugin] prepare release druid-0.6.73
2014-03-21 11:07:34 -07:00
fjy
e832dc7a8c
Merge branch 'master' of github.com:metamx/druid into better-context
2014-03-21 10:46:36 -07:00
nishantmonu51
dc0e7f404a
fix serialisation of segmentMetaDataQuery
2014-03-21 14:11:26 +05:30
fjy
7f8211ecc7
extend context to use map string object instead of map string string
2014-03-20 13:41:45 -07:00
fjy
03851101f0
[maven-release-plugin] prepare for next development iteration
2014-03-18 08:12:51 -07:00
fjy
508d892ba1
[maven-release-plugin] prepare release druid-0.6.72
2014-03-18 08:12:44 -07:00
nishantmonu51
32ad26210d
Fix backwards compatibilty constant post aggregator
2014-03-18 20:34:49 +05:30
fjy
294f15d624
[maven-release-plugin] prepare for next development iteration
2014-03-17 21:44:17 -07:00
fjy
199efa049a
[maven-release-plugin] prepare release druid-0.6.71
2014-03-17 21:44:11 -07:00
fjy
1d1ec1d855
clean up some defaults and prepare for next release
2014-03-17 21:41:34 -07:00
Xavier Léauté
b9fe12977e
[maven-release-plugin] prepare for next development iteration
2014-03-17 13:57:10 -07:00
Xavier Léauté
0276223db1
[maven-release-plugin] prepare release druid-0.6.70
2014-03-17 13:57:06 -07:00
Xavier Léauté
7e97073aeb
Set queryId in MetricsEmittingQueryRunner
...
- queryId is now user8 instead of user10, since it was already used
before
2014-03-17 13:25:47 -07:00
fjy
2adcf07f5f
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/main/java/io/druid/indexer/DetermineHashedPartitionsJob.java
indexing-service/src/main/java/io/druid/indexing/common/task/RealtimeIndexTask.java
indexing-service/src/test/java/io/druid/indexing/common/task/TaskSerdeTest.java
processing/src/test/java/io/druid/segment/TestIndex.java
server/src/main/java/io/druid/segment/realtime/RealtimeManager.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumberSchool.java
2014-03-17 10:59:31 -07:00
fjy
8e5cbca2ee
[maven-release-plugin] prepare for next development iteration
2014-03-14 15:16:55 -07:00
fjy
852d167eaf
[maven-release-plugin] prepare release druid-0.6.69
2014-03-14 15:16:50 -07:00
fjy
7a2d0850e3
[maven-release-plugin] prepare for next development iteration
2014-03-14 15:06:54 -07:00
fjy
2646b5421b
[maven-release-plugin] prepare release druid-0.6.68
2014-03-14 15:06:50 -07:00
fjy
f525361c3d
fix broken tests and prepare for next release
2014-03-14 15:05:07 -07:00
fjy
f0fdfbb2f7
fix broken constant post agg
2014-03-14 14:54:52 -07:00
fjy
454a240525
[maven-release-plugin] prepare for next development iteration
2014-03-14 10:59:27 -07:00
fjy
6e9bc9acab
[maven-release-plugin] prepare release druid-0.6.66
2014-03-14 10:59:23 -07:00
fjy
f00ffe4789
fix broken tests
2014-03-13 11:33:34 -07:00
Xavier Léauté
de55098898
add comment
2014-03-12 10:47:23 -07:00
Xavier Léauté
2ef710191f
make sure constants are not null
2014-03-12 10:40:02 -07:00
fjy
42618e6fcf
a collection of small bug fixes
2014-03-12 10:34:24 -07:00
fjy
34957ee471
[maven-release-plugin] prepare for next development iteration
2014-03-10 15:05:48 -07:00
fjy
35297572ed
[maven-release-plugin] prepare release druid-0.6.65
2014-03-10 15:05:43 -07:00
fjy
ae2dc6506c
fix broken granularity
2014-03-10 15:03:43 -07:00
fjy
369156fe80
[maven-release-plugin] prepare for next development iteration
2014-03-10 13:26:38 -07:00
fjy
ba3806fcc2
[maven-release-plugin] prepare release druid-0.6.64
2014-03-10 13:26:34 -07:00
fjy
36b54f7e8f
fix all problems with topNs
2014-03-10 13:22:47 -07:00
Xavier Léauté
b81bd6c959
add test for single value index top-n
2014-03-10 13:10:45 -07:00
fjy
6ce5266aca
make stuff work
2014-03-10 12:19:58 -07:00
fjy
7b0d2f45bc
Merge branch 'fix-iisa' of github.com:metamx/druid into fix-iisa
2014-03-10 12:02:03 -07:00
fjy
2db73998b9
add fix for II
2014-03-10 12:01:49 -07:00
Xavier Léauté
adf60d1548
test reset sanity on out of order values
2014-03-10 11:54:07 -07:00
fjy
228cfa95bd
Merge pull request #371 from N3TWORK/subquery
...
Subquery functionality for Group By queries
2014-03-07 13:41:56 -07:00
Yuval Oren
995002fcb3
Fix legacy data source serialization
2014-03-06 18:05:24 -08:00
Yuval Oren
0b0648266c
Fix DataSource serialization
2014-03-06 15:28:20 -08:00
Yuval Oren
5601c51ae6
finalize variables and optimize imports
2014-03-06 15:03:43 -08:00
Yuval Oren
be1ef3a161
Cleaned up equals() and hashCode(), per code review
2014-03-06 14:35:56 -08:00
Yuval Oren
4b63645802
Merge branch 'master' into subquery
...
Conflicts:
processing/src/main/java/io/druid/query/BaseQuery.java
processing/src/main/java/io/druid/query/groupby/GroupByQueryQueryToolChest.java
processing/src/test/java/io/druid/query/QueryRunnerTestHelper.java
processing/src/test/java/io/druid/query/topn/TopNQueryRunnerTest.java
2014-03-06 13:33:59 -08:00
fjy
00c5a708a2
[maven-release-plugin] prepare for next development iteration
2014-03-06 12:55:11 -08:00
fjy
9599832c58
[maven-release-plugin] prepare release druid-0.6.63
2014-03-06 12:55:06 -08:00
fjy
5826d9594c
add headers
2014-03-05 14:29:00 -08:00
fjy
08138688e4
port hyperunique to open source
2014-03-05 14:19:38 -08:00
fjy
0e8e527662
Merge branch 'master' into new-schema
2014-03-04 14:42:16 -08:00
fjy
5aba6141d8
Merge pull request #414 from metamx/incremental-index-synchronization-fix
...
Add test and fix one more issue caught by test
2014-03-04 15:41:26 -07:00
nishantmonu51
4f06dd5a7e
Add test and fix one more issue caught by test
2014-03-05 01:09:33 +05:30
fjy
0feddc3831
Merge pull request #411 from metamx/small-fixes-docs-searchquery-limit
...
Small fixes
2014-03-04 10:30:27 -07:00
fjy
4983210907
Merge pull request #412 from pgkiran/filepeon-cleanup
...
Temp filePeon files cleanup
2014-03-04 10:29:52 -07:00
nishantmonu51
eb7bc28f41
fix synchronization
...
getDimvalues can also add to the dimension, protect it properly
2014-03-04 11:58:43 +05:30
fjy
c4c4d80336
make local testing pass
2014-03-03 14:52:43 -08:00
fjy
46b9ac78e7
Merge branch 'master' into new-schema
...
Conflicts:
indexing-hadoop/src/test/java/io/druid/indexer/HadoopDruidIndexerConfigTest.java
pom.xml
publications/whitepaper/druid.pdf
publications/whitepaper/druid.tex
2014-03-03 14:48:15 -08:00
Kiran Patchigolla
2dea60251b
Temp filePeon files cleanup
...
Related to https://groups.google.com/forum/#!topic/druid-development/TFUNas5ubyc
cleanup() method is added but still some files are not cleaned up. Additionally setting deleteOnExit on these temp files
2014-03-03 13:33:47 -08:00
nishantmonu51
eedd6a1b9e
fix #362
...
fix #362
2014-02-28 12:38:39 +05:30
fjy
37a79dd4cb
[maven-release-plugin] prepare for next development iteration
2014-02-27 11:52:40 -08:00
fjy
8cdd0e3d53
[maven-release-plugin] prepare release druid-0.6.62
2014-02-27 11:52:35 -08:00
nishantmonu51
0701b1534d
review comments queryID changes, add wait time for realtime node queries
2014-02-27 14:39:25 +05:30
nishantmonu51
b480d8f543
review comments
2014-02-25 03:09:44 +05:30
nishantmonu51
373501a06d
add queryID to query context and request_logs
2014-02-24 16:11:33 +05:30
fjy
7b0b90a860
Merge branch 'master' of github.com:metamx/druid into new-schema
2014-02-20 16:12:31 -08:00
fjy
ab83cba790
Merge pull request #393 from metamx/group-by-improvements
...
Group by memory usage improvements
2014-02-19 19:52:37 -07:00
fjy
20cac8c506
not compiling yet but close
2014-02-19 15:54:27 -08:00
nishantmonu51
5be5cadd7b
minor refactoring
2014-02-19 21:55:18 +05:30
fjy
4b7c76762d
unit tests passingn at this point, finished rt port maybe
2014-02-18 15:14:38 -08:00
fjy
c57cf6ab4d
[maven-release-plugin] prepare for next development iteration
2014-02-14 15:24:15 -08:00
fjy
44755cc91c
[maven-release-plugin] prepare release druid-0.6.61
2014-02-14 15:24:11 -08:00
fjy
f5affb6b5a
[maven-release-plugin] prepare for next development iteration
2014-02-14 15:09:30 -08:00
fjy
189376f495
[maven-release-plugin] prepare release druid-0.6.60
2014-02-14 15:09:26 -08:00
fjy
1a8f9f2e12
prepare for next release
2014-02-14 15:07:44 -08:00
fjy
ef648b85f5
fix broken priority queries
2014-02-14 15:05:30 -08:00
fjy
a8c4362d72
rejiggering druid api
2014-02-14 12:57:52 -08:00
fjy
82fd35726f
[maven-release-plugin] prepare for next development iteration
2014-02-12 20:03:00 -08:00
fjy
cc1b91636f
[maven-release-plugin] prepare release druid-0.6.59
2014-02-12 20:02:55 -08:00
nishantmonu51
74966eb2ef
add copyright
2014-02-12 01:00:38 +05:30
nishantmonu51
3302cff6db
groupBy improvements
2014-02-12 00:51:10 +05:30
nishantmonu51
533a263fbd
initial working version
2014-02-10 22:32:26 +05:30
fjy
b7a78680b2
[maven-release-plugin] prepare for next development iteration
2014-02-07 13:06:23 -08:00
fjy
cc6886646e
[maven-release-plugin] prepare release druid-0.6.58
2014-02-07 13:06:18 -08:00
fjy
555f434fa6
[maven-release-plugin] prepare for next development iteration
2014-02-07 11:56:41 -08:00
fjy
371f2bb941
[maven-release-plugin] prepare release druid-0.6.57
2014-02-07 11:56:34 -08:00
Yuval Oren
bd11309593
Merge branch 'master' into subquery
2014-02-06 15:36:29 -08:00
fjy
0f6af72ea4
Merge branch 'master' into new-schema
2014-02-06 12:46:13 -08:00
fjy
9756b18f9b
sort complex metrics with groupby
2014-02-06 11:26:05 -08:00
fjy
056e82a516
[maven-release-plugin] prepare for next development iteration
2014-02-04 15:23:34 -08:00
fjy
0ea45b590f
[maven-release-plugin] prepare release druid-0.6.56
2014-02-04 15:23:30 -08:00
fjy
fc4cd79125
[maven-release-plugin] prepare for next development iteration
2014-02-03 16:47:50 -08:00
fjy
4d52e20fe1
[maven-release-plugin] prepare release druid-0.6.55
2014-02-03 16:47:46 -08:00
fjy
46571ddf69
[maven-release-plugin] prepare for next development iteration
2014-02-03 16:35:02 -08:00
fjy
cebb46a259
[maven-release-plugin] prepare release druid-0.6.54
2014-02-03 16:34:57 -08:00
Yuval Oren
98956cdadb
Extra null value check. Not sure why this is needed in the subquery implementation and not regular queries. Bug elsewhere?
2014-02-03 15:53:10 -08:00
Yuval Oren
689191c5ad
Merge branch 'master' into subquery
2014-02-03 14:52:50 -08:00
fjy
14d0e54327
first commit
2014-02-03 14:15:03 -08:00
fjy
21d518e15c
[maven-release-plugin] prepare for next development iteration
2014-01-31 16:32:25 -08:00
fjy
84f434d9f4
[maven-release-plugin] prepare release druid-0.6.53
2014-01-31 16:32:21 -08:00
Yuval Oren
c88cb2af16
Fix NPE when subquery returns empty result
2014-01-24 15:58:47 -08:00
Yuval Oren
f2c1f798b9
Fix subquery merge issues
2014-01-24 15:03:48 -08:00
Yuval Oren
cd719eab3c
Merge branch 'master' into subquery
2014-01-24 14:42:41 -08:00
fjy
c93f896092
Merge branch 'master' into select
...
Conflicts:
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumberSchool.java
2014-01-20 13:26:51 -08:00
fjy
57e022f446
[maven-release-plugin] prepare for next development iteration
2014-01-17 15:53:54 -08:00
fjy
6540b2a58e
[maven-release-plugin] prepare release druid-0.6.52
2014-01-17 15:53:50 -08:00
Yuval Oren
4c8495662f
Subquery support for GroupBy queries
2014-01-15 15:38:57 -08:00
fjy
26a0f862fb
[maven-release-plugin] prepare for next development iteration
2014-01-14 17:35:45 -08:00
fjy
3737ac4966
[maven-release-plugin] prepare release druid-0.6.51
2014-01-14 17:35:40 -08:00
fjy
528efedf52
[maven-release-plugin] prepare for next development iteration
2014-01-14 16:08:47 -08:00
fjy
b4e4a5df96
[maven-release-plugin] prepare release druid-0.6.50
2014-01-14 16:08:43 -08:00
Xavier Léauté
022423e200
fix column closing
2014-01-14 15:01:46 -08:00
fjy
4a9c255cde
[maven-release-plugin] prepare for next development iteration
2014-01-14 09:56:34 -08:00
fjy
d8ac5575bc
[maven-release-plugin] prepare release druid-0.6.49
2014-01-14 09:56:30 -08:00
fjy
396311a547
[maven-release-plugin] prepare for next development iteration
2014-01-13 18:04:29 -08:00
fjy
9c9d6287a2
[maven-release-plugin] prepare release druid-0.6.48
2014-01-13 18:04:24 -08:00
fjy
2aabc6c4e6
Merge branch 'master' into select
...
Conflicts:
processing/src/main/java/io/druid/query/Query.java
server/src/main/java/io/druid/guice/QueryRunnerFactoryModule.java
server/src/main/java/io/druid/guice/QueryToolChestModule.java
server/src/main/java/io/druid/segment/realtime/plumber/RealtimePlumberSchool.java
2014-01-08 16:31:19 -08:00
fjy
0301dde671
remove unnecessary doc line
2014-01-08 15:56:29 -08:00
fjy
50a6839693
inital commit of topNs
2014-01-08 15:51:03 -08:00
fjy
2b46c1d292
[maven-release-plugin] prepare for next development iteration
2014-01-02 19:53:41 -08:00
fjy
7a0f634b02
[maven-release-plugin] prepare release druid-0.6.47
2014-01-02 19:53:35 -08:00
Xavier Léauté
ef05312c97
cleanup dependencies
2013-12-30 16:31:12 -08:00
Xavier Léauté
95d92915bf
more tests for Initialization + dependency cleanup
2013-12-30 16:31:10 -08:00
Gian Merlino
668cf009a0
[maven-release-plugin] prepare for next development iteration
2013-12-20 12:28:54 -08:00
Gian Merlino
bd58def933
[maven-release-plugin] prepare release druid-0.6.46
2013-12-20 12:28:49 -08:00
Gian Merlino
9043c211b2
[maven-release-plugin] prepare for next development iteration
2013-12-20 11:25:36 -08:00
Gian Merlino
29c0fa1df9
[maven-release-plugin] prepare release druid-0.6.45
2013-12-20 11:25:31 -08:00
Gian Merlino
5711ac4aff
[maven-release-plugin] prepare for next development iteration
2013-12-20 11:17:01 -08:00
Gian Merlino
3b15f6a834
[maven-release-plugin] prepare release druid-0.6.44
2013-12-20 11:17:01 -08:00
Gian Merlino
c503f5e9c5
[maven-release-plugin] prepare for next development iteration
2013-12-20 11:17:01 -08:00
Gian Merlino
97095ee3db
[maven-release-plugin] prepare release druid-0.6.43
2013-12-20 11:17:00 -08:00
Gian Merlino
25c3f28907
[maven-release-plugin] prepare for next development iteration
2013-12-18 18:38:27 -08:00
Gian Merlino
6a740768d6
[maven-release-plugin] prepare release druid-0.6.42
2013-12-18 18:38:22 -08:00
Gian Merlino
8d8ec51c9c
[maven-release-plugin] prepare for next development iteration
2013-12-18 16:05:33 -08:00
Gian Merlino
00d651bf6f
[maven-release-plugin] prepare release druid-0.6.41
2013-12-18 16:05:27 -08:00
Gian Merlino
d0fd58bbae
[maven-release-plugin] prepare for next development iteration
2013-12-18 15:35:55 -08:00
Gian Merlino
231d7a6d1f
[maven-release-plugin] prepare release druid-0.6.40
2013-12-18 15:35:50 -08:00
fjy
494ec53050
[maven-release-plugin] prepare for next development iteration
2013-12-17 17:48:46 -08:00
fjy
2a98a4d3e0
[maven-release-plugin] prepare release druid-0.6.39
2013-12-17 17:48:42 -08:00
fjy
5932150d24
[maven-release-plugin] prepare for next development iteration
2013-12-17 16:29:53 -08:00
fjy
ed9f4b4cf2
[maven-release-plugin] prepare release druid-0.6.38
2013-12-17 16:29:49 -08:00
Gian Merlino
3b2833d55d
JavaScriptAggregatorFactory: Handle missing columns by passing down null args
2013-12-16 21:05:14 -08:00
fjy
48d677d135
[maven-release-plugin] prepare for next development iteration
2013-12-16 16:17:45 -08:00
fjy
7e0b4d4fd2
[maven-release-plugin] prepare release druid-0.6.37
2013-12-16 16:17:41 -08:00
fjy
5ecd909f7c
reduce NPEs in CQE
2013-12-16 14:27:01 -08:00
fjy
3812bf7215
[maven-release-plugin] prepare for next development iteration
2013-12-13 16:57:07 -08:00
fjy
a7ff58f877
[maven-release-plugin] prepare release druid-0.6.36
2013-12-13 16:57:02 -08:00
fjy
41d64f4aa6
[maven-release-plugin] prepare for next development iteration
2013-12-13 16:47:21 -08:00
fjy
1c050a02f8
[maven-release-plugin] prepare release druid-0.6.35
2013-12-13 16:47:17 -08:00
fjy
7891e0a2e2
[maven-release-plugin] prepare for next development iteration
2013-12-13 16:20:23 -08:00
fjy
1d75738f81
[maven-release-plugin] prepare release druid-0.6.34
2013-12-13 16:20:18 -08:00
fjy
aef7726c33
[maven-release-plugin] prepare for next development iteration
2013-12-12 18:53:18 -08:00
fjy
1d1baf5976
[maven-release-plugin] prepare release druid-0.6.33
2013-12-12 18:53:14 -08:00
fjy
f920dd6fb2
[maven-release-plugin] prepare for next development iteration
2013-12-12 17:28:38 -08:00
fjy
857d24a4ca
[maven-release-plugin] prepare release druid-0.6.32
2013-12-12 17:28:34 -08:00
fjy
7c744ffda0
[maven-release-plugin] prepare for next development iteration
2013-12-12 14:53:01 -08:00
fjy
365da245c2
[maven-release-plugin] prepare release druid-0.6.31
2013-12-12 14:52:57 -08:00
fjy
64e75becba
Merge pull request #321 from metamx/js-dimextraction-null-fix
...
fix JS dim extraction null handling + test case
2013-12-10 17:14:56 -08:00
fjy
a7cc559623
[maven-release-plugin] prepare for next development iteration
2013-12-09 20:07:38 -08:00
fjy
54755b8864
[maven-release-plugin] prepare release druid-0.6.30
2013-12-09 20:07:34 -08:00
fjy
7a134272b3
[maven-release-plugin] prepare for next development iteration
2013-12-09 18:45:27 -08:00
fjy
829658f171
[maven-release-plugin] prepare release druid-0.6.29
2013-12-09 18:45:23 -08:00
Xavier Léauté
bb69f8adcd
fix JS dim extraction null handling + test case
2013-12-09 18:36:14 -08:00
fjy
98a0f40227
[maven-release-plugin] prepare for next development iteration
2013-12-09 18:35:22 -08:00
fjy
939d2313c0
[maven-release-plugin] prepare release druid-0.6.28
2013-12-09 18:35:18 -08:00
fjy
c03d573e84
[maven-release-plugin] prepare for next development iteration
2013-12-09 18:30:15 -08:00
fjy
71fe8a43da
[maven-release-plugin] prepare release druid-0.6.27
2013-12-09 18:30:11 -08:00
fjy
8aba4ad3d2
Merge pull request #311 from metamx/versions
...
Add versions to static page
2013-12-09 17:18:16 -08:00
fjy
1fb5fc6707
tests
2013-12-09 14:59:44 -08:00
fjy
f17e08324d
Merge branch 'master' into select
2013-12-09 11:30:35 -08:00
fjy
414c17c8b2
dont need to allocate so much mem
2013-12-06 16:13:30 -08:00
fjy
5ba05a46f6
fix nulls in realtime persist
2013-12-05 17:59:02 -08:00
fjy
b78919c729
fix NPEs
2013-12-05 16:49:28 -08:00
fjy
ae5a4ff54c
add versions to incremental index segment
2013-12-05 16:47:28 -08:00
fjy
241c80ef24
working pagination maybe
2013-12-05 13:37:44 -08:00
fjy
7c7cfdf819
[maven-release-plugin] prepare for next development iteration
2013-12-04 18:57:30 -08:00
fjy
6bfb3b8d41
[maven-release-plugin] prepare release druid-0.6.26
2013-12-04 18:57:25 -08:00
fjy
31c7ed639d
first commit
2013-12-04 13:53:08 -08:00
Himadri Singh
47278ad109
Merge relevant changes from 'druid-version-info'
2013-12-04 10:21:19 +05:30
fjy
1a3a1221c2
[maven-release-plugin] prepare for next development iteration
2013-12-02 14:22:54 -08:00
fjy
b18b65108a
[maven-release-plugin] prepare release druid-0.6.25
2013-12-02 14:22:50 -08:00
fjy
de0d6e2264
Merge pull request #308 from metamx/javascript-dimextractionfn
...
Javascript DimExtractionFn
2013-11-27 11:47:07 -08:00
fjy
730e3a2303
[maven-release-plugin] prepare for next development iteration
2013-11-25 17:55:01 -08:00
fjy
c7171e3311
[maven-release-plugin] prepare release druid-0.6.24
2013-11-25 17:54:57 -08:00
Xavier Léauté
5c77884684
Address code review
...
- more tests
- fix license
- add missing getter
2013-11-25 17:14:10 -08:00
Xavier Léauté
51c0393455
typo
2013-11-22 16:33:16 -08:00
Xavier Léauté
41df3e1f11
implement javascript dimextractionfn
2013-11-22 16:33:16 -08:00
Xavier Léauté
d0fe70a21f
replace deprecated calls to getJsonFactory and createJsonParser
2013-11-20 17:14:23 -08:00
fjy
5c6e647148
[maven-release-plugin] prepare for next development iteration
2013-11-20 12:00:15 -08:00
fjy
5b94895a36
[maven-release-plugin] prepare release druid-0.6.23
2013-11-20 12:00:11 -08:00
fjy
ea95566cd9
[maven-release-plugin] prepare for next development iteration
2013-11-20 10:45:21 -08:00
fjy
fe7122b717
[maven-release-plugin] prepare release druid-0.6.22
2013-11-20 10:45:17 -08:00
fjy
88378eb036
[maven-release-plugin] prepare for next development iteration
2013-11-20 10:28:57 -08:00
fjy
2e6056f537
[maven-release-plugin] prepare release druid-0.6.21
2013-11-20 10:28:52 -08:00
fjy
7fec5e6ff7
[maven-release-plugin] prepare for next development iteration
2013-11-19 09:59:48 -08:00
fjy
265ef23cd5
[maven-release-plugin] prepare release druid-0.6.20
2013-11-19 09:59:44 -08:00
fjy
48d275e5cb
[maven-release-plugin] prepare for next development iteration
2013-11-14 18:20:29 -08:00
fjy
c31c5ce1ac
[maven-release-plugin] prepare release druid-0.6.19
2013-11-14 18:20:25 -08:00
fjy
d935e1b47b
[maven-release-plugin] prepare for next development iteration
2013-11-14 15:08:12 -08:00
fjy
32dbbe4f63
[maven-release-plugin] prepare release druid-0.6.18
2013-11-14 15:08:09 -08:00
fjy
373251a476
[maven-release-plugin] prepare for next development iteration
2013-11-14 14:31:26 -08:00
fjy
7120db20a4
[maven-release-plugin] prepare release druid-0.6.17
2013-11-14 14:31:22 -08:00
fjy
89e6ce3550
[maven-release-plugin] prepare for next development iteration
2013-11-14 13:18:24 -08:00
fjy
97293b3f04
[maven-release-plugin] prepare release druid-0.6.16
2013-11-14 13:18:20 -08:00
fjy
e7118cd9be
[maven-release-plugin] prepare for next development iteration
2013-11-14 10:54:37 -08:00
fjy
d3f46c826a
[maven-release-plugin] prepare release druid-0.6.15
2013-11-14 10:54:32 -08:00
fjy
6e7e2428e8
[maven-release-plugin] prepare for next development iteration
2013-11-13 13:27:47 -08:00
fjy
9c4cecc015
[maven-release-plugin] prepare release druid-0.6.14
2013-11-13 13:27:43 -08:00
fjy
0587a9ecd0
Merge pull request #289 from alberts/master
...
Fix compile error in Eclipse 4.3.
2013-11-13 13:15:55 -08:00
fjy
6c41cd8682
[maven-release-plugin] prepare for next development iteration
2013-11-13 11:38:44 -08:00
fjy
b93550194a
[maven-release-plugin] prepare release druid-0.6.13
2013-11-13 11:38:39 -08:00
fjy
9bbaade8f9
[maven-release-plugin] prepare for next development iteration
2013-11-13 10:37:12 -08:00
fjy
4dffef698e
[maven-release-plugin] prepare release druid-0.6.12
2013-11-13 10:37:08 -08:00
fjy
12a188d8d6
[maven-release-plugin] prepare for next development iteration
2013-11-12 15:20:54 -08:00
fjy
63d9f7362a
[maven-release-plugin] prepare release druid-0.6.11
2013-11-12 15:20:47 -08:00
fjy
0681fb614d
[maven-release-plugin] prepare for next development iteration
2013-11-08 15:56:10 -08:00
fjy
de5984ccea
[maven-release-plugin] prepare release druid-0.6.10
2013-11-08 15:56:06 -08:00
fjy
d212b3fc43
[maven-release-plugin] prepare for next development iteration
2013-11-08 15:14:46 -08:00
fjy
4cd4578539
[maven-release-plugin] prepare release druid-0.6.9
2013-11-08 15:14:41 -08:00
fjy
fd4fb78e1f
[maven-release-plugin] prepare for next development iteration
2013-11-08 11:34:12 -08:00
fjy
f8d5d127a4
[maven-release-plugin] prepare release druid-0.6.8
2013-11-08 11:34:09 -08:00
fjy
90240e6f1e
[maven-release-plugin] prepare for next development iteration
2013-11-07 23:29:02 -08:00
fjy
c3d6233bc4
[maven-release-plugin] prepare release druid-0.6.7
2013-11-07 23:28:58 -08:00
fjy
d70bcc5657
repair broken pom
2013-11-07 23:27:06 -08:00
fjy
fafd9c8d27
[maven-release-plugin] prepare for next development iteration
2013-11-07 18:20:19 -08:00
fjy
f945416538
[maven-release-plugin] prepare release druid-0.6.5
2013-11-07 18:20:16 -08:00
fjy
ed328aca6e
[maven-release-plugin] prepare for next development iteration
2013-11-07 18:03:39 -08:00
fjy
e34f1a829b
[maven-release-plugin] prepare release druid-0.6.4
2013-11-07 18:03:36 -08:00
fjy
009646ed56
[maven-release-plugin] prepare for next development iteration
2013-11-07 17:40:12 -08:00
fjy
4cde47c9d1
[maven-release-plugin] prepare release druid-0.6.3
2013-11-07 17:40:06 -08:00
fjy
e6a83c0339
[maven-release-plugin] prepare for next development iteration
2013-11-07 17:05:52 -08:00
fjy
2ac09b798d
[maven-release-plugin] prepare release druid-0.6.2
2013-11-07 17:05:48 -08:00
Xavier Léauté
66181be1c6
make things final and fix copy-paste errors
2013-11-07 15:25:47 -08:00
Xavier Léauté
074589ffce
JavaScript post-aggregator
2013-11-07 15:07:14 -08:00
fjy
ee15fd9f85
[maven-release-plugin] prepare for next development iteration
2013-11-05 15:42:37 -08:00
fjy
713015199a
[maven-release-plugin] prepare release druid-0.6.1
2013-11-05 15:42:33 -08:00
Albert Strasheim
1589909b9d
Fix compile error in Eclipse 4.3.
...
The method dimEquals(String, String) is ambiguous for the type DimFilters.
2013-11-04 21:23:13 -08:00
Xavier Léauté
a86b02635a
remove DimensionSelectorFactory
2013-10-23 22:02:06 -07:00
daggerrz
522feb65d5
Use druid-api 0.1.2-SNAPSHOT which provides Row.getRaw()
2013-10-20 22:39:13 -04:00
fjy
a684885839
[maven-release-plugin] prepare for next development iteration
2013-10-18 15:48:16 -07:00
fjy
88dcfe9a94
[maven-release-plugin] prepare release druid-0.6.0
2013-10-18 15:48:12 -07:00
fjy
9796a40b92
port docs over to 0.6 and a bunch of misc fixes
2013-10-11 18:38:53 -07:00
fjy
a9a723bd11
clean up poms, add a new loading your own data tutorial, add new validation, clean up logs
2013-10-09 15:42:39 -07:00
cheddar
c47fe202c7
Fix HadoopDruidIndexer to work with the new way of things
...
There are multiple and sundry changes in here.
First, "HadoopDruidIndexer" has been split into two pieces, (1) CliHadoop which pulls the hadoop version and builds up the right classpath with the proper hadoop version to run the indexer and (2) CliInternalHadoopIndexer which actually runs the indexer.
In order to work around a bunch of jets3t version conflicts with Hadoop and Druid, I needed to extract the S3 deep storage stuff into its own module. I then also moved the HDFS stuff into its own module so that I could eliminate the dependency on Hadoop for druid-server.
In doing these changes, I wanted to make the extensions buildable with only the druid-api jar, so a few other things had to move out of Druid and into druid-api. They are all API-level things, however, so they really belong in druid-api instead.
Lastly, I removed the druid-realtime module and put it all in druid-server.
2013-10-09 15:15:44 -05:00
fjy
ac330f72bb
first set of changes to standarize the naming convention we use in druid
2013-10-03 16:36:48 -07:00
fjy
bc8db7daa5
1) make chat handler resource work again
...
2) add more default configs
3) make examples work again
2013-10-02 14:22:39 -07:00
fjy
ed9e0cf9f6
add a local firehose for indexing local files
2013-09-30 16:03:26 -07:00
fjy
a79ad7bab4
make dynamic master resource configuration work again
2013-09-27 15:00:40 -07:00
cheddar
46631bf409
Port fix for issue where IncrementalIndex doesn't properly filter for "null" values from 0.5.x to master
2013-09-18 18:18:53 -05:00
cheddar
e019dddaaa
Reapply Fix for NoSuchElementException that happens in IncrementalIndex when some columns are null
2013-09-18 17:54:49 -05:00
cheddar
dc728b5721
Update versions of poms and make IncrementalIndexStorageAdapterTest compile
2013-09-18 17:01:03 -05:00
cheddar
6bfe2310bb
Merge branch 'master' into guice
...
Conflicts:
client/pom.xml
client/src/main/java/com/metamx/druid/query/segment/LegacySegmentSpec.java
indexing-common/pom.xml
indexing-service/src/main/java/com/metamx/druid/indexing/common/TaskToolbox.java
indexing-service/src/main/java/com/metamx/druid/indexing/common/TaskToolboxFactory.java
indexing-service/src/main/java/com/metamx/druid/indexing/common/task/RealtimeIndexTask.java
indexing-service/src/main/java/com/metamx/druid/indexing/worker/executor/ExecutorNode.java
indexing-service/src/test/java/com/metamx/druid/indexing/coordinator/RemoteTaskRunnerTest.java
indexing-service/src/test/java/com/metamx/druid/indexing/coordinator/TaskLifecycleTest.java
indexing-service/src/test/java/com/metamx/druid/indexing/coordinator/TaskQueueTest.java
realtime/src/main/java/com/metamx/druid/realtime/RealtimeNode.java
realtime/src/main/java/com/metamx/druid/realtime/firehose/IrcFirehoseFactory.java
realtime/src/main/java/com/metamx/druid/realtime/firehose/WikipediaIrcDecoder.java
realtime/src/main/java/com/metamx/druid/realtime/plumber/RealtimePlumberSchool.java
server/src/main/java/com/metamx/druid/BaseServerNode.java
server/src/main/java/com/metamx/druid/http/ComputeNode.java
server/src/main/java/com/metamx/druid/index/v1/IncrementalIndexStorageAdapter.java
server/src/main/java/com/metamx/druid/query/group/GroupByQueryEngine.java
2013-09-18 16:46:54 -05:00
cheddar
dadd9bc5ce
1) Rename MetricSelector(Factory) to ColumnSelector(Factory)
...
2) Hard coded plugin as a first pass, won't actually work for anyone else.
2013-09-04 11:19:46 -05:00
cheddar
740c70ed06
1) It's good when unit tests actually pass...
2013-08-31 17:27:15 -05:00
cheddar
3c39f90c89
1) Move Firehose interface and dependencies to druid-api
...
2) Move DataSegment* interfaces and dependencies to druid-api
2013-08-31 16:43:28 -05:00
cheddar
5ab671050e
No more com.metamx.druid, it is now all io.druid!
2013-08-30 19:42:12 -05:00
cheddar
bd0756e360
More stuff moved, things still compiling and tests still passing. Yay!
2013-08-30 18:58:35 -05:00
cheddar
56e2b956d0
OMG!!! A lot of stuff has been moved. Modules have been created and destroyed, but everything is compiling and unit tests are passing, OMFG this is awesome.!
2013-08-30 18:21:04 -05:00