Slim
86c4900347
fix thetaSketch post aggregator doc
2016-02-23 10:43:54 -06:00
Himanshu Gupta
c7cb5bff14
fix thetaSketchSetOp doc
2016-02-23 09:17:49 -06:00
Fangjin Yang
0c984f9e32
Merge pull request #2109 from himanshug/segments_in_delta_ingestion
...
idempotent batch delta ingestion
2016-02-22 14:00:45 -08:00
Slim
79614bd159
Merge pull request #2514 from himanshug/doc_update
...
updating thetaSketchSetOp post agg documentation to reflect the possibility of nesting
2016-02-22 13:13:58 -06:00
Fangjin Yang
3bdd757024
Merge pull request #1773 from b-slim/log_details
...
Adding downstream source when throwing QueryInterruptedException
2016-02-22 10:16:07 -08:00
Himanshu Gupta
f7679dd5a9
updating thetaSketchSetOp post agg documentation to reflect the possibility of nesting
2016-02-22 09:38:58 -06:00
Himanshu Gupta
21b0b8a07d
new coordinator endpoint to get list of used segment given a dataSource and list of intervals
2016-02-21 23:17:58 -06:00
Himanshu Gupta
09ffcae4ae
give user the option to specify the segments for dataSource inputSpec
2016-02-21 23:15:31 -06:00
Slim Bouguerra
77925cc061
adding downstream source of QueryInterruptedException
2016-02-20 13:05:14 -06:00
Fangjin Yang
8ee81947cd
Merge pull request #2494 from himanshug/fix_timeseries
...
do not drop post-aggs in TimeseriesQueryToolChest.makePreComputeManipulatorFn
2016-02-20 10:37:32 -08:00
Gian Merlino
23c993c9e7
Add druid.indexer.server.maxChatRequests for QoS; deprecate separate ports.
...
- Add druid.indexer.server.maxChatRequests, which sets up a QoSFilter on the main Jetty server.
- Deprecate druid.indexer.runner.separateIngestionEndpoint
- Deprecate druid.indexer.server.chathandler.*
2016-02-19 13:36:09 -08:00
Fangjin Yang
8a41f03377
Merge pull request #2496 from gianm/hll-finalizing-comparator
...
Add comparator to HyperUniquesFinalizingPostAggregator.
2016-02-19 13:03:43 -08:00
Bingkun Guo
499288ff4b
Merge pull request #2509 from metamx/hadoopIsolatorTest
...
Add hadoop classloader isolation tests for HadoopTask
2016-02-19 14:23:22 -06:00
Fangjin Yang
a3c29b91cc
Merge pull request #2505 from gianm/rt-exceptions
...
Harmonize realtime indexing loop across the task and standalone nodes.
2016-02-19 11:23:14 -08:00
Charles Allen
9dff0e5dbd
Add hadoop classloader isolation tests for HadoopTask
2016-02-19 11:15:53 -08:00
Fangjin Yang
44e925c98f
Merge pull request #2506 from metamx/failTravisFaster
...
Fail travis builds faster
2016-02-19 11:01:37 -08:00
Fangjin Yang
ddf913d626
Merge pull request #2508 from gianm/ftr-shutdown-logging
...
ForkingTaskRunner: Better logging during orderly shutdown.
2016-02-19 10:02:24 -08:00
Fangjin Yang
9acc2834ff
Merge pull request #2501 from metamx/forwardport2500
...
Make HadoopTasks's classloader a single one
2016-02-19 09:56:38 -08:00
Gian Merlino
c0c6cf77fa
ForkingTaskRunner: Better logging during orderly shutdown.
2016-02-19 09:17:16 -08:00
Gian Merlino
d25c46cb9f
Add comparator to HyperUniquesFinalizingPostAggregator.
...
This makes it possible to do groupBys with clauses like "HAVING uniques > 10".
Beforehand you couldn't do it with either an aggregator (because it returns
an HLLV1 which the havingSpec can't understand) or a finalized postaggregator
(because it didn't have a comparator).
Now you can at least do it with a finalizing postaggregator. Trying it with
the aggregator alone still doesn't work.
Added some topN and groupBy tests verifying the comparator, and added an
@Ignore test that should pass if havingSpecs are made work on the aggregator
directly.
2016-02-19 08:36:08 -08:00
Charles Allen
dd3cf93430
Fail travis builds faster
2016-02-19 07:38:06 -08:00
Gian Merlino
243ac5399b
Harmonize realtime indexing loop across the task and standalone nodes.
...
- Both now catch ParseExceptions on plumber.add (see https://groups.google.com/d/topic/druid-user/wmiRDvx2RvM/discussion )
- Standalone now treats IndexSizeExceededException as fatal (previously only the task did)
2016-02-19 07:34:15 -08:00
pdeva
4725522759
update middlemanager.conf
2016-02-18 21:47:50 -08:00
Charles Allen
87752be740
Make HadoopTasks's classloader a single one
2016-02-18 20:58:09 -08:00
Fangjin Yang
7e5d9a84f9
Merge pull request #2498 from guobingkun/fix_tarball
...
generate tarball by mvn package
2016-02-18 15:57:20 -08:00
Bingkun Guo
9e4c908922
generate tarball by mvn package
2016-02-18 16:42:41 -06:00
Himanshu
5ba8893fa3
Merge pull request #2490 from guobingkun/better_printing
...
Integration tests: print expected results in json
2016-02-18 09:36:13 -06:00
Bingkun Guo
72ab621c2a
Integration tests: print expected results in json format
2016-02-18 00:14:49 -06:00
Himanshu Gupta
11b0117422
do not drop post-aggs in timeseries query tool chest makePreComputeManipulatorFn like other query types
2016-02-17 20:51:35 -06:00
Fangjin Yang
083f019a48
Merge pull request #2465 from druid-io/more-doc-fix
...
more doc fixes
2016-02-17 11:00:38 -08:00
Parag Jain
1c4cfd5829
Merge pull request #2485 from rasahner/DOC_fixDockerLink
...
integration-tests/README: fix link to docker-install
2016-02-17 12:10:55 -06:00
Fangjin Yang
661c3aac4f
Merge pull request #2483 from druid-io/b-slim-patch-1
...
clarification about monitoring period
2016-02-17 09:46:25 -08:00
fjy
7da6594bfe
more doc fixes
2016-02-17 09:43:47 -08:00
Robin
19774b5e9a
integration-tests/README: fix link to docker-install
2016-02-17 11:21:14 -06:00
Slim
761059f68b
Merge pull request #2484 from gianm/compression-doc
...
Multivalued dimensions can be compressed since 0.8.0.
2016-02-17 11:18:08 -06:00
Gian Merlino
3a996216bd
Multivalued dimensions can be compressed since 0.8.0.
2016-02-17 08:33:21 -08:00
Charles Allen
5a69fe891a
Merge pull request #2472 from redBorder/master
...
Fixed equal distribution strategy when exist disabled middleManagers.
2016-02-17 07:29:14 -08:00
Slim
e9f1c94822
Update metrics.md
2016-02-17 09:27:15 -06:00
Slim
ebbb1aa74e
Update metrics.md
2016-02-17 09:05:16 -06:00
Andrés Gomez
07d714b1b5
Fixed equal distribution strategy when exist disable middleManager with same currCapacityUsed.
2016-02-17 08:40:42 +01:00
Fangjin Yang
64409cd6bb
Merge pull request #2475 from rasahner/IT_updateQueryTests
...
query tests: add max and min to segment metadata query results
2016-02-16 15:58:28 -08:00
Robin
a785f0e6ce
query tests: add max and min to segment metadata query results
2016-02-16 13:23:46 -06:00
Fangjin Yang
5364aa5b6c
Merge pull request #2470 from rasahner/IT_killFalse
...
integration-tests: stop using kill=false to disable segments
2016-02-16 09:43:35 -08:00
Navis Ryu
e60fc1b7f1
Merge pull request #2474 from CHOIJAEHONG1/support-alphanumeric-dimensional-sort-in-gropu-by
...
delete System.out.println() in test code (#2474 )
2016-02-16 22:35:22 +09:00
Jaehong Choi
32b9d57b23
handle a failing UT in GroupByQueryRunnerTest after merging into the master
2016-02-16 16:56:57 +09:00
Jaehong Choi
b25bca85bc
Merge branch 'master' of https://github.com/druid-io/druid into support-alphanumeric-dimensional-sort-in-gropu-by
2016-02-16 16:42:05 +09:00
Jaehong Choi
e89afc901b
delete System.out.println() in test code
2016-02-16 15:26:37 +09:00
Navis Ryu
cd315627c9
Merge pull request #2393 from CHOIJAEHONG1/support-alphanumeric-dimensional-sort-in-gropu-by
...
support alphanumeric sorting for dimensional columns in groupby (#2393 )
2016-02-16 14:11:30 +09:00
Slim
16092eb5e2
Merge pull request #2464 from gianm/print-properties
...
Make startup properties logging optional.
2016-02-14 15:11:35 -06:00
Robin
34b143ae10
integration-tests: stop using kill=false to disable segments
2016-02-14 12:54:43 -06:00