1434 Commits

Author SHA1 Message Date
cheddar
090921b43e [maven-release-plugin] prepare release druid-0.5.5 druid-0.5.5 2013-07-01 16:04:25 -07:00
cheddar
797a083b69 1) Adjust SingleSegmentLoader to allow for storing segments on multiple different mount points. The specification language is really janky right now, so this is remaining a stealth feature for the time being. 2013-07-01 14:56:57 -07:00
cheddar
e8afeda046 Merge branch 'master' of github.com:metamx/druid 2013-07-01 14:54:32 -07:00
fjy
f0b0d70dda filter nulls in CEQR 2013-07-01 10:25:38 -07:00
Russell Jurney
e569b28c59 Configuration changes to make later model stuff work. 2013-06-28 21:00:29 -07:00
fjy
d02f152498 fix NPE 2013-06-28 14:57:32 -07:00
fjy
5a57539736 fix hdfs config 2013-06-28 10:18:10 -07:00
Pablo Nebrera
e9ce6b596c PostgresSQL integration with druid 2013-06-28 12:49:24 +02:00
sdk
b6e198ffb6 Postgresql integration. Postgresql included into postgresql-schema.sql 2013-06-28 09:35:48 +02:00
Dhruv Parthasarathy
6f6bf1996c log.info changed to log.debug 2013-06-27 19:09:35 -07:00
Dhruv Parthasarathy
c15f18c343 removed NoopRunnable 2013-06-27 19:03:25 -07:00
Dhruv Parthasarathy
80f4ae25b5 updated with further cleanliness 2013-06-27 19:00:34 -07:00
fjy
2969d9a713 Merge branch 'master' into batch-zk
Conflicts:
	client/src/main/java/com/metamx/druid/QueryableNode.java
2013-06-27 16:46:37 -07:00
fjy
cce62cbd8b The highly important commit of changing a log line 2013-06-26 17:27:04 -07:00
Russell Jurney
8e7d991a09 Re-import of test-harness. 2013-06-26 16:53:03 -07:00
Russell Jurney
511ee6c4cb Arg, botched import. Trying again after cleaning it out. 2013-06-26 16:52:00 -07:00
Russell Jurney
89a12b955a Initial, working re-import of test-harness. 2013-06-26 16:50:41 -07:00
Dhruv Parthasarathy
8bc4d7c436 added druid header 2013-06-26 15:16:21 -07:00
Dhruv Parthasarathy
235ecce522 fixed constants and made them static finals 2013-06-26 15:12:55 -07:00
Dhruv Parthasarathy
e3f0b8770b updated with Fangjin comments 2013-06-26 15:05:52 -07:00
fjy
15a4dae2b1 bunch of issue fixes 2013-06-26 10:45:54 -07:00
Russell Jurney
1bdf38a222 Nuked test-harness. Starting over. 2013-06-25 18:16:47 -07:00
cheddar
4d68bf1114 Merge branch 'master' of github.com:metamx/druid 2013-06-25 16:01:54 -07:00
Dhruv Parthasarathy
039b06d646 made sure only edited files were pushed 2013-06-25 15:01:19 -07:00
Dhruv Parthasarathy
4e4a0a7953 removed DS_Store files 2013-06-25 14:58:12 -07:00
Dhruv Parthasarathy
0e1857f046 Applied codestyle and optimized imports 2013-06-25 14:48:02 -07:00
Dhruv Parthasarathy
8750ee88f2 Webstream example with tests 2013-06-25 14:37:58 -07:00
cheddar
cd0fa34a73 1) Log exception when there is an error removing a segment 2013-06-25 11:18:04 -07:00
Russell Jurney
b92781683d Working on exsternalizing kafka, but at the moment have a script that downloads its deps. Removing included jars 2013-06-24 16:27:45 -07:00
Russell Jurney
b2de6c8da5 Removed tarball from repo 2013-06-24 13:41:06 -07:00
fjy
535e254382 bug fix and test for time boundary 2013-06-24 13:03:39 -07:00
Russell Jurney
f35b6f28eb Including druid-test-harness as test-harness/. See https://github.com/housejester/druid-test-harness/issues/1 2013-06-24 13:02:43 -07:00
cheddar
149c2e3560 1) A bunch more changes to make things actually run. Not quite done, but close! 2013-06-20 17:19:51 -07:00
fjy
e242baacf4 Merge branch 'master' into batch-zk 2013-06-20 16:21:33 -07:00
fjy
5720b45b0a tests 2013-06-20 16:21:08 -07:00
Dhruv Parthasarathy
748695bf97 trying to recover my files on intellij 2013-06-20 14:59:52 -07:00
fjy
caa68e101a first commit; things working right now 2013-06-19 15:56:45 -07:00
cheddar
9d80369c2b Merge branch 'master' of github.com:metamx/druid 2013-06-19 11:16:13 -07:00
cheddar
369412262e 1) Fix truncation math when figuring out what Segments to persist for realtime plumber. Previously, Sinks could get persist-n-merged without actually being ready to be persist-n-merged. Fixes #168 2013-06-19 11:15:58 -07:00
cheddar
11ea15fc1a 1) Introduce Jetty 8
2) Fix up modules based on exceptions at startup for MasterMain
2013-06-17 10:53:50 -07:00
cheddar
87b687bd60 Merge pull request #158 from kOD-dKOD/master
Tackle "merged" dir. issue after restarting realtime node
2013-06-13 22:19:17 -07:00
cheddar
c7274f2fbc Merge pull request #166 from rjurney/master
Fixed auth problem with twitter example
2013-06-13 22:17:32 -07:00
Russell Jurney
0bd4e8b016 Fixed interactive twitter example to ask for consumer/access keys and secrets upon run. 2013-06-13 18:20:28 -07:00
Russell Jurney
58780094a9 Upgraded to twitter4j 3.0.3, twitter example now works with twitter4j.properties in place that lists key pairs. 2013-06-13 17:59:17 -07:00
kOD-dKOD
270a4993ce Update RealtimePlumberSchool.java
Put a check to make sure that we're only looking for the folder those have number-only names, to avoid "merged" directory issue.
2013-06-11 12:05:17 +05:30
cheddar
06f7e7e665 1) Fix DatabaseSegmentManager so that Unit Test passes 2013-06-10 14:13:28 -07:00
fjy
b96d6b3546 [maven-release-plugin] prepare for next development iteration 2013-06-10 14:11:19 -07:00
fjy
c465d4ef8c [maven-release-plugin] prepare release druid-0.5.4 druid-0.5.4 2013-06-10 14:11:09 -07:00
fjy
320682ca0d Merge branch 'master' of github.com:metamx/druid 2013-06-10 14:07:41 -07:00
fjy
3312d9b802 fix merging problem with linear shard specs 2013-06-10 14:07:36 -07:00