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/e8dc698d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e8dc698d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e8dc698d

Branch: refs/heads/branch-dev-patch-upgrade
Commit: e8dc698dc13875f9843962c7448d94cb4555348e
Parents: cc9c928
Author: Swapan Shridhar <sshrid...@hortonworks.com>
Authored: Thu Jan 26 11:23:41 2017 -0800
Committer: Swapan Shridhar <sshrid...@hortonworks.com>
Committed: Thu Jan 26 11:23:41 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/e8dc698d/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