You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2016/12/09 21:57:34 UTC

[42/51] [abbrv] ambari git commit: AMBARI-18801. Druid Router should be specified as a MASTER instead of SLAVE (Nishant Bangarwa via smohanty)

AMBARI-18801. Druid Router should be specified as a MASTER instead of SLAVE (Nishant Bangarwa via smohanty)


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

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 5e2c267f77639e8d9a8dbd5884f681c95781f4b5
Parents: d845449
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Dec 8 21:36:07 2016 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Dec 8 21:36:07 2016 -0800

----------------------------------------------------------------------
 .../src/main/resources/common-services/DRUID/0.9.2/metainfo.xml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5e2c267f/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml
index c897f12..abe6e8c 100644
--- a/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/DRUID/0.9.2/metainfo.xml
@@ -127,8 +127,8 @@
         <component>
           <name>DRUID_ROUTER</name>
           <displayName>Druid Router</displayName>
-          <category>SLAVE</category>
-          <cardinality>0+</cardinality>
+          <category>MASTER</category>
+          <cardinality>1+</cardinality>
           <dependencies>
             <dependency>
               <name>HDFS/HDFS_CLIENT</name>