From 448e0127b9351d1f8b4ac57aa3c8cb6db717b51a Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 23 Mar 2016 17:22:19 -0500 Subject: [PATCH] dynamic config endpoint is at coordinator --- docs/content/configuration/coordinator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/configuration/coordinator.md b/docs/content/configuration/coordinator.md index 453293b3c6e..09c0e7a7719 100644 --- a/docs/content/configuration/coordinator.md +++ b/docs/content/configuration/coordinator.md @@ -46,9 +46,9 @@ The coordinator node uses several of the global configs in [Configuration](../co Dynamic Configuration --------------------- -The coordinator has dynamic configuration to change certain behaviour on the fly. The coordinator a JSON spec object from the Druid [metadata storage](../dependencies/metadata-storage.html) config table. This object is detailed below: +The coordinator has dynamic configuration to change certain behaviour on the fly. The coordinator uses a JSON spec object from the Druid [metadata storage](../dependencies/metadata-storage.html) config table. This object is detailed below: -It is recommended that you use the Coordinator Console to configure these parameters. However, if you need to do it via HTTP, the JSON object can be submitted to the overlord via a POST request at: +It is recommended that you use the Coordinator Console to configure these parameters. However, if you need to do it via HTTP, the JSON object can be submitted to the coordinator via a POST request at: ``` http://:/druid/coordinator/v1/config