mirror of https://github.com/apache/druid.git
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>",
|
||||
"coordinator_host": "<coordinator_ip>",
|
||||
"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>",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue