You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2018/11/02 00:51:18 UTC

[incubator-druid] branch master updated: correct default tier name (#6568)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 26d9928  correct default tier name (#6568)
26d9928 is described below

commit 26d992840c467cf30094de54265049de984113b1
Author: Caroline1000 <ca...@imply.io>
AuthorDate: Thu Nov 1 17:51:13 2018 -0700

    correct default tier name (#6568)
---
 docs/content/development/router.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/development/router.md b/docs/content/development/router.md
index 5e05a1e..3e7bbdc 100644
--- a/docs/content/development/router.md
+++ b/docs/content/development/router.md
@@ -69,7 +69,7 @@ The router module uses several of the default modules in [Configuration](../conf
 |Property|Possible Values|Description|Default|
 |--------|---------------|-----------|-------|
 |`druid.router.defaultBrokerServiceName`|Any string.|The default broker to connect to in case service discovery fails.|druid/broker|
-|`druid.router.tierToBrokerMap`|An ordered JSON map of tiers to broker names. The priority of brokers is based on the ordering.|Queries for a certain tier of data are routed to their appropriate broker.|{"_default": "<defaultBrokerServiceName>"}|
+|`druid.router.tierToBrokerMap`|An ordered JSON map of tiers to broker names. The priority of brokers is based on the ordering.|Queries for a certain tier of data are routed to their appropriate broker.|{"_default_tier": "<defaultBrokerServiceName>"}|
 |`druid.router.defaultRule`|Any string.|The default rule for all datasources.|"_default"|
 |`druid.router.rulesEndpoint`|Any string.|The coordinator endpoint to extract rules from.|"/druid/coordinator/v1/rules"|
 |`druid.router.coordinatorServiceName`|Any string.|The service discovery name of the coordinator.|druid/coordinator|


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org