mirror of https://github.com/apache/druid.git
fix example properties for real time node
This commit is contained in:
parent
242476a73f
commit
87dc839fb2
|
@ -6,11 +6,16 @@ druid.service=realtime
|
||||||
com.metamx.emitter.logging=true
|
com.metamx.emitter.logging=true
|
||||||
com.metamx.emitter.logging.level=info
|
com.metamx.emitter.logging.level=info
|
||||||
|
|
||||||
|
# zk
|
||||||
|
druid.zk.service.host=localhost
|
||||||
|
druid.zk.paths.base=/druid
|
||||||
|
druid.zk.paths.discoveryPath=/druid/discoveryPath
|
||||||
|
|
||||||
# processing
|
# processing
|
||||||
druid.processing.buffer.sizeBytes=10000000
|
druid.processing.buffer.sizeBytes=10000000
|
||||||
|
|
||||||
# schema
|
# schema
|
||||||
druid.realtime.specFile=realtime.spec
|
druid.realtime.specFile=config/realtime/realtime.spec
|
||||||
|
|
||||||
# aws (dummy user)
|
# aws (dummy user)
|
||||||
com.metamx.aws.accessKey=AKIAIMKECRUYKDQGR6YQ
|
com.metamx.aws.accessKey=AKIAIMKECRUYKDQGR6YQ
|
||||||
|
|
Loading…
Reference in New Issue