Skip to content

Commit

Permalink
Add hint message for missing druid.selectors.coordinator.serviceName
Browse files Browse the repository at this point in the history
  • Loading branch information
navis committed Mar 14, 2016
1 parent 06813b5 commit 83e1d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private String baseUrl()
try {
final Server instance = selector.pick();
if (instance == null) {
throw new ISE("Cannot find instance of coordinator");
throw new ISE("Cannot find instance of coordinator.. Did you set `druid.selectors.coordinator.serviceName`?");
}

return new URI(
Expand Down

0 comments on commit 83e1d5d

Please sign in to comment.