mirror of https://github.com/apache/druid.git
replace deprecated druid.port by druid.plaintextPort in docs (#6427)
This commit is contained in:
parent
9343cbc63a
commit
d559dfecb2
|
@ -46,7 +46,7 @@ Runtime.properties:
|
||||||
|
|
||||||
```
|
```
|
||||||
druid.host=#{IP_ADDR}:8080
|
druid.host=#{IP_ADDR}:8080
|
||||||
druid.port=8080
|
druid.plaintextPort=8080
|
||||||
druid.service=druid/router
|
druid.service=druid/router
|
||||||
|
|
||||||
druid.router.defaultBrokerServiceName=druid:broker-cold
|
druid.router.defaultBrokerServiceName=druid:broker-cold
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
druid.service=druid/broker
|
druid.service=druid/broker
|
||||||
druid.port=8082
|
druid.plaintextPort=8082
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.broker.http.numConnections=5
|
druid.broker.http.numConnections=5
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
druid.service=druid/coordinator
|
druid.service=druid/coordinator
|
||||||
druid.port=8081
|
druid.plaintextPort=8081
|
||||||
|
|
||||||
druid.coordinator.startDelay=PT30S
|
druid.coordinator.startDelay=PT30S
|
||||||
druid.coordinator.period=PT30S
|
druid.coordinator.period=PT30S
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
druid.service=druid/historical
|
druid.service=druid/historical
|
||||||
druid.port=8083
|
druid.plaintextPort=8083
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.server.http.numThreads=25
|
druid.server.http.numThreads=25
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
druid.service=druid/middleManager
|
druid.service=druid/middleManager
|
||||||
druid.port=8091
|
druid.plaintextPort=8091
|
||||||
|
|
||||||
# Number of tasks per middleManager
|
# Number of tasks per middleManager
|
||||||
druid.worker.capacity=3
|
druid.worker.capacity=3
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
druid.service=druid/overlord
|
druid.service=druid/overlord
|
||||||
druid.port=8090
|
druid.plaintextPort=8090
|
||||||
|
|
||||||
druid.indexer.queue.startDelay=PT30S
|
druid.indexer.queue.startDelay=PT30S
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
druid.service=druid/broker
|
druid.service=druid/broker
|
||||||
druid.port=8082
|
druid.plaintextPort=8082
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.broker.http.numConnections=5
|
druid.broker.http.numConnections=5
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
druid.service=druid/coordinator
|
druid.service=druid/coordinator
|
||||||
druid.port=8081
|
druid.plaintextPort=8081
|
||||||
|
|
||||||
druid.coordinator.startDelay=PT10S
|
druid.coordinator.startDelay=PT10S
|
||||||
druid.coordinator.period=PT5S
|
druid.coordinator.period=PT5S
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
druid.service=druid/historical
|
druid.service=druid/historical
|
||||||
druid.port=8083
|
druid.plaintextPort=8083
|
||||||
|
|
||||||
# HTTP server threads
|
# HTTP server threads
|
||||||
druid.server.http.numThreads=9
|
druid.server.http.numThreads=9
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
druid.service=druid/middleManager
|
druid.service=druid/middleManager
|
||||||
druid.port=8091
|
druid.plaintextPort=8091
|
||||||
|
|
||||||
# Number of tasks per middleManager
|
# Number of tasks per middleManager
|
||||||
druid.worker.capacity=3
|
druid.worker.capacity=3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
druid.service=druid/overlord
|
druid.service=druid/overlord
|
||||||
druid.port=8090
|
druid.plaintextPort=8090
|
||||||
|
|
||||||
druid.indexer.queue.startDelay=PT5S
|
druid.indexer.queue.startDelay=PT5S
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue