xvrl
|
426c2b2c2d
|
remove some_file.txt
|
2013-05-06 14:22:47 -07:00 |
cheddar
|
a25469eba6
|
1) Rename "orderBy" on DefaultLimitSpec to "columns"
|
2013-05-06 15:43:28 -05:00 |
cheddar
|
9324b2337b
|
Merge branch 'master' of github.com:metamx/druid
|
2013-05-06 15:34:50 -05:00 |
cheddar
|
cdd8f78ed3
|
1) Make GroupByQuery not require a limit clause
2) Make DefaultLimitSpec not require the "limit" field to be specified in JSON
3) Move a log line in Announcer to debug
|
2013-05-06 15:33:08 -05:00 |
fjy
|
b18a548f5c
|
update emitter version
|
2013-05-06 13:22:42 -07:00 |
cheddar
|
72e40fd97f
|
Merge pull request #138 from metamx/kit-building
Kit building
|
2013-05-06 09:58:44 -07:00 |
Steve Harris
|
16455fe99b
|
Merge branch 'master' of https://github.com/metamx/druid into kit-building
|
2013-05-04 22:10:07 -07:00 |
Steve Harris
|
cfe9b7f177
|
Added a few comments and made sure it still works for non-kits
|
2013-05-04 21:02:31 -07:00 |
Steve Harris
|
c0e38981ff
|
Forgot to edit the source file so config was messed up
|
2013-05-04 20:50:53 -07:00 |
Steve Harris
|
5a9bf98b6c
|
Some changes to automatically build a kit with samples.
|
2013-05-04 20:04:16 -07:00 |
cheddar
|
de720e6e1a
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-03 18:41:39 -05:00 |
cheddar
|
ba2b2fb39f
|
[maven-release-plugin] prepare release druid-0.4.3
|
2013-05-03 18:41:33 -05:00 |
cheddar
|
36516d214e
|
Merge pull request #136 from metamx/group_by_order_limit
Some more adjustments to the order by/limit functionality on groupBy queries
|
2013-05-03 16:38:08 -07:00 |
cheddar
|
665f3ef0fd
|
1) Unit tests for order by and limit stuff for groupBy queries
2) Adjustments to order by and limit stuff in light of unit tests-n-stuff
|
2013-05-03 17:47:18 -05:00 |
cheddar
|
3d262e6ef6
|
Merge pull request #135 from metamx/groupby-improve
Orderby and Limit for Groupby
|
2013-05-03 11:12:46 -07:00 |
fjy
|
c15ac1fc90
|
limit spec for group by
|
2013-05-03 10:52:00 -07:00 |
cheddar
|
c89f4cc85f
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-03 12:17:05 -05:00 |
cheddar
|
4fef7c2c43
|
[maven-release-plugin] prepare release druid-0.4.2
|
2013-05-03 12:16:57 -05:00 |
cheddar
|
6649a4b38d
|
1) Don't require druid.zk.paths.base when attempting to load properties from zk
|
2013-05-03 12:13:57 -05:00 |
cheddar
|
3c04f1635c
|
1) Fix bug with same name on multiple JSON properties
|
2013-05-02 18:00:50 -05:00 |
cheddar
|
5f184ea978
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-02 17:13:28 -05:00 |
cheddar
|
df6fd5eca7
|
[maven-release-plugin] prepare release druid-0.4.1
|
2013-05-02 17:13:22 -05:00 |
cheddar
|
0b96585240
|
1) Unbreak the build
|
2013-05-02 16:38:44 -05:00 |
cheddar
|
12fe145cc8
|
1) Setup assembly to grab all dependencies -- it's broken right now, http://jira.codehaus.org/browse/MASSEMBLY-646
|
2013-05-02 16:35:06 -05:00 |
cheddar
|
d1a8b93b3f
|
1) druid-services -> services
|
2013-05-01 17:37:38 -05:00 |
cheddar
|
b82a4e57f3
|
1) A "working" assembly
|
2013-05-01 17:31:29 -05:00 |
cheddar
|
e21e85b9fa
|
1) Make RealtimeIndexTask merge results like it should
|
2013-05-01 13:08:13 -05:00 |
cheddar
|
e1a2c43baf
|
1) Adjust the example code to all be in one repository.
2) Adjust the run scripts to be able to switch between different examples.
|
2013-05-01 12:51:26 -05:00 |
cheddar
|
0a3492c9f5
|
Move all the code for examples under the examples directory. Also add initial take on flights demo.
|
2013-04-30 18:27:38 -05:00 |
cheddar
|
72982f5980
|
Remove the rand demo directory
|
2013-04-30 18:18:15 -05:00 |
cheddar
|
8922adb1f2
|
1) Make the demos work again.
2) First step in restructuring the demos into a single repository
|
2013-04-30 18:13:55 -05:00 |
cheddar
|
e1367f256b
|
Fixes #112, paths specified as "s3://" when given to HadoopDruidIndexerMain will be converted to "s3n://" and loaded via Hadoop's default file system for s3n.
|
2013-04-30 12:58:36 -05:00 |
cheddar
|
60b279b0d3
|
1) Add support for storing segments in HDFS
|
2013-04-30 12:47:43 -05:00 |
cheddar
|
cd535fcd79
|
Merge pull request #131 from metamx/curator
Remove references to i0tec.zkClient and replace with Curator
|
2013-04-30 09:02:47 -07:00 |
cheddar
|
25d7ecacb1
|
No more snapshots
|
2013-04-30 11:01:04 -05:00 |
cheddar
|
a665e8b3b7
|
whitespace!
|
2013-04-29 14:02:30 -05:00 |
cheddar
|
2630d75cd3
|
More explicit comments around Zookeeper race condition
|
2013-04-29 13:58:57 -05:00 |
cheddar
|
cee15bb88a
|
Adjust passing of nodeType to ExecutorMain to be via a system property instead of via a command line argument.
|
2013-04-29 12:05:59 -05:00 |
cheddar
|
405eed7c60
|
Better name for ServerInventoryThingie
|
2013-04-29 11:48:42 -05:00 |
cheddar
|
52ba60963e
|
Screwed up the conflicts on rebasing. Fixorz orz orz
|
2013-04-26 19:25:23 -05:00 |
cheddar
|
99305b29c8
|
Fixorz unit tests!
|
2013-04-26 19:19:57 -05:00 |
cheddar
|
74ff07ba3e
|
Moar unit tests
|
2013-04-26 19:19:57 -05:00 |
cheddar
|
8768406069
|
1) Unit tests!
|
2013-04-26 19:19:57 -05:00 |
cheddar
|
046647c203
|
1) Make druid.zk.paths.base required
2) Unit tests for announcer and fix race condition with session death
|
2013-04-26 19:19:57 -05:00 |
cheddar
|
163a73bed1
|
More logging stuff
|
2013-04-26 19:19:57 -05:00 |
cheddar
|
19d80ccd9d
|
Remove extraneous logs
|
2013-04-26 19:19:57 -05:00 |
cheddar
|
de5c8c9d64
|
It's better when things compile
|
2013-04-26 19:19:56 -05:00 |
cheddar
|
1eb2dfe17e
|
1) Don't need a ServiceEmitter in ZkCoordinator anymore.
|
2013-04-26 19:19:56 -05:00 |
cheddar
|
38b5d94ffc
|
1) Imports...
|
2013-04-26 19:19:56 -05:00 |
cheddar
|
67ce1b6f26
|
1) Adjust all of the uses of zookeeper paths to be based on ZkPathsConfig
|
2013-04-26 19:19:56 -05:00 |