Skip to content

Commit

Permalink
minor fixes:
Browse files Browse the repository at this point in the history
 1. leader endpoint returns a string, not a json object
2. "enabled and enabled" -> "enabled and disabled"
  • Loading branch information
rasahner committed Apr 20, 2015
1 parent 0c734c6 commit 6ef2941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/Coordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 6ef2941

Please sign in to comment.