druid/examples/config/realtime/runtime.properties

33 lines
822 B
Properties
Raw Normal View History

druid.host=127.0.0.1:8083
druid.port=8083
druid.service=realtime
2013-07-01 19:15:05 -04:00
# logging
2013-07-01 19:15:05 -04:00
com.metamx.emitter.logging=true
com.metamx.emitter.logging.level=info
2013-07-01 19:15:05 -04:00
# processing
druid.processing.buffer.sizeBytes=10000000
2013-07-01 19:15:05 -04:00
# schema
2013-07-01 19:15:05 -04:00
druid.realtime.specFile=realtime.spec
# aws (dummy user)
com.metamx.aws.accessKey=AKIAIMKECRUYKDQGR6YQ
com.metamx.aws.secretKey=QyyfVZ7llSiRg6Qcrql1eEUG7buFpAK6T6engr1b
2013-07-01 19:15:05 -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
# handoff
druid.pusher.local.storageDirectory=/tmp/druid/localStorage
druid.pusher.local=true