Fangjin Yang
e668660a9c
fix strategy check in indexing coordinator
2012-11-09 15:48:26 -08:00
Fangjin Yang
5859599365
[maven-release-plugin] prepare for next development iteration
2012-11-09 13:41:04 -08:00
Fangjin Yang
56f2c15e21
[maven-release-plugin] prepare release druid-0.1.2
2012-11-09 13:40:57 -08:00
Fangjin Yang
2ef1136ab2
fix a bug where intervals were being returned as String instead of Interval objects by the compute nodes
2012-11-09 13:39:02 -08:00
Fangjin Yang
0b7a3f259a
[maven-release-plugin] prepare for next development iteration
2012-11-09 10:10:32 -08:00
Fangjin Yang
baba4e7b75
[maven-release-plugin] prepare release druid-0.1.1
2012-11-09 10:10:26 -08:00
Fangjin Yang
03e5d74087
[maven-release-plugin] prepare for next development iteration
2012-11-09 09:33:06 -08:00
Fangjin Yang
8aff8decad
[maven-release-plugin] prepare release druid-0.1.0
2012-11-09 09:32:57 -08:00
Eric Tschetter
0a0e2a6cc1
1) Try to fix the dependency issues for running the HadoopDruidIndexer locally.
2012-11-08 17:06:02 -08:00
cheddar
81a33bcbb3
Merge pull request #26 from metamx/misc
...
Updates to druid indexer to be able to index complex metrics
2012-11-08 16:39:07 -08:00
Fangjin Yang
6da047b5fa
fix backwards compatibility issues
2012-11-08 15:09:00 -08:00
Fangjin Yang
17fb93d049
fixes to init and more unit tests for timeseries
2012-11-08 14:43:02 -08:00
Fangjin Yang
5cf21e3c8a
Merge branch 'master' into misc
2012-11-08 13:49:02 -08:00
cheddar
90b7fd9935
Merge pull request #25 from metamx/moarunittests
...
A basic timeseries query for druid and also more unit tests
2012-11-08 13:46:30 -08:00
Fangjin Yang
09e81be14c
rename file
2012-11-08 13:42:58 -08:00
Fangjin Yang
e8d1909883
rename file
2012-11-08 13:42:14 -08:00
Fangjin Yang
ef6e65b8ca
Merge branch 'moarunittests' into misc
...
Conflicts:
client/src/main/java/com/metamx/druid/http/BrokerMain.java
2012-11-08 10:51:41 -08:00
Fangjin Yang
4c98b176e4
Merge branch 'master' into misc
...
Conflicts:
merger/src/main/java/com/metamx/druid/merger/coordinator/RemoteTaskRunner.java
2012-11-08 10:51:13 -08:00
Fangjin Yang
3ddfdfc702
add missing header
2012-11-08 10:45:21 -08:00
Fangjin Yang
bff5a7d786
fix some merge issues
2012-11-08 10:43:39 -08:00
Fangjin Yang
8323feedb4
Merge branch 'master' into moarunittests
...
Conflicts:
client/src/main/java/com/metamx/druid/http/BrokerMain.java
2012-11-08 10:37:05 -08:00
Fangjin Yang
88bb02963a
fix compile breakage introduced by scaling strategies
2012-11-08 10:32:18 -08:00
cheddar
f8a5d08dc3
Merge pull request #20 from metamx/autoscaling
...
Improvements to distributed indexing service and auto scaling
2012-11-08 10:11:33 -08:00
Fangjin Yang
7083821fbf
no param for scaling provision and minor fix for initialization
2012-11-08 10:08:40 -08:00
Fangjin Yang
cdd9cdb2bd
use PropUtils for indexer coordinator node
2012-11-08 09:31:22 -08:00
Fangjin Yang
f39af83be4
make switching between scaling strategies config based
2012-11-08 09:30:32 -08:00
Fangjin Yang
4d6cfdc774
Merge branch 'master' into autoscaling
2012-11-07 17:27:42 -08:00
Fangjin Yang
52214d7355
additional improvements according to code review; unit tests; bug fixes for retry policies
2012-11-07 17:27:23 -08:00
cheddar
9c3b70068e
Merge pull request #22 from metamx/histograms
...
HistogramVisual: add support for quantiles
2012-11-06 20:20:34 -08:00
Eric Tschetter
b1475219a9
Merge branch 'master' of git://github.com/tralfamadude/druid-1
...
Added DruidSetup.java and install/druid_setup.sh to run it for Druid ensemble setup (put properties to zk, create zk zpaths, prep db, and dump properties/paths in zk); property druid.zk.paths.base can establish a namespace for a druid ensemble allowing more than one ensemble to use the same zookeepers; this namespace is the base zpath prefix for paths with properties in the form druid.zk.paths.*Path which are normally set automatically now; if druid.zk.paths.*Path are explicitly set, then all of them must be set with absolute paths to ensure careful attention; ZkSetup is now deprecated, use DruidSetup instead; examples/twitter RealtimeStandaloneMain will exit properly now after a kill -15 (control-c or kill pid) instead of hanging on an unstopped daemon.
2012-11-06 20:15:57 -08:00
Nelson Ray
217caa3a04
HistogramVisual: put min. and max. in quantile array
2012-11-06 16:55:35 -08:00
Paul Baclace
cb02c6841b
removed recursive zpath listing from DruidSetup dump command.
2012-11-06 15:30:46 -08:00
Fangjin Yang
34cb352cf8
working indexer with registererers
2012-11-06 14:26:53 -08:00
Fangjin Yang
5698f640d7
fix last commit with version
2012-11-06 12:40:53 -08:00
Fangjin Yang
0b6dd99452
set default version if one is not set
2012-11-06 12:36:55 -08:00
Fangjin Yang
34a221a586
fix bug with jackson conversion
2012-11-06 11:56:48 -08:00
Fangjin Yang
68e5adde33
register registererers in the config
2012-11-06 11:49:17 -08:00
Paul Baclace
86d2fb3550
added DruidSetup.java and install/druid_setup.sh to run it for Druid ensemble setup (put properties to zk, create zk zpaths, prep db, and dump properties/paths in zk); property druid.zk.paths.base can establish a namespace for a druid ensemble allowing more than one ensemble to use the same zookeepers; this namespace is the base zpath prefix for paths with properties in the form druid.zk.paths.*Path which are normally set automatically now; if druid.zk.paths.*Path are explicitly set, then all of them must be set with absolute paths to ensure careful attention; ZkSetup is now deprecated, use DruidSetup instead; examples/twitter RealtimeStandaloneMain will exit properly now after a kill -15 (control-c or kill pid) instead of hanging on an unstopped daemon.
2012-11-06 00:16:27 -08:00
Fangjin Yang
eb2b5a61fa
fix setters for hadoop node
2012-11-05 18:40:54 -08:00
Fangjin Yang
2ae0a15b5a
add register abilities to mapper
2012-11-05 18:31:23 -08:00
Fangjin Yang
9fbee29eb4
change hadoop indexer to be node based
2012-11-05 18:19:04 -08:00
Fangjin Yang
7b2522ff3f
allow hadoop druid indexer to register registererers
2012-11-05 16:13:50 -08:00
Fangjin Yang
a356447767
Merge branch 'moarunittests' into misc
...
Conflicts:
client/src/main/java/com/metamx/druid/http/BrokerMain.java
2012-11-05 16:13:20 -08:00
Nelson Ray
0a42f18cc3
HistogramVisual: add support for quantiles
2012-11-05 14:33:15 -08:00
Fangjin Yang
51cd361fbe
some changes to how handlers are registered
2012-11-05 13:39:16 -08:00
Fangjin Yang
499263386c
timeseries for druid + unit tests
2012-11-05 11:38:03 -08:00
Fangjin Yang
6b247f1599
cleanup redundant code
2012-11-05 11:19:55 -08:00
Fangjin Yang
b4e3f98f4b
bug fixes for retries without sufficient capacity
2012-11-05 11:18:11 -08:00
Fangjin Yang
e9dadcae49
more sensical logic around when to terminate worker nodes
2012-11-02 16:59:49 -07:00
Fangjin Yang
a5c3eab2f1
fix merge break
2012-11-02 15:59:55 -07:00