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
|
61c7fd2e6e
|
make ingestOffheap tuneable
|
2014-09-30 15:30:02 +05:30 |
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é
|
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 |