Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 c737bb5ef -> 7dae895f2


AMBARI-19718. Fix Druid Router default config for tierToBrokerMap. (Nishant 
Bangarwa via Swapan Shridhar).


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7dae895f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7dae895f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7dae895f

Branch: refs/heads/branch-2.5
Commit: 7dae895f24dc8e9b2c7105e7ee664963c9d3fc38
Parents: c737bb5
Author: Swapan Shridhar <[email protected]>
Authored: Thu Jan 26 11:23:41 2017 -0800
Committer: Swapan Shridhar <[email protected]>
Committed: Thu Jan 26 11:25:17 2017 -0800

----------------------------------------------------------------------
 .../common-services/DRUID/0.9.2/configuration/druid-router.xml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/7dae895f/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-router.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-router.xml
 
b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-router.xml
index bfb0d21..d544315 100644
--- 
a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-router.xml
+++ 
b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/configuration/druid-router.xml
@@ -49,7 +49,7 @@
   </property>
   <property>
     <name>druid.router.tierToBrokerMap</name>
-    <value>{}</value>
+    <value>{"_default_tier":"druid/broker"}</value>
     <description>
       Used to route queries for a certain tier of data to their appropriate 
broker. An ordered JSON map of
       tiers to broker names. The priority of brokers is based on the ordering.

Reply via email to