This website requires JavaScript.
Explore
Help
Sign In
Apache
/
druid
mirror of
https://github.com/apache/druid.git
Watch
1
Star
0
Fork
You've already forked druid
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d4fc069e01
druid
/
install
History
sdk
b6e198ffb6
Postgresql integration. Postgresql included into postgresql-schema.sql
2013-06-28 09:35:48 +02:00
..
druid_setup.sh
1) Have IndexGeneratorJob write the descriptors for each of the segments it creates to a path in the temporary working directory (generally HDFS)
2012-11-20 15:30:50 -06:00
log4j.xml
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
postgresql-schema.sql
Postgresql integration. Postgresql included into postgresql-schema.sql
2013-06-28 09:35:48 +02:00