mirror of
https://github.com/apache/druid.git
synced 2025-03-08 18:39:45 +00:00
Integration Tests - fix middlemanager property name in doc (#3586)
This commit is contained in:
parent
dd0bb6da1e
commit
8ea5f9324d
@ -62,7 +62,7 @@ To run tests on any druid cluster that is already running, create a configuratio
|
|||||||
"indexer_port": "<indexer_port>",
|
"indexer_port": "<indexer_port>",
|
||||||
"coordinator_host": "<coordinator_ip>",
|
"coordinator_host": "<coordinator_ip>",
|
||||||
"coordinator_port": "<coordinator_port>",
|
"coordinator_port": "<coordinator_port>",
|
||||||
"middle_manager_host": "<middle_manager_ip>",
|
"middlemanager_host": "<middle_manager_ip>",
|
||||||
"zookeeper_hosts": "<comma-separated list of zookeeper_ip:zookeeper_port>",
|
"zookeeper_hosts": "<comma-separated list of zookeeper_ip:zookeeper_port>",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user