2013-08-12 14:33:42 -04:00
|
|
|
druid.host=127.0.0.1:8083
|
|
|
|
druid.port=8083
|
|
|
|
druid.service=realtime
|
2013-07-01 19:15:05 -04:00
|
|
|
|
2013-08-12 14:33:42 -04:00
|
|
|
# logging
|
2013-07-01 19:15:05 -04:00
|
|
|
com.metamx.emitter.logging=true
|
2013-08-12 14:33:42 -04:00
|
|
|
com.metamx.emitter.logging.level=info
|
2013-07-01 19:15:05 -04:00
|
|
|
|
2013-08-12 14:33:42 -04:00
|
|
|
# processing
|
|
|
|
druid.processing.buffer.sizeBytes=10000000
|
2013-07-01 19:15:05 -04:00
|
|
|
|
2013-08-12 14:33:42 -04:00
|
|
|
# schema
|
2013-07-01 19:15:05 -04:00
|
|
|
druid.realtime.specFile=realtime.spec
|
|
|
|
|
2013-08-12 14:33:42 -04:00
|
|
|
# aws (dummy user)
|
|
|
|
com.metamx.aws.accessKey=AKIAIMKECRUYKDQGR6YQ
|
|
|
|
com.metamx.aws.secretKey=QyyfVZ7llSiRg6Qcrql1eEUG7buFpAK6T6engr1b
|
2013-07-01 19:15:05 -04:00
|
|
|
|
2013-08-12 14:33:42 -04:00
|
|
|
# db
|
|
|
|
druid.database.segmentTable=segments
|
2013-07-01 19:15:05 -04:00
|
|
|
druid.database.user=druid
|
|
|
|
druid.database.password=diurd
|
|
|
|
druid.database.connectURI=jdbc:mysql://localhost:3306/druid
|
|
|
|
druid.database.ruleTable=rules
|
|
|
|
druid.database.configTable=config
|
|
|
|
|
|
|
|
# Path on local FS for storage of segments; dir will be created if needed
|
|
|
|
druid.paths.indexCache=/tmp/druid/indexCache
|
|
|
|
|
2013-08-12 14:33:42 -04:00
|
|
|
# handoff
|
|
|
|
druid.pusher.local.storageDirectory=/tmp/druid/localStorage
|
2013-08-26 23:34:24 -04:00
|
|
|
druid.pusher.local=true
|