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.level=info
|
||||
|
||||
# zk
|
||||
druid.zk.service.host=localhost
|
||||
druid.zk.paths.base=/druid
|
||||
druid.zk.paths.discoveryPath=/druid/discoveryPath
|
||||
|
||||
# processing
|
||||
druid.processing.buffer.sizeBytes=10000000
|
||||
|
||||
# schema
|
||||
druid.realtime.specFile=realtime.spec
|
||||
druid.realtime.specFile=config/realtime/realtime.spec
|
||||
|
||||
# aws (dummy user)
|
||||
com.metamx.aws.accessKey=AKIAIMKECRUYKDQGR6YQ
|
||||
|
|
Loading…
Reference in New Issue