From 6ef29419759c29e29d4027591c25e2ec0c6e164e Mon Sep 17 00:00:00 2001 From: sahner Date: Mon, 20 Apr 2015 17:02:44 -0500 Subject: [PATCH] minor fixes: 1. leader endpoint returns a string, not a json object 2. "enabled and enabled" -> "enabled and disabled" --- docs/content/Coordinator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/Coordinator.md b/docs/content/Coordinator.md index 0bd8823cb3f..e64699240f7 100644 --- a/docs/content/Coordinator.md +++ b/docs/content/Coordinator.md @@ -52,7 +52,7 @@ Returns the Druid version, loaded extensions, memory used, total memory and othe * `/druid/coordinator/v1/leader` -Returns the current leader coordinator of the cluster as a JSON object. +Returns the current leader coordinator of the cluster. * `/druid/coordinator/v1/loadstatus` @@ -84,7 +84,7 @@ Returns a list of the names of enabled datasources in the cluster. * `/druid/coordinator/v1/metadata/datasources?includeDisabled` -Returns a list of the names of enabled and enabled datasources in the cluster. +Returns a list of the names of enabled and disabled datasources in the cluster. * `/druid/coordinator/v1/metadata/datasources?full`