Repository: ambari Updated Branches: refs/heads/trunk da2228fb3 -> 0e4cac685
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/0e4cac68 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0e4cac68 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0e4cac68 Branch: refs/heads/trunk Commit: 0e4cac685b90861a44837ca9100ef2468992d47b Parents: da2228f Author: Sumit Mohanty <[email protected]> Authored: Thu Dec 8 21:36:07 2016 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Thu Dec 8 21:37:10 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/0e4cac68/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>
