druid/examples/rand
Eric Tschetter c929153a6c 1) Fix bug in random example introduced by case sensitivities 2012-11-26 11:41:29 -06:00
..
src/main 1) Fix bug in random example introduced by case sensitivities 2012-11-26 11:41:29 -06:00
pom.xml [maven-release-plugin] prepare for next development iteration 2012-11-21 22:13:15 -06:00
query.body Fix up the demos a bit 2012-10-24 04:51:32 -04:00
rand_realtime.spec 1) Fix bug in random example introduced by case sensitivities 2012-11-26 11:41:29 -06:00
run_client.sh 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
run_server.sh 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