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 |
Eric Tschetter
|
f07b15db1f
|
Undo massive import re-ordering
|
2012-11-01 18:38:27 -05:00 |
Ian Brandt
|
e7ec073d75
|
Cleaned Maven dependency configuration. In particular the 'mvn dependency:analyze' report no longer warns of used but undeclared dependencies.
|
2012-10-31 16:10:07 -07:00 |
Ian Brandt
|
e8f02219bb
|
Streamlined the Maven POMs, in particular the plugin configurations. The 'mvn versions:display-plugin-updates' report is now warning free, and there are no more Maven warnings reported in Eclipse.
|
2012-10-31 12:58:16 -07:00 |
Ian Brandt
|
0d24df7628
|
Removed unused imports.
|
2012-10-30 22:22:46 -07:00 |
Trotter Cashion
|
bcdfece878
|
Allow group_by or search queries in run_client.sh
|
2012-10-26 10:45:20 -07:00 |
Trotter Cashion
|
a3eb4f3293
|
Add search query example
|
2012-10-26 10:45:20 -07:00 |
cheddar
|
2d69a833f4
|
Update examples/twitter/query.body
Remove confusing unused fields
|
2012-10-24 21:07:53 -03:00 |
Trotter Cashion
|
3763a0b738
|
Use correct key in query.body for twitter example
|
2012-10-24 15:47:55 -07:00 |
cheddar
|
3e09713e11
|
Merge pull request #3 from mashion/shutdown-server
Stop java process in twitter example
|
2012-10-24 14:57:44 -07:00 |
Trotter Cashion
|
6c819c1b03
|
Stop java process when run_server.sh is killed
|
2012-10-24 12:40:22 -07:00 |
Matt Croydon
|
ae44e3ecfb
|
Removed hardcoded jar version in examples/rand/run_server.sh which was preventing it from running. Also updated examples/rand/run_client.sh and examples/twitter/run_client.sh help messages to remove the unneeded &.
|
2012-10-24 11:54:05 -05:00 |
Eric Tschetter
|
27999caca0
|
1) Create LICENSE
2) Attach copyright and notice of license to files
|
2012-10-24 05:09:47 -04:00 |
Eric Tschetter
|
f09f595c7c
|
Fix up the demos a bit
|
2012-10-24 04:51:32 -04:00 |
Eric Tschetter
|
9d41599967
|
Initial commit of OSS Druid Code
|
2012-10-24 03:39:51 -04:00 |