mirror of https://github.com/apache/druid.git
42 lines
1.3 KiB
Properties
42 lines
1.3 KiB
Properties
druid.host=127.0.0.1
|
|
druid.port=8080
|
|
|
|
com.metamx.emitter.logging=true
|
|
|
|
druid.processing.formatString=processing_%s
|
|
druid.processing.numThreads=1
|
|
druid.processing.buffer.sizeBytes=10000000
|
|
|
|
#emitting, opaque marker
|
|
druid.service=example
|
|
|
|
druid.request.logging.dir=/tmp/example/log
|
|
druid.realtime.specFile=realtime.spec
|
|
com.metamx.emitter.logging=true
|
|
com.metamx.emitter.logging.level=info
|
|
|
|
# below are dummy values when operating a realtime only node
|
|
com.metamx.aws.accessKey=dummy_access_key
|
|
com.metamx.aws.secretKey=dummy_secret_key
|
|
druid.pusher.s3.bucket=dummy_s3_bucket
|
|
|
|
druid.zk.service.host=localhost
|
|
druid.server.maxSize=300000000000
|
|
druid.zk.paths.base=/druid
|
|
druid.database.segmentTable=prod_segments
|
|
druid.database.user=druid
|
|
druid.database.password=diurd
|
|
druid.database.connectURI=jdbc:mysql://localhost:3306/druid
|
|
druid.zk.paths.discoveryPath=/druid/discoveryPath
|
|
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
|
|
# Path on local FS for storage of segment metadata; dir will be created if needed
|
|
druid.paths.segmentInfoCache=/tmp/druid/segmentInfoCache
|
|
druid.pusher.local.storageDirectory=/tmp/druid/localStorage
|
|
druid.pusher.local=true
|
|
|
|
druid.host=127.0.0.1:8080
|