From 8ea5f9324dc4cb12b455be097fe1d341a98a7660 Mon Sep 17 00:00:00 2001 From: Nishant Date: Tue, 18 Oct 2016 18:53:34 +0530 Subject: [PATCH] Integration Tests - fix middlemanager property name in doc (#3586) --- integration-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/README.md b/integration-tests/README.md index b1ecb64f228..87e67a9f085 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -62,7 +62,7 @@ To run tests on any druid cluster that is already running, create a configuratio "indexer_port": "", "coordinator_host": "", "coordinator_port": "", - "middle_manager_host": "", + "middlemanager_host": "", "zookeeper_hosts": "", }