Commit Graph

1213 Commits

Author SHA1 Message Date
Russell Jurney 2403f1eceb Seperated env/run files. 2013-07-08 13:42:50 -07:00
Russell Jurney 056bd9cfe6 Created log directory, and echo ssh instructions. 2013-07-05 18:03:37 -07:00
Russell Jurney 1e46c6f4a2 Removed debug on ssh 2013-07-05 16:51:01 -07:00
Russell Jurney 9e615bad7f Works, as long as you hit ctrl-C when it says so. 2013-07-05 13:40:45 -07:00
Russell Jurney 5f0f9b29ec Working on fixing hang problem with mysql install. 2013-07-04 14:11:48 -07:00
Russell Jurney ca81b81f1b Moved mysql setup to bottom 2013-07-03 19:53:06 -07:00
Russell Jurney c41de0392d Added realtime.spec to realtime config path. 2013-07-02 17:25:37 -07:00
Russell Jurney 86ecdc4c26 Removed credentials from ec2 script, ready for publishing. 2013-07-02 17:17:36 -07:00
Russell Jurney 8a5f4960a9 Working ec2 bootstrap script for ec2 environment 2013-07-02 12:46:14 -07:00
Russell Jurney c1f6c0ab4a In progress ec2 script. 2013-07-01 19:34:43 -07:00
Russell Jurney 8a1512ae4b Initial script to boot and configure an ubuntu 12.04 server for running the four druid node types. 2013-07-01 17:55:01 -07:00
Russell Jurney 28af252bca Include multiple configurations, one per node type, in assembly package for examples. 2013-07-01 16:36:30 -07:00
Russell Jurney 7c3abf0785 Nuked test-harness 2013-07-01 16:25:34 -07:00
Russell Jurney 800cff010f New config for each node type. 2013-07-01 16:15:05 -07:00
Russell Jurney e569b28c59 Configuration changes to make later model stuff work. 2013-06-28 21:00:29 -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
Russell Jurney 1bdf38a222 Nuked test-harness. Starting over. 2013-06-25 18:16:47 -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
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 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 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
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 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
cheddar c4a3a9b2fc 1) Fix scripts to run the examples from a fresh build 2013-06-10 11:53:57 -07:00
fjy 12e78955db [maven-release-plugin] prepare for next development iteration 2013-06-07 14:17:39 -07:00
fjy 962db29e70 [maven-release-plugin] prepare release druid-0.5.3 2013-06-07 14:17:32 -07:00
cheddar 06f90bc2e1 Merge branch 'master' of github.com:metamx/druid 2013-06-07 14:15:39 -07:00
cheddar a949f1672d 1) Fix bug with Master stopping trying to be Master after he losses it once 2013-06-07 14:14:58 -07:00
fjy 7bf357ceee Merge branch 'master' of github.com:metamx/druid 2013-06-07 14:09:05 -07:00
fjy 37a3994003 add delegating executor service and fix bug with query priortization 2013-06-07 14:08:51 -07:00
cheddar 809a958513 Merge pull request #155 from metamx/snappy-cache-compression
enable cache compression for memcached
2013-06-07 13:10:02 -07:00
Xavier Léauté 899bae1cc5 swap out snappy for LZ4 2013-06-07 13:05:57 -07:00
Xavier Léauté d5dd29e23f enable snappy compression for memcached results 2013-06-07 13:04:59 -07:00
kOD-dKOD a0462374b0 Update RealtimePlumberSchool.java
There was an issue if you restart realtime node and merged dir is still there it will throw exceptions. To tackle this issue a check has been added. So now only persisted dir/files will be read and anything from "merged" will be avoided.
2013-06-07 14:02:25 +05:30
Gian Merlino 67be515db6 [maven-release-plugin] prepare for next development iteration 2013-06-06 18:25:07 -07:00
Gian Merlino 8dbb69c8a8 [maven-release-plugin] prepare release druid-0.5.2 2013-06-06 18:24:59 -07:00
Gian Merlino d69fb61a6e Fix getImplicitLockInterval check 2013-06-06 18:22:41 -07:00
fjy ee38ca5463 [maven-release-plugin] prepare for next development iteration 2013-06-06 18:00:31 -07:00
fjy a36d0007ac [maven-release-plugin] prepare release druid-0.5.1 2013-06-06 18:00:24 -07:00
fjy 14f9b0409e fix pushing down too many properties 2013-06-06 17:58:40 -07:00