You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2017/01/26 19:24:04 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk cc9c92811 -> e8dc698dc


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/trunk
Commit: e8dc698dc13875f9843962c7448d94cb4555348e
Parents: cc9c928
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Thu Jan 26 11:23:41 2017 -0800
Committer: Swapan Shridhar <ss...@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.