This website requires JavaScript.
Explore
Help
Sign In
Apache
/
druid
Watch
1
Star
0
Fork
0
You've already forked druid
mirror of
https://github.com/apache/druid.git
synced
2025-02-13 13:34:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
druid
/
examples
/
twitter
History
Gian Merlino
32d46a3eec
[maven-release-plugin] prepare release druid-0.1.5
2012-11-21 16:09:08 -08:00
..
src
/main
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
group_by_query.body
Allow group_by or search queries in run_client.sh
2012-10-26 10:45:20 -07:00
pom.xml
[maven-release-plugin] prepare release druid-0.1.5
2012-11-21 16:09:08 -08:00
run_client.sh
Allow group_by or search queries in run_client.sh
2012-10-26 10:45:20 -07:00
run_server.sh
Stop java process when run_server.sh is killed
2012-10-24 12:40:22 -07:00
search_query.body
Add search query example
2012-10-26 10:45:20 -07:00
twitter_realtime.spec
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