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 |
|
jisookim0513
|
66277ddf2b
|
deleted dbSegmentPublisher
|
2014-10-10 12:41:35 -07: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 |
|
Xavier Léauté
|
81641d7887
|
http accessible while loading + status endpoint
|
2014-10-06 13:32:27 -07: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 |
|
jisookim0513
|
0e50852985
|
fixed MetadataTaskStorage and handler
|
2014-09-30 14:09:23 -07:00 |
|
fjy
|
4a09678739
|
make the selection strategy in rtr extendable
|
2014-09-29 14:24:02 -07:00 |
|
jisookim0513
|
74565c9371
|
cleaned up the code
|
2014-09-27 13:10:01 -07:00 |
|
jisookim0513
|
6a641621b2
|
finished merging into druid-0.7.x; derby not working (to be fixed)
|
2014-09-26 14:24:53 -07:00 |
|
jisookim0513
|
43cc6283d3
|
trying to revert files that have overwritten changes
|
2014-09-26 12:38:04 -07:00 |
|
fjy
|
4244accab5
|
Merge branch 'druid-0.7.x' of github.com:metamx/druid into druid-0.7.x
|
2014-09-26 11:39:50 -07:00 |
|
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 |
|
jisookim0513
|
3bf39cc9f8
|
attempted to fix merge-conflicts
|
2014-09-24 15:55:42 -07:00 |
|
jisookim0513
|
273205f217
|
initial attempt for abstraction; druid cluster works with Derby as a default
|
2014-09-19 17:39:59 -07:00 |
|
Xavier Léauté
|
f1e3518f37
|
initialize segment view before announcing broker
|
2014-09-16 00:07:31 -07:00 |
|
Xavier Léauté
|
0209b7e440
|
fix bridge port
|
2014-09-15 15:57:08 -07:00 |
|
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 |
|
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 |
|
Xavier Léauté
|
58ab759fc6
|
remove unused imports
|
2014-08-29 14:03:47 -07:00 |
|
Gian Merlino
|
5888275206
|
Repeat less repeatedly.
|
2014-08-26 13:39:09 -07:00 |
|
Gian Merlino
|
890ba5a4ca
|
Better usage messages for CliHadoopIndexer.
|
2014-08-26 13:29:11 -07:00 |
|
Gian Merlino
|
953c855410
|
CliHadoopIndexer: Modify maven arguments to be consistent with pull-deps.
|
2014-08-26 12:04:59 -07:00 |
|
Xavier Léauté
|
1fd30ab588
|
default service/host/port for all nodes
|
2014-08-15 17:14:05 -07:00 |
|
Xavier Léauté
|
17a3e65dc4
|
add missing tables
|
2014-08-15 12:50:30 -07:00 |
|
Xavier Léauté
|
6f0e768d82
|
add tools comand to create metadata storage tables
|
2014-08-14 17:13:55 -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
|
d082718ed2
|
fix assembly file
|
2014-08-11 14:28:44 -07:00 |
|
fjy
|
08c7aabb34
|
fix deadlock condition that can exist in the coordinator
|
2014-08-07 15:55:25 -07:00 |
|
jisookim0513
|
6f58cd1156
|
fix merge conflcts; change test files
|
2014-08-04 17:45:56 -07:00 |
|
fjy
|
7803ca07e7
|
fix broken chat handler
|
2014-07-29 17:58:21 -07:00 |
|
fjy
|
89149b5fcb
|
prepare for next release
|
2014-07-29 17:38:19 -07:00 |
|
Xavier Léauté
|
05a09d2550
|
allow overriding coordinator static resource
|
2014-07-29 15:13:57 -07:00 |
|
fjy
|
2ad1bd3f44
|
add back metrics
|
2014-07-29 10:22:55 -07:00 |
|
fjy
|
088c2386dc
|
rewrite router async logic
|
2014-07-28 16:32:15 -07:00 |
|
Xavier Léauté
|
2d4f1889e8
|
completely async request proxying + jetty update
|
2014-07-25 16:22:43 -07:00 |
|
fjy
|
bb5c5b3ce7
|
fix config with broker select and add docs
|
2014-07-25 10:50:41 -07:00 |
|
fjy
|
fec788f33f
|
Merge branch 'master' into smarter-router
Conflicts:
services/src/main/java/io/druid/cli/RouterJettyServerInitializer.java
|
2014-07-22 17:06:45 -07:00 |
|
Xavier Léauté
|
e76561e400
|
use async gzip filter for async servlet
|
2014-07-22 16:55:43 -07:00 |
|
Xavier Léauté
|
00f086665c
|
default async timeout to server idle timeout
|
2014-07-22 16:55:21 -07:00 |
|
Xavier Léauté
|
f847a46ccf
|
fix typo
|
2014-07-22 15:53:50 -07:00 |
|
fjy
|
8f2fc595ee
|
allow router to override selection based on config
|
2014-07-22 10:12:02 -07:00 |
|
fjy
|
bf71d079f3
|
fix #636
|
2014-07-16 15:20:20 -07:00 |
|
fjy
|
534acc9eab
|
fix mm
|
2014-07-15 22:50:38 -07:00 |
|
fjy
|
935b642b2c
|
fix overlord binding problems
|
2014-07-15 16:13:11 -07:00 |
|
jisookim0513
|
c4397bd65a
|
fixed merge conflicts
|
2014-07-07 11:26:11 -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
|
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 |
|
fjy
|
5227b43050
|
fix more test breakage
|
2014-06-17 10:35:01 -07:00 |
|